Skip to content

Releases: Alwatr/flux

v4.0.2

06 Nov 13:52
v4.0.2
54abf01
Compare
Choose a tag to compare

4.0.2 (2024-11-06)

Bug Fixes

v4.0.1

06 Nov 12:55
v4.0.1
b0b82cd
Compare
Choose a tag to compare

4.0.1 (2024-11-06)

Bug Fixes

  • fsm: resetToInitialState logic and enhance logging in state transitions (1e81527) by @

v4.0.0

06 Nov 11:09
v4.0.0
88875a7
Compare
Choose a tag to compare

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

v3.2.2

02 Nov 13:17
v3.2.2
4952c4c
Compare
Choose a tag to compare

3.2.2 (2024-11-02)

Dependencies update

v3.2.1

28 Oct 11:07
v3.2.1
0d441ca
Compare
Choose a tag to compare

3.2.1 (2024-10-28)

Dependencies update

v3.2.0

11 Oct 18:51
v3.2.0
52e38b6
Compare
Choose a tag to compare

3.2.0 (2024-10-11)

Bug Fixes

Code Refactoring

Dependencies update

v3.1.1

29 Sep 11:40
v3.1.1
e0a5358
Compare
Choose a tag to compare

3.1.1 (2024-09-29)

Miscellaneous Chores

Dependencies update

v3.1.0

26 Sep 13:13
v3.1.0
d223e9f
Compare
Choose a tag to compare

3.1.0 (2024-09-26)

Features

  • fetch-state-machine: add separate requestSuccess_ for overriding (027226c) by @AliMD
  • fsm: Add resetToInitialState() method (86b2479) by @AliMD
  • remote-context: public clean method (138b782) by @AliMD

Code Refactoring

  • fetch-state-machine: Rename requestSuccess_ method to requestSucceeded_ (5d0ca73) by @AliMD
  • fetch-state-machine: Rename requestSuccess_ method to requestSucceeded_ (885a8bc) by @AliMD
  • fetch-state-machine: Rename reset method to clean in fetch-state-machine and jfsm packages (ab20b4f) by @AliMD
  • fetch-state-machine: Rename resetToInitialState_ method to clean_ (7ffc764) by @AliMD
  • fetch-state-machine: Rename resetToInitialState_ method to clean_ (8e31471) by @AliMD
  • fetch-state-machine: Rename resetToInitialState_ method to clean_ (05bb40d) by @AliMD
  • remote-context: Clean up context cleanup logic (9ee9a31) by @AliMD
  • remote-context: simplify context update logic (627b4ef) by @AliMD
  • update action names in fetch-state-machine and fsm packages and remove _ prefix (a90d959) by @AliMD

Miscellaneous Chores

Dependencies update

v3.0.3

24 Sep 16:28
v3.0.3
dcc6584
Compare
Choose a tag to compare

3.0.3 (2024-09-24)

Miscellaneous Chores

  • change the license to AGPL-3.0 (8a10663) by @

v3.0.2

21 Sep 08:15
v3.0.2
a61cf7c
Compare
Choose a tag to compare

3.0.2 (2024-09-21)

Bug Fixes

  • Build issue by update nano-build (1048410)

Miscellaneous Chores

Dependencies update