8000 Releases · robbyt/go-fsm · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: robbyt/go-fsm

v1.4.1

07 Jun 23:04
d96ebc3
Compare
Choose a tag to compare

What's Changed

  • update required go version to latest by @robbyt in #20

Full Changelog: v1.4.0...v1.4.1

v1.4.0

06 Jun 19:31
eb87914
Compare
Choose a tag to compare

What's Changed

  • add an option to disable the deadline timeout for the FSM broadcast by @robbyt in #19

Full Changelog: v1.3.0...v1.4.0

v1.3.0

29 May 19:58
96c45be
Compare
Choose a tag to compare

What's Changed

  • add a GetAllStates method by @robbyt in #17
  • add new subscriber method GetStateChanWithOptions by @robbyt in #18

Full Changelog: v1.2.0...v1.3.0

v1.2.0

25 May 21:57
a2154bd
Compare
Choose a tag to compare

What's Changed

  • add method for setting the buffer size of the channel returned by @robbyt in #16

Full Changelog: v1.1.1...v1.2.0

v1.1.1

07 May 19:03
cd90a50
Compare
Choose a tag to compare

What's Changed

  • exclude examples from coverage count by @robbyt in #13
  • Update golangci/golangci-lint-action action to v8 by @renovate in #14
  • update required go version by @robbyt in #15

Full Changelog: v1.1.0...v1.1.1

v1.1.0

01 Apr 02:53
427b4b7
Compare
Choose a tag to compare

What's Changed

  • add a json save/load to persist the FSM by @robbyt in #11

Full Changelog: v1.0.0...v1.1.0

0