All Versions
22
Latest Version
Avg Release Cycle
140 days
Latest Release
-

Changelog History
Page 1

  • v5.11.0 Changes

    โž• Added

    • Added CanFire overload to return unmet guard descriptions [#443] ### ๐Ÿ›  Fixed
    • Inconsistency in sync/async statemachine execution [#444]
    • Added support for spaces in state/trigger names in Graphviz node graphs by wrapping them in escaped quotes #447
  • v5.10.1 Changes

    Re-releasing 5.2.0 as v5.10.1. ๐Ÿš€ The version number was accidentally set to 5.10 when creating the 5.2 release. ๐Ÿ”– Version 5.10.0 is now listed as the newest, since it has the highest version number. 5.2.0 and 5.10.0 are identical.

  • v5.2.0 Changes

    โž• Added

    • Added support for net50 ### ๐Ÿ”„ Changed
    • Only run tests under net50
    • Non-code change: Switch to using Github Actions ### ๐Ÿ›  Fixed
    • Fixed the bug "IgnoreIf Guard description is raised when PermitReentryIf Guard Fails". [#422]
  • v5.1.8 Changes

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed bug "When adding .PermitDynamicIf, call .PermitTriggers throw NullReferenceException" [#416]
  • v5.1.7 Changes

    ๐Ÿ›  Fixed

    • Fixed OnTransitionCompletedEvent, it now has the correct Destination state when there is an initial transition. [#413]
  • v5.1.6 Changes

    ๐Ÿ›  Fixed

    • Added support for new OnTransitionCompletedEvent, which is run after all OnExit / OnEntry methods have run [#394]
  • v5.1.5 Changes

    ๐Ÿ”„ Changed

    • Fixed spelling errors
    • Fixed analyser warnings (mostly null checks) ### ๐Ÿ›  Fixed
    • Added CLSCompliant attribute, which went missing in November 2019 [#401]
  • v5.1.4 Changes

    ๐Ÿ›  Fixed

    • Fixed Unmet guard collection not set by OnUnhandledTrigger if transition guard of substate fails [#398] (Thanks to the awesome DeepakParamkusam)
  • v5.1.3 Changes

    ๐Ÿ›  Fixed

    • Fixed ambiguos guard function call when trigger is a state [#380]
  • v5.1.2 Changes

    ๐Ÿ›  Fixed

    • Fixed wrong onTransitionEvent ordering in Async firing [#372]