Skip to content

Releases: gajus/liqe

v3.8.7

11 Jun 13:44
6353ab4

Choose a tag to compare

fix: allow escaped backslash (\\) in regex bodies (#50)

v3.8.6

11 Jun 13:40
de75d93

Choose a tag to compare

fix: fix isSafePath regex (#48)

v3.8.5

23 Feb 06:34

Choose a tag to compare

fix: update release

v3.8.4

03 Dec 23:35
721f410

Choose a tag to compare

fix: support parsing strings starting with numbers (#44)

v3.8.3

11 Jun 20:43

Choose a tag to compare

style: apply formatting

v3.8.2

03 Jan 14:19

Choose a tag to compare

fix: remove compile step; breaks for unknown reason in CI

v3.8.1

03 Jan 13:44
292f0bc

Choose a tag to compare

fix: allow unquoted terms with numbers (e.g. `foo123`) (#36)

v3.8.0

03 Oct 14:36
efb877d

Choose a tag to compare

feat: add support for question mark (?) wildcards (#25)

Co-authored-by: Gajus Kuizinas <gajus@gajus.com>

v3.7.0

03 Oct 14:33
be00757

Choose a tag to compare

feat: add support for ParenthesizedExpression in filter function (#27)

Co-authored-by: Gajus Kuizinas <gajus@gajus.com>

v3.6.1

06 May 20:52

Choose a tag to compare

fix: add missing ParenthesizedExpressionToken export