ionic-storage

Ionic Storage module for Ionic apps

MIT License

Downloads
433.6K
Stars
434
Committers
25

Bot releases are visible (Hide)

ionic-storage - v4.0.0 Latest Release

Published by sean-perkins over 1 year ago

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

ionic-storage - v4.0.0-next.1

Published by mlynch over 1 year ago

  • Next 8f8a51b
  • 4.0.0-next.0 e788b06
  • Merge pull request #269 from Theaninova/main 229b5e7
  • fix: provide platform to storage factory 152c32d
  • Update angular package a070984
  • Update README.md ff9183c
  • Update README.md 10d25bb

https://github.com/ionic-team/ionic-storage/compare/v3.0.6...v4.0.0-next.1

ionic-storage -

Published by mlynch over 3 years ago

  • Merge pull request #236 from ionic-team/fix/encryptedStore cf6327a

https://github.com/ionic-team/ionic-storage/compare/v3.0.4...v3.0.6

ionic-storage -

Published by mlynch over 3 years ago

  • 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

https://github.com/ionic-team/ionic-storage/compare/v3.0.2...v3.0.4

ionic-storage -

Published by mlynch over 3 years ago

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.

ionic-storage - v2.3.1

Published by github-actions[bot] about 4 years ago

2.3.1 (2020-09-03)

Bug Fixes

ionic-storage - 2.3.0

Published by brandyscarney about 4 years ago

ionic-storage - 2.0.1

Published by jgw96 over 7 years ago

ionic-storage - 2.0.0

Published by danbucholtz over 7 years ago

Moved to NgModule to resolve dependency injection issue.

Update Steps:

  • Run npm install @ionic/[email protected] --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
ionic-storage - 1.1.9

Published by danbucholtz over 7 years ago

Package Rankings
Top 1.45% on Npmjs.org
Badges
Extracted from project README
Build Status
Related Projects