Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 719 Bytes

CHANGELOG.md

File metadata and controls

30 lines (19 loc) · 719 Bytes

Change Log

1.0

1.3.0

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.

1.2.0

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.

1.1.0

New Features

  • Adding support for the nil literal.

1.0.0

  • Initial release.