Skip to content

Latest commit

 

History

History
89 lines (56 loc) · 2.94 KB

CHANGELOG.md

File metadata and controls

89 lines (56 loc) · 2.94 KB

1.1.1

January 17, 2020
  • Fix deep merge with immutable lists (#57)

1.1.0

December 21, 2017
  • Pass dispatch to async handlers via thunk (#53)

1.0.0

August 10, 2017
  • Convert responseData to Immutable data structure before adding to store (#51)

1.0.0-rc.4

May 2, 2017
  • Accept responseData in handleSuccess for the update action (#48)
  • Update docs to reflect optional optimism (#47)

1.0.0-rc.3

April 10, 2017
  • Cast all raw ids to strings (#44)
  • Update selectors to handle optional optimism (#43)
  • Make optimistic updates optional (#41)

1.0.0-rc.2

March 23, 2017
  • Added pre action hooks (#38)

1.0.0-rc.1

March 22, 2017
  • Added post action hooks (#36)
  • Rename delete action to remove to avoid reserved word conflicts (#35)

0.3.0

March 15, 2017
  • Fetch response will now deep merge response data into raw data (#33)

0.2.8

February 21, 2017
  • Cast uid to int in record selector (#31)

0.2.7

February 16, 2017
  • Added the get selector (#29)

0.2.6

January 11, 2017
  • Added the datasetProperty selector (#27)

0.2.5

January 3, 2017
  • Return Map instead of List for empty dataset (#25)
  • Ensure data is properly converted between actions and reducers (#24)

0.2.4

December 15, 2016
  • uidField option has been removed for the reducer (it is not longer needed) (#22)

0.2.3

December 14, 2016
  • Records are now added while updating if not already in state (#20)

0.2.2

December 13, 2016
  • Added the ability to return fetch response as an object or array (#18)

0.2.1

December 7, 2016
  • Added the ability to pass additional data with fetch, create and delete actions (#16)

0.2.0

December 5, 2016
  • Initial Release