Skip to content

Releases: ngry-project/saga

v5.3.1

28 Oct 19:15
Compare
Choose a tag to compare

5.3.1 (2021-10-28)

Bug Fixes

v5.3.0

27 Oct 19:19
af80b21
Compare
Choose a tag to compare

5.3.0 (2021-10-27)

Bug Fixes

  • chrome-extension: trigger change detection on runtime events (5dd7b1f)
  • demo-app: calculation (483ecbd)
  • demo-app: fix tests (f9903fe)
  • saga: fix message types (4ce2cb3)

Features

  • chrome-extension: add highlight module and cached route strategy (0334705)
  • chrome-extension: customize basic html elements (7ac24a9)
  • chrome-extension: message history (e429d80)
  • chrome-extension: saga visualization (1507b18)
  • chrome-extension: viewport component (6468ac2)

v5.2.0

18 Oct 17:30
5bd4100
Compare
Choose a tag to compare

5.2.0 (2021-10-18)

Features

  • saga: component registrar (1c29ef7)
  • saga: component scanner (991b421)
  • saga: event listener (ced7843), closes #16
  • saga: provide event listeners in feature modules (2a71b3e)
  • saga: registrar services allow canceling subscriptions to command- and event-bus. (bc67d2e)
  • saga: saga registry (6b28127)
  • saga: unregister handlers and publishers when cancelling subscription (f16a5a2)

v5.1.0

12 Oct 22:20
a10a77d
Compare
Choose a tag to compare

5.1.0 (2021-10-12)

Bug Fixes

  • demo-app: fix router imports (0f37f47)

Features

v5.0.0

12 Oct 19:58
3beaf90
Compare
Choose a tag to compare

5.0.0 (2021-10-12)

Features

  • saga: rename saga concept to event-handler (5095e68), closes #13

BREAKING CHANGES

  • saga: public API changed

v4.0.0

12 Oct 16:43
d11873f
Compare
Choose a tag to compare

4.0.0 (2021-10-12)

Features

  • saga: attach meta-information to events and commands (17cf01f), closes #10

BREAKING CHANGES

  • saga: public API changed

v3.0.0

10 Oct 16:47
3d5f09a
Compare
Choose a tag to compare

3.0.0 (2021-10-10)

Bug Fixes

  • saga: fix module boundaries (7688ded)

Features

  • saga: command handlers return events (42f83f6), closes #7

BREAKING CHANGES

  • saga: public API changed

v2.0.0

10 Oct 16:01
Compare
Choose a tag to compare

2.0.0 (2021-10-10)

Bug Fixes

  • saga: resolve circular dependencies (61edfe0), closes #3

Features

  • saga: remove rollback method from ICommandHandler (26da7e1), closes #4
  • saga: remove rollback method from ICommandHandler (c50433c), closes #4

BREAKING CHANGES

  • saga: public API changed

v1.1.0

10 Oct 10:05
2ad3fa3
Compare
Choose a tag to compare

1.1.0 (2021-10-10)

Bug Fixes

  • saga: unify command and event messages (9b0bbb7)

Features

  • chrome-extension: Chrome Devtools panel to track commands and events (44c4b9b), closes #1

v1.0.1

06 Oct 20:04
Compare
Choose a tag to compare

1.0.1 (2021-10-06)

Bug Fixes