Skip to content

Ruler v0.3.0

Compare
Choose a tag to compare
@bobthecow bobthecow released this 02 Sep 11:47
· 47 commits to main since this release
  • Add Set and Arithmetic Operators. Thanks @ludicruz!
  • Allow registering custom Operators. Thanks @tophsic!
  • Add StartsWith and EndsWith Operators. Thanks @gogume!
  • Add case-insensitive string comparison Operators.
  • Remove dependency on Pimple.
  • Deprecate Contains Operator in favor of discrete StringContains and SetContains Operators.