Skip to content

Releases: atheck/react-elmish

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)

v6.0.0

29 Oct 11:05
Compare
Choose a tag to compare

6.0.0 (2022-10-29)

Bug Fixes

  • remove support for Symbols as message names, as they are not working with update maps (fd434f0)

BREAKING CHANGES

  • Replace Symbols as message names with strings.

v5.1.1

16 Oct 15:47
Compare
Choose a tag to compare

5.1.1 (2022-10-16)

Misc

  • deprecate symbols as message names (#27) (f7ace71)