Skip to content

2.1.0 (1 June, 2022)

Compare
Choose a tag to compare
@trosck trosck released this 01 Jun 15:23
· 112 commits to main since this release

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