Skip to content

Releases: gajus/liqe

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)

v3.4.1

02 Oct 00:59
Compare
Choose a tag to compare

3.4.1 (2022-10-02)

Bug Fixes

  • support single character (5bb19a8)

v3.4.0

02 Oct 00:26
Compare
Choose a tag to compare

3.4.0 (2022-10-02)

Features

  • allow $ character (fixes #21) (d45f8fa)
  • allow unquoted - character (fixes #21) (a04e7e7)
  • do not allow - at start (ambiguous) (a6ecf64)