Skip to content

Releases: atheck/react-elmish

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)

v5.1.1-beta.2

14 Oct 07:07
Compare
Choose a tag to compare
v5.1.1-beta.2 Pre-release
Pre-release

5.1.1-beta.2 (2022-10-14)

Bug Fixes

  • use postinstall script to show deprecation warning (0603518)

v5.1.1-beta.1

14 Oct 07:02
Compare
Choose a tag to compare
v5.1.1-beta.1 Pre-release
Pre-release

5.1.1-beta.1 (2022-10-14)

Bug Fixes

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

v5.1.0

13 Oct 15:43
Compare
Choose a tag to compare

5.1.0 (2022-10-13)

Features

  • log initial model as debug message (#26) (f55070d)

v5.0.1

07 Sep 18:42
Compare
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare
v5.0.0-beta.1 Pre-release
Pre-release

5.0.0-beta.1 (2022-08-26)

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
Choose a tag to compare

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
Choose a tag to compare

4.3.0 (2022-08-23)

Features

  • support nullish values in cmd.batch (#24) (331d912)