- Fix a major bug introduced in alpha.4 (breaking action creator and reducers arity)
- Full Documentation
- New arrayStore
- Documentation
- removed auto sorting of collections
- fixed the collectionStore
idKeyproperty reference in the README - prettier formatting
- added new functions:
simpleStoreandcollectionStore. - renamed
generateSimpleStoretosimpleStoreGenerators, keptgenerateSimpleStoreas an alias. - renamed
generateCollectionStoretocollectionStoreGenerators, keptgenerateCollectionStoreas an alias. - simpleStore default value is now
null(not undefined) - updated README.md
- add this changelog
- change package.json engine to
node: '>=8.9'andnpm: '>=6'
- first alpha release