Skip to content

Releases: lucasreppewelander/query-string-manager

v2.0.0

16 Nov 23:45
Compare
Choose a tag to compare

2.0.0 - 2017-11-17

Added

  • Gave add function a sort() on object keys so it always returns the same URL even if the keys are shuffled, this is a must have for SEO:ers, before you had to manage the object passed in to add by youself, now qsm handles this for you.
  • Fixed so that add updates values for keys that already exists instead of appending them, there was issues when you could get multiple occurrences of the same key in your url.
  • Added a warning for users using the soon to be deprecated technique with arrays instead of pure objects. Arrays will be deprecated in next major release.

v1.3.0

28 Apr 13:04
Compare
Choose a tag to compare

Update how encode/decode works, also updated README and added a few more test cases.

Added base64 encode/decode

03 Apr 13:01
Compare
Choose a tag to compare

Added base64 encode/decode and removed lodash as dependants

v1 production ready

03 Apr 12:10
Compare
Choose a tag to compare
v1.1.2

pushing to v1.1.2