Skip to content

0.3.0 Beta (2020-01-07)

Compare
Choose a tag to compare
@jrista jrista released this 07 Jan 08:00
· 144 commits to develop since this release

This release adds the correlationId property (defaulting to uuid()) to EntityAction which should help in tracking correlated actions.
Correlated actions are usually sets of request/success/failure actions, such as Create, CreateSuccess, and CreateFailure.

Features

  • correlated actions: Add correlationId property to EntityAction for tracking correlated actions.

Package

  • dependencies: Add peer dependency on uuidv4

Breaking Changes !!

  • uuidv4 will need to be added to your package.json as a dependency

Security Updates