Skip to content

Releases: atheck/react-elmish

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)

v6.3.0

02 Dec 07:00
Compare
Choose a tag to compare

6.3.0 (2022-12-02)

Features

  • deprecate getOfMsgParams in favor of execCmd and getUpdateAndExecCmdFn (0cfd473), closes #28

v6.2.0

26 Nov 12:43
Compare
Choose a tag to compare

6.2.0 (2022-11-26)

Features

  • add cmd object, which makes calling createCmd obsolete (7d480ed)

v6.1.0

16 Nov 19:51
Compare
Choose a tag to compare

6.1.0 (2022-11-16)

Features

  • add getUpdateAndExecCmdFn function for unit tests (699b90b)

v6.0.1

16 Nov 19:01
Compare
Choose a tag to compare

6.0.1 (2022-11-16)

Bug Fixes

  • fix some internal type issues (54fedb6)