Releases: TheNaubit/make-url
Releases · TheNaubit/make-url
v1.7.0
Breaking changes
Previous versions had the key queryParams
and the key hashParam
in the config object.
In this version, queryParams
has been renamed to params
, and hashParam
has been renamed to hash
.
Their internal configurations are still the same.
There are no other breaking changes.
Features
- add improved protocol detection and handle messy strings in makeURL (4808c3b)
- renamed queryParams to params and hashParam to hash (1c663c8)
v1.6.1
Bug Fixes
- fix formatting of dependencies in README.md (58427b6)
v1.6.0
Features
- add arraySerializer option to IConfig interface and implement its functionality (93ace6c)
- update README.md and package.json (100e0ff)
v1.5.0
Features
- update project references in CONTRIBUTING.md and README.md (ab5ca13)
v1.4.0
Features
- updated readme with better example (e020530)
v1.3.1
Bug Fixes
- update package.json exports (4410e29)
v1.3.0
Features
- add tl;dr section to README.md (aa641ba)
v1.2.0
Features
- fixed some bugs and update readme (d5cd50f)
v1.1.4
Bug Fixes
- update npm publish command to include --access public (f17ee59)