Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@doemski doemski released this 14 Sep 09:14
· 2 commits to master since this release

2.0.0 (2018-09-14)

Bug Fixes

  • ActionCreator: Change Data Source search location to msg.payload instead msg (57ef866)
  • Reducer: Fix bug where the state was overwritten each time the Reducer was called (089e819)

BREAKING CHANGES

  • ActionCreator: The incoming message's Data Source is no longer checked at root level but at
    msg.payload. This change was made to keep consistent with the way Node-RED handles messaging.