Skip to content

0.3.0

Compare
Choose a tag to compare
@JeroenBakker JeroenBakker released this 01 Aug 13:56
· 9 commits to main since this release

Now uses an object in the constructor instead of separate parameters

This makes it easier to specify arbitrary settings.
It is also pretty much standard to use this in JS libraries.

Changed

  • All settings are now passed to the constructor in an object.
    This allows users to more easily specify only the settings they want.
  • The storage object is now optional, defaulting to localStorage.
  • All settings can now be overwritten after instantiation.