Skip to content

v0.0.3

Latest
Compare
Choose a tag to compare
@valencik valencik released this 29 Nov 18:01
53a183a

Third Release!

This is the third release of Lucille, a small library for parsing, printing, and representing queries using the Lucene query syntax.

This release include major breaking changes to the hierarchy of Query types. The focus is on preventing illegal states.
Our hope is that these changes make building queries from the Query types themselves more convenient.

Additionally this release add support for escaping characters in the parser and printer which is an important correctness fix.

The primary changes from 0.0.2 include:

What's Changed

New Contributors

Full Changelog: v0.0.2...v0.0.3