Releases: atheck/react-elmish
Releases · atheck/react-elmish
v9.1.0-beta.2
06 Feb 11:14
Compare
Sorry, something went wrong.
No results found
Bug Fixes
activate dev tool support if set by init options (46d83c0 )
v9.1.0-beta.1
05 Feb 19:37
Compare
Sorry, something went wrong.
No results found
Features
add support for Redux Dev Tools Extension (dea0378 )
v9.0.0
01 Nov 19:51
Compare
Sorry, something went wrong.
No results found
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
25 Sep 06:16
Compare
Sorry, something went wrong.
No results found
8.1.0 (2024-09-25)
Features
v8.0.0
29 Jul 06:26
Compare
Sorry, something went wrong.
No results found
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
01 Jul 15:58
Compare
Sorry, something went wrong.
No results found
7.5.2 (2024-07-01)
Bug Fixes
pass original options to update functions in tests if not overwritten (1f33123 )
v7.5.1
27 Jun 07:21
Compare
Sorry, something went wrong.
No results found
7.5.1 (2024-06-27)
Bug Fixes
v7.5.0
27 Jun 07:12
Compare
Sorry, something went wrong.
No results found
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
27 Jun 06:27
Compare
Sorry, something went wrong.
No results found
7.4.1 (2024-06-27)
Bug Fixes
loosen typing for callBase (bcb584c )
v7.4.0
26 Jun 17:44
Compare
Sorry, something went wrong.
No results found
7.4.0 (2024-06-26)
Features
add callBase function to update function options (371bfb0 )