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.