Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

Minor breaking changes

Compare
Choose a tag to compare
@dabernathy89 dabernathy89 released this 11 Feb 08:59
· 20 commits to master since this release

A couple of minor breaking changes:

  • Rather than just 2 match types, you can now add as many as you want and specify the label and key. The key will be used for the raw output. The matchTypeAny and matchTypeAll properties on the labels prop have been replaced with matchTypes; see the Configuration section of the docs for more details.

  • All rules can now have operators, including multiple choice rules. You just need to provide an array of operators with the rule and they'll be included. If you only have one or zero operators, nothing will show.