Skip to content

v4.0.0

Compare
Choose a tag to compare
@alimd alimd released this 06 Nov 11:09
· 4 commits to next since this release
v4.0.0
88875a7

4.0.0 (2024-11-06)

⚠ BREAKING CHANGES

  • fsm: all name of type ActionName in class actionRecord_ changed
  • fsm: event 'reset' fired on calling resetToInitialState and the first time in class constructor
  • fsm: initialState remove from AlwatrFetchStateMachineConfig

Bug Fixes

  • fsm: remove initialState from AlwatrFetchStateMachineConfig (fcb9541) by @alimd
  • fsm: run postTransition__ in resetToInitialState_ and constructor (00ca9c1) by @alimd
  • observable: add AlwatrLogger type to logger_ property (f21b562) by @alimd

Code Refactoring

  • fsm: update action naming conventions and enhance event handling in state transitions (c3a4094) by @alimd

Dependencies update