Skip to content

1.0.0

Compare
Choose a tag to compare
@oscarbc96 oscarbc96 released this 16 Mar 10:07
· 150 commits to master since this release
ff04584

[1.0.0] - 2021-03-16

Breaking changes

  • Filter include the set of rules in which it is applied.
  • RuleConfig only contains rule_mode and risk_value now.
  • Removes old whitelisting methods in favour of Filters
  • Rename RuleMode.WHITELISTED to RuleMode.ALLOWED, and all whitelist word in strings.
  • Add debug flag to Filter class.

Improvements