Skip to content

Releases: gajus/liqe

v3.8.2

03 Jan 14:19
Compare
Choose a tag to compare
fix: remove compile step; breaks for unknown reason in CI

v3.8.1

03 Jan 13:44
292f0bc
Compare
Choose a tag to compare
fix: allow unquoted terms with numbers (e.g. `foo123`) (#36)

v3.8.0

03 Oct 14:36
efb877d
Compare
Choose a tag to compare
feat: add support for question mark (?) wildcards (#25)

Co-authored-by: Gajus Kuizinas <[email protected]>

v3.7.0

03 Oct 14:33
be00757
Compare
Choose a tag to compare
feat: add support for ParenthesizedExpression in filter function (#27)

Co-authored-by: Gajus Kuizinas <[email protected]>

v3.6.1

06 May 20:52
Compare
Choose a tag to compare
fix: add missing ParenthesizedExpressionToken export

v3.6.0

13 Feb 14:32
Compare
Choose a tag to compare
chore: add .releaserc

v3.5.0

02 Oct 13:30
Compare
Choose a tag to compare

3.5.0 (2022-10-02)

Features

  • add isSafeUnquotedExpression (d2e8141)

v3.4.4

02 Oct 13:23
Compare
Choose a tag to compare

3.4.4 (2022-10-02)

Bug Fixes

  • remove unnecessary alias (0062329)

v3.4.3

02 Oct 13:08
Compare
Choose a tag to compare

3.4.3 (2022-10-02)

Bug Fixes

  • handle whitespace at the end of the query (a14e8c3)

v3.4.2

02 Oct 01:05
Compare
Choose a tag to compare

3.4.2 (2022-10-02)

Bug Fixes

  • handle whitespace at the strat of the query (32620de)