## simple-query-string Change Log

All notable changes to this project will be documented in this file.


[unreleased]: https://github.com/khalidsalomao/simple-query-string/compare/1.3.2...HEAD

### [1.3.2]

- linting

[v1.3.2]: https://github.com/khalidsalomao/simple-query-string/compare/1.3.1...1.3.2

### [1.3.1]

- Deal with single param without delimiter. Fixing issue #https://github.com/khalidsalomao/simple-query-string/issues/1

[v1.3.1]: https://github.com/khalidsalomao/simple-query-string/compare/1.3.0...1.3.1

### [1.3.0]

- Performance improvement
- Memory footprint reduced
- Benchmarks to avoid performance regression
- Alternative delimiter: URLs embedded in HTML as https://en.wikipedia.org/wiki/Query_string#Structure
- Improvement in stringify logic for arrays

[v1.3.0]: https://github.com/khalidsalomao/simple-query-string/compare/1.2.5...1.3.0


### [v1.2.5] - 2016-05-14

- AMD module name for in browser support
- AMD documentation


[v1.2.5]: https://github.com/khalidsalomao/simple-query-string/compare/1.2.4...1.2.5


### [v1.2.4] - 2016-05-14

- documentation
- github badges from shield.io


[v1.2.4]: https://github.com/khalidsalomao/simple-query-string/compare/1.2.3...1.2.4


### [v1.2.3] - 2016-05-13

- stringify: ignores properties that are functions
- more tests refactoring


[v1.2.3]: https://github.com/khalidsalomao/simple-query-string/compare/1.2.2...1.2.3


### [v1.2.2] - 2016-05-13

- documentation updated
- more tests refactoring


[v1.2.2]: https://github.com/khalidsalomao/simple-query-string/compare/1.2.1...1.2.2


### [v1.2.1] - 2016-05-13

- bug fix when stringify multiple arrays
- some tests refactoring


[v1.2.1]: https://github.com/khalidsalomao/simple-query-string/compare/1.2.0...1.2.1


### [v1.2.0] - 2016-05-12

- Minor refactoring and changes
- Better documentation
- More comprehensive tests


[v1.2.0]: https://github.com/khalidsalomao/simple-query-string/compare/1.1.0...1.2.0


### [v1.0.0] - 2016-05-11

- npm package
- bower package
- documentation changes


[v1.1.0]: https://github.com/khalidsalomao/simple-query-string/compare/1.0.0...1.1.0


### [v1.0.0] - 2016-05-10

- first public release
