v3.0.0
3.0.0 (2018-09-01)
Features
- support custom action types (5e19606)
BREAKING CHANGES
- The options and result format has changed.
The options referenceActions
, blocksActions
, requiresActions
, parentOfActions
, childOfActions
and duplicateActions
have been replaced by an actions
object that allow to define custom action type.
The properties actions
, duplicates
, blocks
, requires
, parentOf
, childOf
have been replaced by an actions
object that contains the matches per action type.