Skip to content

Releases: atheck/react-elmish

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)

v7.3.0

08 Mar 19:20
Compare
Choose a tag to compare

7.3.0 (2024-03-08)

Features

  • replace defer parameter of update function by an options object, containing the defer function (b700414)

v7.2.0

08 Mar 18:23
Compare
Choose a tag to compare

7.2.0 (2024-03-08)

Features

  • add defer function parameter to update functions (b777f3d)

v7.1.4

25 Sep 06:58
Compare
Choose a tag to compare

7.1.4 (2023-09-25)

Bug Fixes

  • update model when the model has changed after exucuting multiple messages (regression) (d9d1b5d)
  • update model when the model has changed after exucuting multiple messages (regression) (5e9d4ed)

v7.1.3

25 Sep 05:50
Compare
Choose a tag to compare

7.1.3 (2023-09-25)

Bug Fixes

  • rename runSubscription to execSubscription (55202db)

v7.1.2

23 Sep 15:57
Compare
Choose a tag to compare

7.1.2 (2023-09-23)

Bug Fixes

  • allow undefined for subscription in runSubscription, always return a dispose function (#35) (b763e7a)

v7.1.1

23 Sep 15:48
Compare
Choose a tag to compare

7.1.1 (2023-09-23)

Bug Fixes

v7.1.0

23 Sep 15:22
Compare
Choose a tag to compare

7.1.0 (2023-09-23)

Features

  • add functions to test subscriptions (da58b13)

v7.0.2

08 Sep 14:52
Compare
Choose a tag to compare

7.0.2 (2023-09-08)

Bug Fixes

v8.0.0-beta.1

03 Aug 19:57
Compare
Choose a tag to compare
v8.0.0-beta.1 Pre-release
Pre-release

8.0.0-beta.1 (2023-08-03)

chore

  • change structure of npm package (77988ae)

BREAKING CHANGES

  • the path to import test functions and types has changed