Skip to content

Latest commit

 

History

History
60 lines (29 loc) · 2.78 KB

CHANGELOG.md

File metadata and controls

60 lines (29 loc) · 2.78 KB

1.3.0 (2021-06-14)

Features

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

1.2.3 (2021-02-01)

Bug Fixes

  • Exclude docs from package (4533103)

1.2.2 (2021-02-01)

Bug Fixes

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

1.2.1 (2020-12-10)

Bug Fixes

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

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)

1.1.1 (2020-08-19)

Bug Fixes

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

1.1.0 (2020-08-19)

Features

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)