diff --git a/package.json b/package.json index 239f3ca..1015e6e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redux-scc", - "version": "0.5.0", + "version": "1.0.0", "description": "Redux store chunk creator", "main": "./lib/index.js", "scripts": { diff --git a/readme.md b/readme.md index 2992ab3..b863586 100644 --- a/readme.md +++ b/readme.md @@ -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. - - -