Skip to content

Latest commit

 

History

History
61 lines (28 loc) · 2.01 KB

CHANGELOG.md

File metadata and controls

61 lines (28 loc) · 2.01 KB

1.7.0 (2018-06-17)

Features

  • 🎸 add ofType() rxjs operator (544842b)

1.6.0 (2018-06-17)

Features

  • 🎸 add combineEpics() function (a9b84eb)
  • 🎸 add dev check so all epics return an observable (9ca2c41)

1.5.0 (2018-06-17)

Bug Fixes

  • 🐛 improve epic plugin, standartize observable (3f4ccc3)

Features

  • 🎸 add epic plugin implementation (60c7a78)
  • 🎸 user rxjs for epic observables (98b1ac6)
  • 🎸 WIP add async epics (acc534b)

1.4.0 (2018-06-13)

Features

  • 🎸 allow thunks to return undefined (4b76807)

1.3.0 (2018-06-12)

Features

  • 🎸 make persist plugin synchronous (5638754)

1.2.0 (2018-06-11)

Bug Fixes

  • 🐛 fix WIP online plugin test (84bed0e)

Features

  • WIP work on online effects (b80999b)

1.1.0 (2018-06-11)

Features

  • 🎸 add dispatchInit plugin (a608ff6)