Skip to content

Releases: atheck/react-elmish

v8.0.0-beta.1

03 Aug 19:57

Choose a tag to compare

v8.0.0-beta.1 Pre-release
Pre-release

8.0.0-beta.1 (2023-08-03)

chore

  • change structure of npm package (77988ae)

BREAKING CHANGES

  • the path to import test functions and types has changed

v7.0.1

03 Aug 20:18

Choose a tag to compare

7.0.1 (2023-08-03)

Bug Fixes

  • only deploy required files to npm (04b8ebe)

v7.0.0

26 May 06:05

Choose a tag to compare

7.0.0 (2023-05-26)

Code Refactoring

  • remove deprecated functions createCmd and getOfMsgParams (#31) (e23f855)

BREAKING CHANGES

  • Replace calls to createCmd with an import of the cmd object.
    Replace calls to getOfMsgParams with execCmd.
    See the readme for further information.

v6.7.0

26 May 05:47

Choose a tag to compare

6.7.0 (2023-05-26)

Features

  • add getCreateUpdateArgs test function (5cb75d1)

v6.6.3

19 May 10:49

Choose a tag to compare

6.6.3 (2023-05-19)

Bug Fixes

  • fixed issue when using renderWithModel with only a model provided to the options object (471601b)

v6.6.2

05 May 07:28

Choose a tag to compare

6.6.2 (2023-05-05)

Bug Fixes

  • type initAndExecCmd function correctly to be more flexible (915f2df)

v6.6.1

05 May 06:54

Choose a tag to compare

6.6.1 (2023-05-05)

Bug Fixes

  • export initAndExecCmd function (bc1cd06)

v6.6.0

05 May 06:45

Choose a tag to compare

6.6.0 (2023-05-05)

Bug Fixes

  • execute all commands returned by an update function in test functions (748e500)

Features

  • add test function initAndExecCmd to test the init function (a60d8ce)

v6.5.2

05 May 06:04

Choose a tag to compare

6.5.2 (2023-05-05)

Bug Fixes

  • improve typings of cmd object functions (21f4057)

v6.5.2-beta.1

05 May 05:58

Choose a tag to compare

v6.5.2-beta.1 Pre-release
Pre-release

6.5.2-beta.1 (2023-05-05)

Bug Fixes

  • improve typings of cmd object functions (21f4057)