Skip to content

Releases: 0xfede/fseh

v4.2.0

10 Nov 16:50

Choose a tag to compare

4.2.0 (2020-11-10)

Bug Fixes

  • add cast for compat with latest ts (6355915)

Features

  • add support for string event handlers (4d354ae)

v4.1.4

11 Feb 10:15

Choose a tag to compare

4.1.4 (2020-02-11)

Bug Fixes

v4.1.3

11 Feb 10:09

Choose a tag to compare

4.1.3 (2020-02-11)

Bug Fixes

  • decorators: save handler as method call, not as simple function (15c581d)

v4.1.2

11 Dec 11:38

Choose a tag to compare

4.1.2 (2019-12-11)

Bug Fixes

  • better error handling with custom error types (42185aa)

v4.1.1

06 Dec 16:41

Choose a tag to compare

4.1.1 (2019-12-06)

Bug Fixes

  • use log prefix management of debuggo/logger (b7c0040)

v4.1.0

15 Nov 15:39

Choose a tag to compare

4.1.0 (2019-11-15)

Features

  • add option to specify a prefix string to prepend to each log line (30015b2)

v4.0.0

12 Nov 08:46

Choose a tag to compare

4.0.0 (2019-11-12)

Features

BREAKING CHANGES

  • innerProcess is now private and take an additional argument

v3.0.0

11 Nov 15:48

Choose a tag to compare

3.0.0 (2019-11-11)

Bug Fixes

  • failed tests throw Errors, not strings (7e52d28)

Features

  • derive from EventEmitter, merge fseh and fsehx, add decorators (72f7a65)

BREAKING CHANGES

  • Machine now derives from EventEmitter

v2.6.0

10 Oct 14:49

Choose a tag to compare

2.6.0 (2017-10-10)

Features

  • Machine: The return value of deferred events is now correctly propagated (bf0cf58)

v2.5.0

30 Sep 08:03

Choose a tag to compare

2.5.0 (2017-09-30)

Features

  • Machine: Fixed a possible deadlock when transiting to another state in an entry event handler (05f2531)