nvpqs
Version:
NVP querystring parser
86 lines (53 loc) • 4.03 kB
Markdown
# Changelog
## [v2.0.5](https://github.com/ruiquelhas/nvpqs/tree/v2.0.5) (2016-11-02)
[Full Changelog](https://github.com/ruiquelhas/nvpqs/compare/v2.0.4...v2.0.5)
**Merged pull requests:**
- Update dependencies [\#19](https://github.com/ruiquelhas/nvpqs/pull/19) ([ruiquelhas](https://github.com/ruiquelhas))
## [v2.0.4](https://github.com/ruiquelhas/nvpqs/tree/v2.0.4) (2016-02-26)
[Full Changelog](https://github.com/ruiquelhas/nvpqs/compare/v2.0.3...v2.0.4)
**Merged pull requests:**
- Update dependencies [\#18](https://github.com/ruiquelhas/nvpqs/pull/18) ([ruiquelhas](https://github.com/ruiquelhas))
## [v2.0.3](https://github.com/ruiquelhas/nvpqs/tree/v2.0.3) (2016-01-04)
[Full Changelog](https://github.com/ruiquelhas/nvpqs/compare/v2.0.2...v2.0.3)
**Closed issues:**
- Fix documentation issues [\#15](https://github.com/ruiquelhas/nvpqs/issues/15)
- Fix linting issues [\#14](https://github.com/ruiquelhas/nvpqs/issues/14)
**Merged pull requests:**
- Fix documentation issues [\#17](https://github.com/ruiquelhas/nvpqs/pull/17) ([ruiquelhas](https://github.com/ruiquelhas))
- Fix linting issues [\#16](https://github.com/ruiquelhas/nvpqs/pull/16) ([ruiquelhas](https://github.com/ruiquelhas))
## [v2.0.2](https://github.com/ruiquelhas/nvpqs/tree/v2.0.2) (2015-12-19)
[Full Changelog](https://github.com/ruiquelhas/nvpqs/compare/v2.0.1...v2.0.2)
**Closed issues:**
- Add contribution guidelines [\#11](https://github.com/ruiquelhas/nvpqs/issues/11)
**Merged pull requests:**
- Update documentation [\#12](https://github.com/ruiquelhas/nvpqs/pull/12) ([ruiquelhas](https://github.com/ruiquelhas))
- Update lab to version 8.0.0 🚀 [\#10](https://github.com/ruiquelhas/nvpqs/pull/10) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
## [v2.0.1](https://github.com/ruiquelhas/nvpqs/tree/v2.0.1) (2015-11-14)
[Full Changelog](https://github.com/ruiquelhas/nvpqs/compare/v2.0.0...v2.0.1)
## [v2.0.0](https://github.com/ruiquelhas/nvpqs/tree/v2.0.0) (2015-11-13)
[Full Changelog](https://github.com/ruiquelhas/nvpqs/compare/v1.3.0...v2.0.0)
**Merged pull requests:**
- Update all dependencies 🌴 [\#9](https://github.com/ruiquelhas/nvpqs/pull/9) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
## [v1.3.0](https://github.com/ruiquelhas/nvpqs/tree/v1.3.0) (2015-09-16)
[Full Changelog](https://github.com/ruiquelhas/nvpqs/compare/v1.2.0...v1.3.0)
**Merged pull requests:**
- Bump module version to latest [\#8](https://github.com/ruiquelhas/nvpqs/pull/8) ([fampinheiro](https://github.com/fampinheiro))
## [v1.2.0](https://github.com/ruiquelhas/nvpqs/tree/v1.2.0) (2015-03-28)
[Full Changelog](https://github.com/ruiquelhas/nvpqs/compare/v1.1.0...v1.2.0)
## [v1.1.0](https://github.com/ruiquelhas/nvpqs/tree/v1.1.0) (2015-03-28)
[Full Changelog](https://github.com/ruiquelhas/nvpqs/compare/v1.0.2...v1.1.0)
**Implemented enhancements:**
- Update link on David badge [\#7](https://github.com/ruiquelhas/nvpqs/pull/7) ([fampinheiro](https://github.com/fampinheiro))
## [v1.0.2](https://github.com/ruiquelhas/nvpqs/tree/v1.0.2) (2015-01-24)
[Full Changelog](https://github.com/ruiquelhas/nvpqs/compare/v1.0.1...v1.0.2)
## [v1.0.1](https://github.com/ruiquelhas/nvpqs/tree/v1.0.1) (2015-01-24)
[Full Changelog](https://github.com/ruiquelhas/nvpqs/compare/v1.0.0...v1.0.1)
## [v1.0.0](https://github.com/ruiquelhas/nvpqs/tree/v1.0.0) (2015-01-24)
[Full Changelog](https://github.com/ruiquelhas/nvpqs/compare/v0.1.0...v1.0.0)
## [v0.1.0](https://github.com/ruiquelhas/nvpqs/tree/v0.1.0) (2014-09-20)
**Implemented enhancements:**
- Add support for custom assignment characters. [\#6](https://github.com/ruiquelhas/nvpqs/issues/6)
- Add support for custom notation delimiters. [\#4](https://github.com/ruiquelhas/nvpqs/issues/4)
- Add support for custom separator characters. [\#3](https://github.com/ruiquelhas/nvpqs/issues/3)
- nvpqs.stringify\(\) [\#2](https://github.com/ruiquelhas/nvpqs/issues/2)
- nvpqs.parse\(\) [\#1](https://github.com/ruiquelhas/nvpqs/issues/1)