Skip to content

Releases: unional/fsa-emitter

v2.0.0

22 Apr 05:24
Compare
Choose a tag to compare

2.0.0 (2022-04-22)

Bug Fixes

Features

BREAKING CHANGES

  • Command signature changed

The merge context mechanism does not work anymore

v1.2.6

14 Aug 23:26
Compare
Choose a tag to compare

1.2.6 (2019-08-14)

Bug Fixes

  • mark onMissed fsa generic types to any (cb097a8)

v1.2.5

14 Aug 23:20
Compare
Choose a tag to compare

1.2.5 (2019-08-14)

Bug Fixes

  • distribute only lib and src (3806541)

v1.2.4

14 Aug 23:12
Compare
Choose a tag to compare

1.2.4 (2019-08-14)

Bug Fixes

  • marks FSA generic optional types as any (d93a62a)

v1.2.3

14 Aug 22:50
Compare
Choose a tag to compare

1.2.3 (2019-08-14)

Bug Fixes

v1.2.1

13 May 05:30
731a5e9
Compare
Choose a tag to compare

1.2.1 (2018-05-13)

Bug Fixes

  • replace default TestEmitter#onMissed() when explicitly defined. (#41) (731a5e9)

v1.2.0

25 Apr 02:23
da0c9c1
Compare
Choose a tag to compare

1.2.0 (2018-04-25)

Features

  • TestEmitter will automatically listen to onMiss() (da0c9c1)

v1.1.2

15 Mar 20:06
Compare
Choose a tag to compare

1.1.2 (2018-03-15)

Bug Fixes

  • rename onMiss to onMissed (ad574b3)

v1.1.1

15 Mar 19:47
Compare
Choose a tag to compare

1.1.1 (2018-03-15)

Bug Fixes

  • build: fix script to fix sem-ver (ac8f104)
  • doc: Fix best practice example (2af1c61)