Skip to content

Commit

Permalink
0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
marcjulian committed Oct 16, 2019
1 parent 5b4fe40 commit 18279b8
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 5 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
## 0.0.2 (2019-10-16)


### Bug Fixes

* **deps:** update angular monorepo to v7.2.0 ([bf1c779](https://github.com/ngxs-labs/async-storage-plugin/commit/bf1c779))
* **deps:** update dependency [@ionic-native](https://github.com/ionic-native)/core to v5.0.0-beta.23 ([#11](https://github.com/ngxs-labs/async-storage-plugin/issues/11)) ([7d2d9cd](https://github.com/ngxs-labs/async-storage-plugin/commit/7d2d9cd))
* **deps:** update dependency [@ionic-native](https://github.com/ionic-native)/splash-screen to v5.0.0-beta.23 ([#12](https://github.com/ngxs-labs/async-storage-plugin/issues/12)) ([34080cd](https://github.com/ngxs-labs/async-storage-plugin/commit/34080cd))


### Features

* **async-storage-plugin:** add async storage engine implementation (kudos to @TomDemulierChevret) ([20127d3](https://github.com/ngxs-labs/async-storage-plugin/commit/20127d3))
* **engine:** set custom engine compulsory in forRoot ([3ef2b0b](https://github.com/ngxs-labs/async-storage-plugin/commit/3ef2b0b))
* **integration:** add async storage provider with ionic storage ([fdf2a75](https://github.com/ngxs-labs/async-storage-plugin/commit/fdf2a75))
* **ionic:** add ionic integration project ([32520a5](https://github.com/ngxs-labs/async-storage-plugin/commit/32520a5))
* **migration:** migrate default state if value not already set ([#118](https://github.com/ngxs-labs/async-storage-plugin/issues/118)) ([8207f74](https://github.com/ngxs-labs/async-storage-plugin/commit/8207f74))
* **ng:** support angular 8 ([87be33b](https://github.com/ngxs-labs/async-storage-plugin/commit/87be33b))
* **ngxs:** add ngxs/store and current storage plugin implementation ([4a0b179](https://github.com/ngxs-labs/async-storage-plugin/commit/4a0b179))
* **test:** add storage plugin test ([798a1c0](https://github.com/ngxs-labs/async-storage-plugin/commit/798a1c0))
* **test:** add tests for async storage with custom engine (kudos to @TomDemulierChevret) ([01d710d](https://github.com/ngxs-labs/async-storage-plugin/commit/01d710d))



2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngxs-labs/async-storage-plugin",
"version": "0.0.0",
"version": "0.0.2",
"repository": {
"type": "git",
"url": "git+https://github.com/ngxs-labs/async-storage-plugin.git"
Expand Down Expand Up @@ -88,4 +88,4 @@
"tslint": "5.18.0",
"typescript": "3.2.4"
}
}
}
4 changes: 2 additions & 2 deletions src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngxs-labs/async-storage-plugin",
"version": "0.0.1",
"version": "0.0.2",
"repository": {
"type": "git",
"url": "git+https://github.com/ngxs-labs/async-storage-plugin.git"
Expand All @@ -14,4 +14,4 @@
"@angular/core": ">=6.0.0 <9.0.0",
"@ngxs/store": ">=3.3.4"
}
}
}

0 comments on commit 18279b8

Please sign in to comment.