Releases: atheck/react-elmish
Releases · atheck/react-elmish
v9.0.0
9.0.0 (2024-11-01)
Code Refactoring
- remove deprecated
ofFunc
and ofPromise
cmd objects (7b88cb1)
BREAKING CHANGES
ofFunc
and ofPromise
cmd objects were removed. Use ofEither
, ofSuccess
and ofError
instead.
v8.1.0
8.1.0 (2024-09-25)
Features
v8.0.0
8.0.0 (2024-07-29)
Bug Fixes
- handle failed commands in tests correctly (febb4c0)
BREAKING CHANGES
- The commands created by
ofSuccess
and perform
do not throw anymore when the task fails. Maybe your tests need to be updated.
v7.5.2
7.5.2 (2024-07-01)
Bug Fixes
- pass original options to update functions in tests if not overwritten (1f33123)
v7.5.1
7.5.1 (2024-06-27)
Bug Fixes
v7.5.0
7.5.0 (2024-06-27)
Features
- allow tests to specify options that will be passed to update functions in tests (c4ce688)
v7.4.1
7.4.1 (2024-06-27)
Bug Fixes
- loosen typing for
callBase
(bcb584c)
v7.4.0
7.4.0 (2024-06-26)
Features
- add
callBase
function to update function options (371bfb0)
v7.3.2
7.3.2 (2024-06-08)
Bug Fixes
v7.3.1
7.3.1 (2024-03-24)
Bug Fixes
- update test functions to support
defer
function (7fe5808)