Skip to content

Latest commit

 

History

History
104 lines (44 loc) · 4.66 KB

CHANGELOG.md

File metadata and controls

104 lines (44 loc) · 4.66 KB

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

2.3.1 (2020-09-03)

Bug Fixes

2.3.0 (2020-07-23)

Bug Fixes

  • storage: add a generic type to ModuleWithProviders usage (#191) (1e40fff)

Features

  • ssr: provide noop driver in node environment for ssr (2ea8583)

2.2.0 (2018-09-05)

Bug Fixes

  • package: fix path issue (e409f69)

Features

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)

Bug Fixes

  • storage: add NgModule to work with Angular 2.4.x (ba07581)

1.1.9 (2017-02-20)

Bug Fixes

  • 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)

Features

  • 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)

1.1.2 (2016-09-30)

1.1.1 (2016-09-30)