Skip to content

Releases: rlmcneary2/reshape-state

v1.2.2

14 Nov 05:52
Compare
Choose a tag to compare
  • Change TypeScript types to interfaces.
  • Add missing comments to interfaces.

v1.2.1

25 Aug 01:59
Compare
Choose a tag to compare

Minor update to the README file with a link to the example application on codesandbox.io.

v1.2.0

25 Aug 01:06
Compare
Choose a tag to compare

Typically after starting asynchronous code in a handler the convention is to dispatch another Action which will inform all handlers of the asynchronous code's completion and one or more of the handlers will use the action to update state. Sometimes there is no no need to inform all the handlers about the asynchronous result but simply to update state with the asynchronous result. In this case an InlineHandler can be dispatched which will be invoked with the current state. Like other handler functions it must synchronously return a state object and an indication if the state has changed.

v1.1.1

27 Jun 21:00
Compare
Choose a tag to compare
  • Fix workspace for build script. 80c3912

v1.1.0...v1.1.1

v1.1.0

27 Jun 20:52
Compare
Choose a tag to compare
  • Allow dispatch to accept multiple actions. 8401d5b
  • Bump websocket-extensions from 0.1.3 to 0.1.4 82e25e7