Skip to content

Releases: jerrybendy/url-search-params-polyfill

v8.1.0

24 Apr 14:09
Compare
Choose a tag to compare

Fix #41

React Native has a native URLSearchParams implementation, but do nothing. This version changes the way to test URLSearchParams supporting.

v8.0.0

02 Feb 12:15
Compare
Choose a tag to compare

Fix #47

Older versions have a serious bug: can not use properties and methods of Object.prototype as a search parameter name, such as hasOwnProperty. This would course an error.

v7.0.1

11 Dec 13:50
Compare
Choose a tag to compare

Fixed #44

v7.0.0

30 Jun 15:09
Compare
Choose a tag to compare

Support construct with a sequence (#40)

v6.0.0

26 Apr 06:34
Compare
Choose a tag to compare

Decode query string which has special characters. When a query string has % and cannot be decoded, it couldn't parse correctly and would throw an error before. This issue is fixed in this version. #38

v5.1.0

27 Mar 10:12
Compare
Choose a tag to compare
  • Fix IE8 compatibility

v5.0.1

25 Mar 09:35
Compare
Choose a tag to compare

v5.0.0

05 Sep 02:44
Compare
Choose a tag to compare
  • Fix ampersands encoding bug in Edge #32

v4.0.1

13 Jul 01:31
Compare
Choose a tag to compare

Fix #29

Updated 'keys' and 'values' prototype not to wrap elements in own array

04 May 01:22
d7bb7ed
Compare
Choose a tag to compare
  • Updated 'keys' and 'values' prototype not to wrap elements in own array #28