Skip to content

v3.0.0

Compare
Choose a tag to compare
@pvdlg pvdlg released this 01 Sep 19:29
· 49 commits to master since this release

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.