Skip to content

Releases: atheck/react-elmish

v6.6.1

05 May 06:54
Compare
Choose a tag to compare

6.6.1 (2023-05-05)

Bug Fixes

  • export initAndExecCmd function (bc1cd06)

v6.6.0

05 May 06:45
Compare
Choose a tag to compare

6.6.0 (2023-05-05)

Bug Fixes

  • execute all commands returned by an update function in test functions (748e500)

Features

  • add test function initAndExecCmd to test the init function (a60d8ce)

v6.5.2

05 May 06:04
Compare
Choose a tag to compare

6.5.2 (2023-05-05)

Bug Fixes

  • improve typings of cmd object functions (21f4057)

v6.5.2-beta.1

05 May 05:58
Compare
Choose a tag to compare
v6.5.2-beta.1 Pre-release
Pre-release

6.5.2-beta.1 (2023-05-05)

Bug Fixes

  • improve typings of cmd object functions (21f4057)

v6.5.1

05 May 04:50
Compare
Choose a tag to compare

6.5.1 (2023-05-05)

Bug Fixes

  • deprecate createCmd function (7b8b551)

v6.5.0

04 May 18:35
Compare
Choose a tag to compare

6.5.0 (2023-05-04)

Features

  • add functions to cmd to work with sync and async functions (1e9f8fd)

v6.5.0-beta.2

03 May 04:39
Compare
Choose a tag to compare
v6.5.0-beta.2 Pre-release
Pre-release

6.5.0-beta.2 (2023-05-03)

Bug Fixes

v6.5.0-beta.1

02 May 19:20
Compare
Choose a tag to compare
v6.5.0-beta.1 Pre-release
Pre-release

6.5.0-beta.1 (2023-05-02)

Features

  • add functions to cmd to work with sync and async functions (1e9f8fd)

v6.4.1

15 Apr 11:16
Compare
Choose a tag to compare

6.4.1 (2023-04-15)

Bug Fixes

  • remove "Elm" prefix from log messages (df66b46)

v6.4.0

07 Apr 12:51
Compare
Choose a tag to compare

6.4.0 (2023-04-07)

Features

  • support returning multiple commands from init and update functions (22e2588)