v1.0
Breaking change in configuration:
- the way chains work has changed: records only propagate through filters and actions in the chain they have originated in. See README for detailed explanation
- in
execute
pluginplaceholders
parameter has been removed,command
now uses regular {}-placeholders like everything else
New plugin filter.format.event
, similar to filter.format
but producing Events instead of TextRecords.
Added tests for chains logic. It necessitated adding some helper actions and methods.
License changed to MIT.
Versions scheme is now going to get closer to semantic versioning.
Full Changelog: v0.9.23.4...v1.0