Skip to content

Latest commit

 

History

History
92 lines (44 loc) · 3.49 KB

CHANGELOG.md

File metadata and controls

92 lines (44 loc) · 3.49 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

3.1.3 (2020-08-07)

3.1.2 (2020-08-07)

3.1.1 (2020-08-07)

3.1.0 (2020-08-07)

Features

  • api: root module effects (12a7e22)

3.0.0 (2020-07-03)

⚠ BREAKING CHANGES

  • api: for root modules required NgxsEffectsModule.forRoot() call in imports instead of just importing NgxsEffectsModule

Features

  • api: separated module exporting for feature and root (7aac1ce)

2.1.1 (2020-06-30)

Bug Fixes

  • glob: pluralize library name, filter name, paths in cli conf (b1401b0), closes #5

2.1.0 (2020-06-12)

Features

  • api: ability to handle multiple action by single decorator (2a831c6), closes #1

2.0.1 (2020-06-12)

Bug Fixes

  • secure access to metadata by private symbols (9f25193)

2.0.0 (2020-06-05)

Features

  • global: ivy compatibility (7305b4e), closes #2

1.0.3 (2020-06-05)

Bug Fixes

  • public api: effect catch error export (3a13cf1)

1.0.2 (2020-05-12)

1.0.1 (2020-04-26)

1.0.0 (2020-04-24)

Features

  • decorators: effect error catch decorator (5e4edf4)

0.0.3 (2020-04-22)

0.0.2 (2020-04-22)

Features

0.0.1 (2020-04-21)

Features

  • effect decorator
  • effects start decorator
  • effects terminate decorator
  • error handling (f6e48d5)