- Fix deep merge with immutable lists (#57)
- Pass dispatch to async handlers via thunk (#53)
- Convert responseData to Immutable data structure before adding to store (#51)
- Accept responseData in handleSuccess for the update action (#48)
- Update docs to reflect optional optimism (#47)
- Cast all raw ids to strings (#44)
- Update selectors to handle optional optimism (#43)
- Make optimistic updates optional (#41)
- Added pre action hooks (#38)
- Fetch response will now deep merge response data into raw data (#33)
- Cast uid to int in record selector (#31)
- Added the get selector (#29)
- Added the datasetProperty selector (#27)
- Return Map instead of List for empty dataset (#25)
- Ensure data is properly converted between actions and reducers (#24)
- uidField option has been removed for the reducer (it is not longer needed) (#22)
- Records are now added while updating if not already in state (#20)
- Added the ability to return fetch response as an object or array (#18)
- Added the ability to pass additional data with fetch, create and delete actions (#16)
- Initial Release