Skip to content

Releases: atheck/react-elmish

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)

v4.2.1

19 Aug 06:45
Compare
Choose a tag to compare

4.2.1 (2022-08-19)

Bug Fixes

v4.2.0

12 Aug 16:30
Compare
Choose a tag to compare

4.2.0 (2022-08-12)

Features

  • add testing function renderWithModel

v4.2.0-beta.5

11 Aug 18:13
Compare
Choose a tag to compare
v4.2.0-beta.5 Pre-release
Pre-release

4.2.0-beta.5 (2022-08-11)

Features

  • rename to renderWithModel with options object (e58d18d)