2.0.5 (2017-10-20)
2.0.4 (2017-07-09)
2.0.3 (2017-04-20)
2.0.2 (2017-03-23)
2.0.1 (2017-03-18)
- 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)
- Type: Use Type instead of Type (228eab1)
- 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)
- StateUpdates: Generate metadata for StateUpdates class to make it easy to provide (264555f)
1.1.0 (2016-08-02)
- DI: register individual effect instances with the DI (#13) (a4dd162)
- Effect: Support decorating a class method (8f0383d)