4.0.0 (2023-05-19)
Improves compatibility with Angular 15+ applications.
3.0.2 (2021-03-16)
Major release with breaking changes. Adds support for non-Angular projects, such as React, Vue, or plain JS, as well as the ability to specify different storage engines. Also adds support for Ionic Secure Storage with Encryption support.
Breaking changes:
- Angular support is now provided in
@ionic/storage-angular
. ready()
has been removed. Oncecreate
is called, the rest of the operations will be ready to access.localforage-cordovaSQLiteDriver
is no longer provided out of the box to provide more options for storage engines and to remove a Cordova dependency. See README for how to install it separately
The actual storage API is essentially unchanged, so app code will likely port over with minimal modifications.
See README
for full installation and usage instructions.
2.3.1 (2020-09-03)
2.3.0 (2020-07-23)
- ssr: provide noop driver in node environment for ssr (2ea8583)
2.2.0 (2018-09-05)
- package: fix path issue (e409f69)
- add dbKey to support sqlcipher (2e888c5), closes #143
- storage: added config options (0d978bf), closes #110
2.1.2 (2017-11-06)
2.1.1 (2017-11-02)
2.1.0 (2017-11-02)
2.0.1 (2017-03-13)
2.0.0 (2017-03-03)
- storage: add NgModule to work with Angular 2.4.x (ba07581)
1.1.9 (2017-02-20)
- dependencies: don't depend on a fixed version of angular (61c0b5d)
- dependencies: stay at TypeScript 2.0.x for now (c8793ac)
- storage: localForage accepts arbitrary engines (529831d)
- storage: should take the engine param (c7a3883)
- Storage: fix typo (93927c4)
- storage: add localForage supports method (dbc9ac4)
- storage: setEngine method to choose which storage option you would like to use (b45e23d)
- Storage: expose the name of the used driver (6daefa3)