Skip to content

Releases: natural-apptitude/ngrx-store-ionic-storage

Release list

v2.0.0

Choose a tag to compare

@fiznool fiznool released this 02 Mar 10:07

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.

v1.0.0

Choose a tag to compare

@fiznool fiznool released this 02 Feb 11:49

Initial Release.