- 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
idKey
property reference in the README - prettier formatting
- added new functions:
simpleStore
andcollectionStore
. - renamed
generateSimpleStore
tosimpleStoreGenerators
, keptgenerateSimpleStore
as an alias. - renamed
generateCollectionStore
tocollectionStoreGenerators
, keptgenerateCollectionStore
as 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