Skip to content

Releases: JannicBeck/ngrx-undoable

v1.2.0

12 Apr 17:48
Compare
Choose a tag to compare
  • Added getLatestFutureAction selector
  • Breaking Changes to Action selectors with grouped Actions:
    Actions selectors now return the unflattened Actions, if there are grouped actions in the history. To get the flattened actions, use the get...Flattened selectors

v1.1.6

01 Apr 15:12
Compare
Choose a tag to compare
  • Added how it works section and warning that reducer has to be pure to readme #3
  • renamed getLatestAction selector to getPresentAction to conform with undox api
  • getPastStates and getFutureStates reuse previous states now