This commit is contained in:
Kai Moseley 2017-08-06 18:06:21 +01:00
parent 6bedb267da
commit 6e759ca4fe
2 changed files with 1 additions and 9 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "redux-scc", "name": "redux-scc",
"version": "0.5.0", "version": "1.0.0",
"description": "Redux store chunk creator", "description": "Redux store chunk creator",
"main": "./lib/index.js", "main": "./lib/index.js",
"scripts": { "scripts": {

View File

@ -246,14 +246,6 @@ Producing:
``` ```
### Roadmap
Planned features:
- oneOf() type - (for allowing a specific selection of types).
- wildcardKey() - for use in the shape type in order to allow the use of a regex pattern to allow a property to be specified if it matches the given regex and the type specified.