Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@lucasreppewelander lucasreppewelander released this 16 Nov 23:45
· 29 commits to master since this release

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.