Skip to content

Releases: jerrybendy/url-search-params-polyfill

Change the way to convert non-string value to string

08 Mar 03:05
Compare
Choose a tag to compare

This version is incompatible with old versions. In old versions, non-string values are serialized by JSON.stringify, but this version changes it to use .toString() first.

v2.0.1

13 Sep 01:45
Compare
Choose a tag to compare
  • Fix including parameters without values (#13)

v2.0.0

05 Sep 13:03
Compare
Choose a tag to compare

Use a new way to support all platforms, and fix the issue on the browsers which have partial support only.

  • Add proxy when browser doesn't support object constructor
  • Fix partial support of browsers

v1.3.0

04 Jun 12:56
Compare
Choose a tag to compare
  • Enable polyfill when browser doesn't support construct with an object

v1.2.0

04 Jun 12:55
Compare
Choose a tag to compare
  • Add sort method