Releases: jerrybendy/url-search-params-polyfill
Releases · jerrybendy/url-search-params-polyfill
v8.1.0
Fix #41
React Native has a native URLSearchParams implementation, but do nothing. This version changes the way to test URLSearchParams supporting.
v8.0.0
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.0
Support construct with a sequence (#40)
v6.0.0
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.0.0
- Fix ampersands encoding bug in Edge #32
Updated 'keys' and 'values' prototype not to wrap elements in own array
- Updated 'keys' and 'values' prototype not to wrap elements in own array #28