Skip to content

Releases: atheck/react-elmish

v9.0.0

01 Nov 19:51
Compare
Choose a tag to compare

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
Choose a tag to compare

8.1.0 (2024-09-25)

Features

v8.0.0

29 Jul 06:26
Compare
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare

7.5.1 (2024-06-27)

Bug Fixes

v7.5.0

27 Jun 07:12
Compare
Choose a tag to compare

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
Choose a tag to compare

7.4.1 (2024-06-27)

Bug Fixes

  • loosen typing for callBase (bcb584c)

v7.4.0

26 Jun 17:44
Compare
Choose a tag to compare

7.4.0 (2024-06-26)

Features

  • add callBase function to update function options (371bfb0)

v7.3.2

08 Jun 16:14
Compare
Choose a tag to compare

7.3.2 (2024-06-08)

Bug Fixes

v7.3.1

24 Mar 11:05
Compare
Choose a tag to compare

7.3.1 (2024-03-24)

Bug Fixes

  • update test functions to support defer function (7fe5808)