v1.0.0-alpha.2
Pre-release
Pre-release
·
76 commits
to alpha
since this release
- fix(orderedReducer): fix issue where adding a document would break ordered structure - #151
- fix(ci): add alpha to travis branches config so tests run for alpha version - #151
- feat(query): support for populate using v1 state pattern (may have unexpected results, see note below) - #48
- fix(examples): complete example updated with
react-scripts
and[email protected]
NOTE: The populate
helper will need to work differently for v1.0.0 since things are stored differently in state. It will most likely not work when populating off of any root
settings that are not at the base of the state tree.