url-lib
Version:
A simple, lightweight string utility for Node and browsers that supports serializing and parsing URLs and query strings.
29 lines (20 loc) • 1.14 kB
Markdown
# CHANGELOG
## v3 (and higher)
The changelog is automatically updated using [`semantic-release`](https://github.com/semantic-release/semantic-release)! You can view all changes on the [releases page](https://github.com/benmvp/url-lib/releases).
## v2.0.2 (May 24, 2016)
- [patch] `dist/` folder now includes unminified files
- [dev-ops] Adding additional & renaming existing npm scripts
## v2.0.0 (April 6, 2016)
- [major] `url-lib` now requires [additional ES5 features](./#polyfills-needed-to-support-older-browsers)
- [minor] Update code to pass [`eslint-config-benmvp`](https://github.com/benmvp/eslint-config-benmvp) (v2.0.1)
## v1.0.3 (April 1, 2016)
- [minor] Fix UMD script for `parseUrl.js` & `getCacheDefeatStr.js`
## v1.0.2 (April 1, 2016)
- [minor] Fix UMD script for `index.js`
## v1.0.1 (March 29, 2016)
- [minor] Use new [`eslint-config-benmvp`](https://github.com/benmvp/eslint-config-benmvp)
- [fix] Rename `queryParamsAsArray` -> `normalizedQueryParams` in `formatUrl()`
- [test] Separate tests into individual files per function
- [fix] Miscellaneous README updates
## v1.0.0 (March 27, 2016)
- Initial release