- bcd5700: add more code comments
- 635b0c0: Disable mangling of function names. Terser is mangling function names, and Xstate visualizer can't read action (function) names
- 21bf8b9: Enable action names in the xstate visualizer
- 8b66ec2: switch package to type module, and update build process accordingly
- 873461e: Update packages, and create
.mjs
file builds - 8e70015: docs: add link to bundlephobia
- 5005e68: update docs
-
22ea2cc: Add
strict
mode to sendTo and forwardTo actions.In
strict
mode event bus will throw if the service is not registered.
- 89fb85e: reword warning messages
- 9dc2198: update docs
- 0cc8e61: remove dependency: tiny-invariant
- 4f76b5d: Add option for
sendTo
method to throw if service with a particular id is not present
- f5eb3eb: SendTo method should not accept function as argument
- e100209: Switch event payload data from
unknown
toany
- 2d154a9: Make Oktopod class the default export
- 9c29326: Remove typescript custom baseUrl functionality
- aebe121: Make package public and publish.