Skip to content

Commit 18279b8

Browse files
committed
0.0.2
1 parent 5b4fe40 commit 18279b8

File tree

4 files changed

+29
-5
lines changed

4 files changed

+29
-5
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
## 0.0.2 (2019-10-16)
2+
3+
4+
### Bug Fixes
5+
6+
* **deps:** update angular monorepo to v7.2.0 ([bf1c779](https://github.com/ngxs-labs/async-storage-plugin/commit/bf1c779))
7+
* **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))
8+
* **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))
9+
10+
11+
### Features
12+
13+
* **async-storage-plugin:** add async storage engine implementation (kudos to @TomDemulierChevret) ([20127d3](https://github.com/ngxs-labs/async-storage-plugin/commit/20127d3))
14+
* **engine:** set custom engine compulsory in forRoot ([3ef2b0b](https://github.com/ngxs-labs/async-storage-plugin/commit/3ef2b0b))
15+
* **integration:** add async storage provider with ionic storage ([fdf2a75](https://github.com/ngxs-labs/async-storage-plugin/commit/fdf2a75))
16+
* **ionic:** add ionic integration project ([32520a5](https://github.com/ngxs-labs/async-storage-plugin/commit/32520a5))
17+
* **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))
18+
* **ng:** support angular 8 ([87be33b](https://github.com/ngxs-labs/async-storage-plugin/commit/87be33b))
19+
* **ngxs:** add ngxs/store and current storage plugin implementation ([4a0b179](https://github.com/ngxs-labs/async-storage-plugin/commit/4a0b179))
20+
* **test:** add storage plugin test ([798a1c0](https://github.com/ngxs-labs/async-storage-plugin/commit/798a1c0))
21+
* **test:** add tests for async storage with custom engine (kudos to @TomDemulierChevret) ([01d710d](https://github.com/ngxs-labs/async-storage-plugin/commit/01d710d))
22+
23+
24+

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngxs-labs/async-storage-plugin",
3-
"version": "0.0.0",
3+
"version": "0.0.2",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/ngxs-labs/async-storage-plugin.git"
@@ -88,4 +88,4 @@
8888
"tslint": "5.18.0",
8989
"typescript": "3.2.4"
9090
}
91-
}
91+
}

src/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngxs-labs/async-storage-plugin",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/ngxs-labs/async-storage-plugin.git"
@@ -14,4 +14,4 @@
1414
"@angular/core": ">=6.0.0 <9.0.0",
1515
"@ngxs/store": ">=3.3.4"
1616
}
17-
}
17+
}

0 commit comments

Comments
 (0)