Releases: atheck/react-elmish
Releases · atheck/react-elmish
v6.5.0-beta.1
Features
- add functions to cmd to work with sync and async functions (1e9f8fd)
v6.4.1
6.4.1 (2023-04-15)
Bug Fixes
- remove "Elm" prefix from log messages (df66b46)
v6.4.0
6.4.0 (2023-04-07)
Features
- support returning multiple commands from init and update functions (22e2588)
v6.3.0
6.3.0 (2022-12-02)
Features
- deprecate
getOfMsgParams
in favor of execCmd
and getUpdateAndExecCmdFn
(0cfd473), closes #28
v6.2.0
6.2.0 (2022-11-26)
Features
- add
cmd
object, which makes calling createCmd
obsolete (7d480ed)
v6.1.0
6.1.0 (2022-11-16)
Features
- add
getUpdateAndExecCmdFn
function for unit tests (699b90b)
v6.0.1
6.0.1 (2022-11-16)
Bug Fixes
- fix some internal type issues (54fedb6)
v6.0.0
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.