Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@fiznool fiznool released this 02 Mar 10:07
· 27 commits to master since this release

Changed

  • Values are now stored as their native data type, i.e. objects are stored as objects, arrays as arrays, etc. Prior to this release, all values were stringified for storage, and destringified when retrieved.

Breaking Change Alert

If you are using v1.0.0 and you want to upgrade to v2.0.0, you will need migrate your stored data from 'stringified' form into object form.