Releases: atheck/react-elmish
Releases · atheck/react-elmish
v6.0.0
29 Oct 11:05
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
v5.1.1-beta.2
14 Oct 07:07
Compare
Sorry, something went wrong.
No results found
Bug Fixes
use postinstall script to show deprecation warning (0603518 )
v5.1.1-beta.1
14 Oct 07:02
Compare
Sorry, something went wrong.
No results found
Bug Fixes
deprecate symbols as message names (#27 ) (f7ace71 )
v5.1.0
13 Oct 15:43
Compare
Sorry, something went wrong.
No results found
5.1.0 (2022-10-13)
Features
log initial model as debug message (#26 ) (f55070d )
v5.0.1
07 Sep 18:42
Compare
Sorry, something went wrong.
No results found
5.0.1 (2022-09-07)
Bug Fixes
make useElmish hook work correctly in React strict mode (#25 ) (0e0e855 )
v5.0.0
01 Sep 04:57
Compare
Sorry, something went wrong.
No results found
5.0.0 (2022-09-01)
Features
remove dead catching of exceptions (5caaf04 )
BREAKING CHANGES
The dead catching of exceptions has been removed.
This may lead to unhandled exceptions in your code.
v5.0.0-beta.1
26 Aug 07:03
Compare
Sorry, something went wrong.
No results found
Features
remove dead catching of exceptions (5caaf04 )
BREAKING CHANGES
The dead catching of exceptions has been removed.
This may lead to unhandled exceptions in your code.
v4.4.0
26 Aug 06:49
Compare
Sorry, something went wrong.
No results found
4.4.0 (2022-08-26)
Features
check if function component is still mounted before updating the state (810e93b )
v4.3.0
23 Aug 15:52
Compare
Sorry, something went wrong.
No results found
4.3.0 (2022-08-23)
Features
support nullish values in cmd.batch (#24 ) (331d912 )