Skip to content

Latest commit

 

History

History
53 lines (23 loc) · 1.66 KB

CHANGELOG.md

File metadata and controls

53 lines (23 loc) · 1.66 KB

2.0.0 (2016-09-27)

Bug Fixes

  • Type: Use Type instead of Type (228eab1)

Features

  • EffectsSubscription: Add child subscriptions to parent (cddb9ae)
  • testing: Add testing module for easily mocking out actions (4c912d2)
  • toPayload: Bring back toPayload helper function (97365b0)

1.1.1 (2016-08-03)

Bug Fixes

  • StateUpdates: Generate metadata for StateUpdates class to make it easy to provide (264555f)

1.1.0 (2016-08-02)

Features

  • DI: register individual effect instances with the DI (#13) (a4dd162)
  • Effect: Support decorating a class method (8f0383d)

1.0.1 (2016-05-26)

Bug Fixes

  • Fix toPayload and add MockStateUpdates.whenAction (#7) (aa22152), closes #7 #5

1.0.0 (2016-05-25)