1.0.0
This commit is contained in:
parent
6bedb267da
commit
6e759ca4fe
|
@ -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": {
|
||||||
|
|
|
@ -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.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue