0.3.0
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.