Skip to content

Releases: shawnmclean/ts-cqs

v0.1.0

22 Mar 06:52
Compare
Choose a tag to compare
  • Remove query handlers, no distinction between queries and commands since both will return a value.
  • Return values from command processor and handlers are async by default.

0.0.6

18 Nov 16:28
Compare
Choose a tag to compare
  • Query Handlers added

0.0.5

17 Nov 23:39
Compare
Choose a tag to compare
  • Command Processor should include the generic type for the result.

0.0.2

14 Nov 03:35
Compare
Choose a tag to compare

Initial release with support for commands and command handlers.