Releases: lucasreppewelander/query-string-manager
Releases · lucasreppewelander/query-string-manager
v2.0.0
2.0.0 - 2017-11-17
Added
- Gave
add
function asort()
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
Update how encode/decode works, also updated README and added a few more test cases.
Added base64 encode/decode
Added base64 encode/decode and removed lodash as dependants
v1 production ready
v1.1.2 pushing to v1.1.2