0.3.0 Beta (2020-01-07)
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
correlationIdproperty toEntityActionfor tracking correlated actions.
Package
- dependencies: Add peer dependency on uuidv4
Breaking Changes !!
- uuidv4 will need to be added to your
package.jsonas a dependency
Security Updates
- handlebars bumped to 4.5.3