liqe

Lightweight and performant Lucene-like parser, serializer and search engine.

OTHER License

Downloads
36.3K
Stars
638
Committers
3

Bot releases are hidden (Show)

liqe - v2.6.0

Published by gajus about 2 years ago

2.6.0 (2022-09-29)

Features

  • add location to Operator token (070f804)
liqe - v2.5.0

Published by gajus about 2 years ago

2.5.0 (2022-09-29)

Features

  • abstract operator token (51c6430)
  • suffix all token type names (9fa8e18)
liqe - v2.4.0

Published by gajus about 2 years ago

2.4.0 (2022-09-29)

Features

  • reject AND OR NOT unquoted keywords (77f0682)
liqe - v2.3.0

Published by gajus about 2 years ago

2.3.0 (2022-09-29)

Features

  • add location to expression (2b21f08)
liqe - v2.2.1

Published by gajus about 2 years ago

2.2.1 (2022-09-29)

Bug Fixes

liqe - v2.2.0

Published by gajus about 2 years ago

2.2.0 (2022-09-29)

Features

liqe - v2.1.0

Published by gajus about 2 years ago

2.1.0 (2022-09-29)

Bug Fixes

Features

  • add location to field (a3179b8)
  • add type to ast members (0416172)
  • identify if field is quoted (0de9158)
liqe - v2.0.0

Published by gajus about 2 years ago

2.0.0 (2022-09-29)

Features

  • convert field to object {name:} (1becc83)
  • expose information about what quotes we are using (b4d3cc0)

BREAKING CHANGES

  • changes field format
liqe - v1.13.0

Published by gajus almost 3 years ago

1.13.0 (2021-11-11)

Bug Fixes

Features

  • detect optional chaining support (f0e77cc)
liqe - v1.12.0

Published by gajus almost 3 years ago

1.12.0 (2021-11-11)

Features

liqe - v1.11.0

Published by gajus almost 3 years ago

1.11.0 (2021-11-11)

Bug Fixes

  • guard against undefined right (c02506b)
  • handle case when query is unset (1c50f48)
  • mark fieldPath as optional (10f6ea8)
  • remove invalid readonly use (7b9e054)
  • use readonly arrays (8c478f3)

Features

  • pre-calculate path (abca734)
  • support fields starting with . (4ffdb66)
  • use eval to access deeply nested properties faster (6b5e77d)
liqe - v1.10.0

Published by gajus almost 3 years ago

1.10.0 (2021-11-10)

Features

liqe - v1.9.1

Published by gajus almost 3 years ago

1.9.1 (2021-11-10)

Performance Improvements

liqe - v1.9.0

Published by gajus almost 3 years ago

1.9.0 (2021-11-10)

Features

  • return query that identifies all highlights (5ae5fa9)
liqe - v1.8.1

Published by gajus almost 3 years ago

1.8.1 (2021-11-09)

Bug Fixes

  • handle space after equality (6899e13)
liqe - v1.8.0

Published by gajus almost 3 years ago

1.8.0 (2021-11-09)

Features

  • fallback to string matching (eee7dbe)
liqe - v1.7.0

Published by gajus almost 3 years ago

1.7.0 (2021-11-09)

Features

liqe - v1.6.2

Published by gajus almost 3 years ago

1.6.2 (2021-11-09)

Bug Fixes

  • handle escape characters in regex (ae49bce)
liqe - v1.6.1

Published by gajus almost 3 years ago

1.6.1 (2021-11-09)

Bug Fixes

liqe - v1.6.0

Published by gajus almost 3 years ago

1.6.0 (2021-11-09)

Features

  • support - as unquoted character (8b32359)