From 6a70ed75c75962091e21c57d618053ce5be0ece0 Mon Sep 17 00:00:00 2001 From: Mike Hartington Date: Thu, 23 Jul 2020 15:22:28 -0400 Subject: [PATCH] v2.3.0 --- CHANGELOG.md | 53 ++++++++++++++++++++++++++-------------------------- package.json | 2 +- 2 files changed, 28 insertions(+), 27 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b51484f..fd9c5c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,81 +1,82 @@ - +# [2.3.0](https://github.com/ionic-team/ionic-storage/compare/v2.2.0...v2.3.0) (2020-07-23) + + +### Bug Fixes + +* **storage:** add a generic type to ModuleWithProviders usage ([#191](https://github.com/ionic-team/ionic-storage/issues/191)) ([1e40fff](https://github.com/ionic-team/ionic-storage/commit/1e40fffb93895c791761221e808ac056dd714d51)) + + +### Features + +* **ssr:** provide noop driver in node environment for ssr ([2ea8583](https://github.com/ionic-team/ionic-storage/commit/2ea8583d774a96c3c150e944c8fe925d0cf69f3d)) + + + # [2.2.0](https://github.com/ionic-team/ionic-storage/compare/v2.1.2...v2.2.0) (2018-09-05) ### Bug Fixes -* **package:** fix path issue ([e409f69](https://github.com/ionic-team/ionic-storage/commit/e409f69)) +* **package:** fix path issue ([e409f69](https://github.com/ionic-team/ionic-storage/commit/e409f69017d746db2563908a1619f5543fd57b27)) ### Features -* **storage:** added config options ([0d978bf](https://github.com/ionic-team/ionic-storage/commit/0d978bf)), closes [#110](https://github.com/ionic-team/ionic-storage/issues/110) -* add dbKey to support sqlcipher ([2e888c5](https://github.com/ionic-team/ionic-storage/commit/2e888c5)), closes [#143](https://github.com/ionic-team/ionic-storage/issues/143) +* add dbKey to support sqlcipher ([2e888c5](https://github.com/ionic-team/ionic-storage/commit/2e888c52a17b8702324ffc2531369fe6e8bb7bb5)), closes [#143](https://github.com/ionic-team/ionic-storage/issues/143) +* **storage:** added config options ([0d978bf](https://github.com/ionic-team/ionic-storage/commit/0d978bff8a755cae962bab76c32fee48e390ffc6)), closes [#110](https://github.com/ionic-team/ionic-storage/issues/110) - ## [2.1.2](https://github.com/ionic-team/ionic-storage/compare/v2.1.1...v2.1.2) (2017-11-06) - ## [2.1.1](https://github.com/ionic-team/ionic-storage/compare/v2.1.0...v2.1.1) (2017-11-02) - # [2.1.0](https://github.com/ionic-team/ionic-storage/compare/v2.0.1...v2.1.0) (2017-11-02) - ## [2.0.1](https://github.com/ionic-team/ionic-storage/compare/v2.0.0...v2.0.1) (2017-03-13) - # [2.0.0](https://github.com/ionic-team/ionic-storage/compare/v1.1.9...v2.0.0) (2017-03-03) ### Bug Fixes -* **storage:** add NgModule to work with Angular 2.4.x ([ba07581](https://github.com/ionic-team/ionic-storage/commit/ba07581)) +* **storage:** add NgModule to work with Angular 2.4.x ([ba07581](https://github.com/ionic-team/ionic-storage/commit/ba07581e82d20be4687e0930c349116655f8728b)) - ## [1.1.9](https://github.com/ionic-team/ionic-storage/compare/1.1.9...v1.1.9) (2017-02-20) ### Bug Fixes -* **dependencies:** don't depend on a fixed version of angular ([61c0b5d](https://github.com/ionic-team/ionic-storage/commit/61c0b5d)) -* **dependencies:** stay at TypeScript 2.0.x for now ([c8793ac](https://github.com/ionic-team/ionic-storage/commit/c8793ac)) -* **storage:** localForage accepts arbitrary engines ([529831d](https://github.com/ionic-team/ionic-storage/commit/529831d)) -* **storage:** should take the engine param ([c7a3883](https://github.com/ionic-team/ionic-storage/commit/c7a3883)) -* **Storage:** fix typo ([93927c4](https://github.com/ionic-team/ionic-storage/commit/93927c4)) +* **dependencies:** don't depend on a fixed version of angular ([61c0b5d](https://github.com/ionic-team/ionic-storage/commit/61c0b5def82afe4622a58ef7bb0203edaa2d2ce3)) +* **dependencies:** stay at TypeScript 2.0.x for now ([c8793ac](https://github.com/ionic-team/ionic-storage/commit/c8793ac1b16d056589323d0cd850ad24423eb4f8)) +* **storage:** localForage accepts arbitrary engines ([529831d](https://github.com/ionic-team/ionic-storage/commit/529831dab12fda1d211c310b0b827c9bd17a65df)) +* **storage:** should take the engine param ([c7a3883](https://github.com/ionic-team/ionic-storage/commit/c7a3883ca272abd46edf74043c79628153f5ce2a)) +* **Storage:** fix typo ([93927c4](https://github.com/ionic-team/ionic-storage/commit/93927c4e367292033af13a01159724a356b69279)) ### Features -* **storage:** add localForage supports method ([dbc9ac4](https://github.com/ionic-team/ionic-storage/commit/dbc9ac4)) -* **Storage:** expose the name of the used driver ([6daefa3](https://github.com/ionic-team/ionic-storage/commit/6daefa3)) +* **storage:** add localForage supports method ([dbc9ac4](https://github.com/ionic-team/ionic-storage/commit/dbc9ac4044ecb00326c0e03ba818e7caa03935fe)) +* **storage:** setEngine method to choose which storage option you would like to use ([b45e23d](https://github.com/ionic-team/ionic-storage/commit/b45e23d74e73745021da20ff81299892f3c7f8af)) +* **Storage:** expose the name of the used driver ([6daefa3](https://github.com/ionic-team/ionic-storage/commit/6daefa3bf5845b05e7c3fcfa39166566aae44c5c)) - ## [1.1.2](https://github.com/ionic-team/ionic-storage/compare/v1.1.1...v1.1.2) (2016-09-30) - -## [1.1.1](https://github.com/ionic-team/ionic-storage/compare/b45e23d...v1.1.1) (2016-09-30) - - -### Features - -* **storage:** setEngine method to choose which storage option you would like to use ([b45e23d](https://github.com/ionic-team/ionic-storage/commit/b45e23d)) +## 1.1.1 (2016-09-30) diff --git a/package.json b/package.json index 37fe495..0587192 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/storage", - "version": "2.2.0", + "version": "2.3.0", "description": "Ionic Storage utility", "scripts": { "clean": "rimraf dist",