Skip to content

Commit

Permalink
v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mhartington committed Jul 23, 2020
1 parent 148bc92 commit 6a70ed7
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 27 deletions.
53 changes: 27 additions & 26 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,81 +1,82 @@
<a name="2.2.0"></a>
# [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)



<a name="2.1.2"></a>
## [2.1.2](https://github.com/ionic-team/ionic-storage/compare/v2.1.1...v2.1.2) (2017-11-06)



<a name="2.1.1"></a>
## [2.1.1](https://github.com/ionic-team/ionic-storage/compare/v2.1.0...v2.1.1) (2017-11-02)



<a name="2.1.0"></a>
# [2.1.0](https://github.com/ionic-team/ionic-storage/compare/v2.0.1...v2.1.0) (2017-11-02)



<a name="2.0.1"></a>
## [2.0.1](https://github.com/ionic-team/ionic-storage/compare/v2.0.0...v2.0.1) (2017-03-13)



<a name="2.0.0"></a>
# [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))



<a name="1.1.9"></a>
## [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))



<a name="1.1.2"></a>
## [1.1.2](https://github.com/ionic-team/ionic-storage/compare/v1.1.1...v1.1.2) (2016-09-30)



<a name="1.1.1"></a>
## [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)



2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ionic/storage",
"version": "2.2.0",
"version": "2.3.0",
"description": "Ionic Storage utility",
"scripts": {
"clean": "rimraf dist",
Expand Down

0 comments on commit 6a70ed7

Please sign in to comment.