Releases: ionic-team/ionic-storage
Releases · ionic-team/ionic-storage
v4.0.0
v4.0.0-next.1
v3.0.6: Merge pull request #236 from ionic-team/fix/encryptedStore
v3.0.4
- 3.0.3 addf1d2
- Merge pull request #220 from LzpTec/main b67aa24
- Fix default config override. 545a2b4
- Update README: further migration clarification 893d849
- update README: include Secure Storage encryption migration steps 9d6bb3f
- update 8967e79
- details details 7144744
- update readme 28e6b76
- Merge pull request #217 from juliandavidmr/patch-1 1358929
- Update README.md bb70f86
- fix(doc/README) fix broken link to Identity Vault 7e083ff
- Update README.md 080c61c
- Update README.md 68e222e
- Update README.md aa0db9e
- Changelog 5ad51a5
- Update changelog 07bd22d
- Temporary release process ec39744
v3.0.2
Major release with breaking changes. Adds support for non-Angular projects, such as React, Vue, or plain JS.
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.
v2.3.1
2.3.0
v2.3.0 v2.3.0
2.0.1
2.0.0
Moved to NgModule to resolve dependency injection issue.
Update Steps:
- Run
npm install @ionic/[email protected] --save --save-exact
- Remove
Storage
from your providers inapp.module.ts
import { IonicStorageModule } from '@ionic/storage'
instead ofimport { IonicStorage } from '@ionic/storage'
inapp.module.ts
- Add
IonicStorageModule.forRoot()
to theimports
array inapp.module.ts
1.1.9
1.1.9