Skip to content

v4.0.50-beta.4

Compare
Choose a tag to compare
@JamesRandall JamesRandall released this 16 Feb 14:43
· 3 commits to master since this release
  • Added support to mark all functions as having no command handlers with a one line configuration
  • Added support for command transformers that take a command as input and return the same type of command. Simple alternative to custom dispatchers and useful where there are no handlers.
  • Fixed a bug where HTTP response handlers weren't called when an output trigger was in use