Ruler v0.3.0
- 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.