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.