Skip to content

Releases: ionic-team/ionic-storage

v4.0.0

Choose a tag to compare

@sean-perkins sean-perkins released this 19 May 16:02
7ca777f

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

v4.0.0-next.1

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

Choose a tag to compare

@mlynch mlynch released this 07 Mar 21:27

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

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

Choose a tag to compare

@mlynch mlynch released this 12 Jul 23:51
cf6327a
  • Merge pull request #236 from ionic-team/fix/encryptedStore cf6327a

v3.0.4...v3.0.6

v3.0.4

Choose a tag to compare

@mlynch mlynch released this 31 Mar 21:08

v3.0.2...v3.0.4

v3.0.2

Choose a tag to compare

@mlynch mlynch released this 16 Mar 19:28

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

Choose a tag to compare

@github-actions github-actions released this 03 Sep 20:32

2.3.1 (2020-09-03)

Bug Fixes

2.3.0

Choose a tag to compare

@brandyscarney brandyscarney released this 23 Jul 19:31
v2.3.0

v2.3.0

2.0.1

Choose a tag to compare

@jgw96 jgw96 released this 13 Mar 16:58
v2.0.1

2.0.1

2.0.0

Choose a tag to compare

@danbucholtz danbucholtz released this 03 Mar 14:47

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

Choose a tag to compare

@danbucholtz danbucholtz released this 20 Feb 15:48
1.1.9