Releases: trosck/url-params
Releases · trosck/url-params
2.4.1 (January 12, 2023)
What's Changed
Full Changelog: v2.4.0...v2.4.1
2.4.0 (December 13, 2022)
What's Changed
- remove unnecessary use window.URL in constructor by @trosck in #6
- feat: add setAll for setting many params in one time by @trosck in #7
Full Changelog: v2.3.3...v2.4.0
2.3.3 (November 25, 2022)
Fixed wrong repo url in package.json
Full Changelog: v2.3.2...v2.3.3
2.3.2 (November 25, 2022)
Correction of most mistypes in the README
Full Changelog: v2.3.1...v2.3.2
2.3.1 (November 22, 2022)
2.3.0 (November 22, 2022)
2.2.2 (June 16, 2022)
Fix npm publish
2.2.0 (3 June, 2022)
2.1.0 (1 June, 2022)
Fixes and Functionality:
- Added proxy for urlParams function, so you can call methods directly on this function. This will create new instance URLParams without arguments(it uses window.location.href by default).
urlParams
.set('version', '2.1.0')
.get('version') // 2.1.0
Tests:
- Added tests for urlParams proxy functional
2.0.1 (May 30, 2022)
Fixes and Functionality:
- Added files property in package.json for publish only necessary files