Skip to content

Commit

Permalink
release v1.4.0-RC8
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielKucal committed Mar 1, 2018
1 parent d1706c6 commit 43e20c9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ This library adds decorators that make it super easy to *automagically* save and
## Upcoming (TODO)
- Storage events for keys removed from outside
- Tests for storage events (accepting PRs)
- Accepting Moment's instances as expiration date (accepting PRs)
- Support for Set and Map
- Encoding of saved data
- Take configuration from [npm config](https://www.npmjs.com/package/config)'s file (?)
Expand Down
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ngx-store",
"private": true,
"version": "1.4.0-RC7",
"version": "1.4.0-RC8",
"description": "Angular decorators to automagically keep variables in HTML5 LocalStorage, SessionStorage, cookies; injectable services for managing and listening to data changes and a bit more.",
"main": "./ngx-store.js",
"main for angular5": "./bundles/ngx-store.umd.js",
Expand Down

0 comments on commit 43e20c9

Please sign in to comment.