Skip to content

Releases: TheNaubit/make-url

v1.7.0

06 Mar 16:14
Compare
Choose a tag to compare

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

05 Mar 21:40
Compare
Choose a tag to compare

Bug Fixes

  • fix formatting of dependencies in README.md (58427b6)

v1.6.0

05 Mar 21:37
Compare
Choose a tag to compare

Features

  • add arraySerializer option to IConfig interface and implement its functionality (93ace6c)
  • update README.md and package.json (100e0ff)

v1.5.0

05 Mar 17:24
Compare
Choose a tag to compare

Features

  • update project references in CONTRIBUTING.md and README.md (ab5ca13)

v1.4.0

05 Mar 17:18
Compare
Choose a tag to compare

Features

  • updated readme with better example (e020530)

v1.3.1

05 Mar 16:57
Compare
Choose a tag to compare

Bug Fixes

  • update package.json exports (4410e29)

v1.3.0

05 Mar 16:46
Compare
Choose a tag to compare

Features

  • add tl;dr section to README.md (aa641ba)

v1.2.0

05 Mar 16:37
Compare
Choose a tag to compare

Features

  • fixed some bugs and update readme (d5cd50f)

v1.1.4

05 Mar 14:43
Compare
Choose a tag to compare

Bug Fixes

  • update npm publish command to include --access public (f17ee59)