New Features
- Adding
Like.prototype.toRegex()
. - Adding
Like.prototype.toRegexString()
.
Bug Fixes
- Encountering the escape a character threw a parser error if it preceded a character that is not one of
spleen
's special characters. This fix will ensure that the escape character is ignored if it's escaping an un-escapable character.
New Features
-
Adding support to reorder filter statements based on priority via the new method
Filter.prototype.prioritize()
. -
Adding JSDoc documentation.
Tech Debt
- Sanitizing some messy and redundant code.
New Features
- Adding support for the
nil
literal.
- Initial release.