Skip to content

v2.0.0

Choose a tag to compare

@zellwk zellwk released this 17 Jan 04:09
· 75 commits to master since this release

General changes

  • Allowed flat imports to utilities.
  • Rearranged utilities into browser, node, and utils folders. Difference between these folders explained in Readme.

Changes to each utility:

  • localstore
    • set lets you set a expiry now.
    • get removes item from local storage if item is expired
  • elem
    • siblingElements, getBoundingBox are consolidated into elem with a slightly different syntax.
  • connection-status renamed to network
  • Added pkce that helps to generate values for PKCE.

v1.1.0...v2.0.0