Skip to content

Releases: TheUnderScorer/functional-cqrs

v1.3.0

14 Jun 20:10
Compare
Choose a tag to compare

1.3.0 (2021-06-14)

Features

  • Add typed CommandBus and QueryBus (af70231)
  • Simplify handlers, remove DI (93a4a4e)

v1.2.3

01 Feb 12:54
Compare
Choose a tag to compare

1.2.3 (2021-02-01)

Bug Fixes

  • Exclude docs from package (4533103)

v1.2.2

01 Feb 12:01
Compare
Choose a tag to compare

1.2.2 (2021-02-01)

Bug Fixes

  • events-bus: Support passing event constructor as eventName (f3eeda7)

v1.2.1

10 Dec 06:53
Compare
Choose a tag to compare

1.2.1 (2020-12-10)

Bug Fixes

  • Make "Context" generic argument optional in buses (56c3e20)

v1.2.0

09 Dec 15:41
Compare
Choose a tag to compare

1.2.0 (2020-12-09)

Features

  • Change buses from factory functions to classes (2742f3f)
  • Don't require "name" if instruction is an class (8ca5a27)

v1.1.1

19 Aug 15:40
Compare
Choose a tag to compare

1.1.1 (2020-08-19)

Bug Fixes

  • add missing generic types for query handler (565e6d7)

v1.1.0

19 Aug 15:28
Compare
Choose a tag to compare

1.1.0 (2020-08-19)

Features

v1.0.0

19 Aug 12:27
Compare
Choose a tag to compare

1.0.0 (2020-08-19)

Features

  • add event subscriber decorators (7e0660a)
  • migrate from monorepo to single package (f7a82e5)
  • Support both functional and class handlers (a0aa493)
  • Support passing context as function that returns it (982bfba)