Skip to content
This repository has been archived by the owner on Dec 26, 2017. It is now read-only.

Latest commit

 

History

History
105 lines (45 loc) · 3.38 KB

CHANGELOG.md

File metadata and controls

105 lines (45 loc) · 3.38 KB

2.0.5 (2017-10-20)

Bug Fixes

  • build: Remove ngsummary files from published build (#180) (e3e7c67)

2.0.4 (2017-07-09)

Bug Fixes

  • Effects: Updated signature for with lift method (#163) (d264b4f), closes #161

2.0.3 (2017-04-20)

Bug Fixes

  • deps: Fixed peer dependencies to support Angular 4.x (#142) (7ca4e46)

2.0.2 (2017-03-23)

Bug Fixes

  • index: missing export runAfterBootstrapEffects (#116) (78804c7)

2.0.1 (2017-03-18)

Bug Fixes

  • build: Enable compiling with no-implicit-any option (#107) (986b5df)
  • Effects: Inject Effects Subscriptions into Effects Module (3cf1e0e)
  • subscription: Updated type for effects subscription (#97) (7aa2e00)

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 #5

1.0.0 (2016-05-25)