Skip to content

Releases: trosck/url-params

2.4.1 (January 12, 2023)

12 Jan 10:54
57ad7cb
Compare
Choose a tag to compare

What's Changed

  • Fix a bug in the setAll method for undefined properties. by @trosck in #8

Full Changelog: v2.4.0...v2.4.1

2.4.0 (December 13, 2022)

13 Dec 12:04
e5e706a
Compare
Choose a tag to compare

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)

25 Nov 18:40
7740434
Compare
Choose a tag to compare

Fixed wrong repo url in package.json

Full Changelog: v2.3.2...v2.3.3

2.3.2 (November 25, 2022)

25 Nov 18:35
42517eb
Compare
Choose a tag to compare

Correction of most mistypes in the README

Full Changelog: v2.3.1...v2.3.2

2.3.1 (November 22, 2022)

22 Nov 14:14
3b70eca
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.0...v2.3.1

2.3.0 (November 22, 2022)

22 Nov 12:15
3e260e4
Compare
Choose a tag to compare

What's Changed

  • Add support for cjs modules by @trosck in #4

Full Changelog: v2.2.2...v2.3.0

2.2.2 (June 16, 2022)

16 Jun 04:46
Compare
Choose a tag to compare

Fix npm publish

2.2.0 (3 June, 2022)

03 Jun 13:00
fcda635
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @trosck made their first contribution in #1

Full Changelog: v2.1.0...v2.11.0

2.1.0 (1 June, 2022)

01 Jun 15:23
Compare
Choose a tag to compare

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)

30 May 03:06
Compare
Choose a tag to compare

Fixes and Functionality:

  • Added files property in package.json for publish only necessary files