Skip to content

Releases: ivandotv/oktopod

v1.2.6

14 May 11:26
b0ed172
Compare
Choose a tag to compare

Patch Changes

v1.2.5

03 May 18:30
8682c30
Compare
Choose a tag to compare

Patch Changes

  • 635b0c0: Disable mangling of function names. Terser is mangling function names, and Xstate visualizer can't read action (function) names

v1.2.4

03 May 14:48
d1b4a98
Compare
Choose a tag to compare

Patch Changes

  • 21bf8b9: Enable action names in the xstate visualizer

v1.2.3

01 May 10:37
5b38a58
Compare
Choose a tag to compare

Patch Changes

  • 8b66ec2: switch package to type module, and update build process accordingly

v1.2.2

28 Apr 09:08
06fe62a
Compare
Choose a tag to compare

Patch Changes

  • 873461e: Update packages, and create .mjs file builds
  • 8e70015: docs: add link to bundlephobia

v1.2.1

20 Apr 10:47
ae5286d
Compare
Choose a tag to compare

Patch Changes

v1.2.0

14 Apr 09:02
50bc108
Compare
Choose a tag to compare

Minor Changes

  • 22ea2cc: Add strict mode to sendTo and forwardTo actions.

    In strict mode event bus will throw if the service is not registered.

Patch Changes

v1.1.2

13 Apr 20:26
28ee36d
Compare
Choose a tag to compare

Patch Changes

v1.1.1

09 Apr 21:43
14cc972
Compare
Choose a tag to compare

Patch Changes

  • 0cc8e61: remove dependency: tiny-invariant

v1.1.0

09 Apr 21:36
54ad5cf
Compare
Choose a tag to compare

Minor Changes

  • 4f76b5d: Add option for sendTo method to throw if service with a particular id is not present

Patch Changes

  • f5eb3eb: SendTo method should not accept function as argument