Skip to content

Releases: ionic-team/ionic-storage

v4.0.0

19 May 16:02
7ca777f

Choose a tag to compare

Improves the compatibility of the @ionic/storage-angular package with Angular 15 and 16 applications.

v4.0.0-next.1

07 Mar 21:27

Choose a tag to compare

v4.0.0-next.1 Pre-release
Pre-release

v3.0.6...v4.0.0-next.1

v3.0.6: Merge pull request #236 from ionic-team/fix/encryptedStore

12 Jul 23:51
cf6327a

Choose a tag to compare

v3.0.4

31 Mar 21:08

Choose a tag to compare

v3.0.2...v3.0.4

v3.0.2

16 Mar 19:28

Choose a tag to compare

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. Once create 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

03 Sep 20:32

Choose a tag to compare

2.3.1 (2020-09-03)

Bug Fixes

2.3.0

23 Jul 19:31

Choose a tag to compare

v2.3.0

v2.3.0

2.0.1

13 Mar 16:58

Choose a tag to compare

v2.0.1

2.0.1

2.0.0

03 Mar 14:47

Choose a tag to compare

Moved to NgModule to resolve dependency injection issue.

Update Steps:

  • Run npm install @ionic/storage@2.0.0 --save --save-exact
  • Remove Storage from your providers in app.module.ts
  • import { IonicStorageModule } from '@ionic/storage' instead of import { IonicStorage } from '@ionic/storage' in app.module.ts
  • Add IonicStorageModule.forRoot() to the imports array in app.module.ts

1.1.9

20 Feb 15:48

Choose a tag to compare

1.1.9