Skip to content

Releases: gajus/liqe

v2.28.0

30 Sep 23:04
Compare
Choose a tag to compare

2.28.0 (2022-09-30)

Features

  • add end location to Field (0ee7f9b)

v2.27.0

30 Sep 22:40
Compare
Choose a tag to compare

2.27.0 (2022-09-30)

Features

  • add end location to ImplicitField (90e25a6)
  • add end location to RegexExpression (2aea231)

v2.26.0

30 Sep 22:31
Compare
Choose a tag to compare

2.26.0 (2022-09-30)

Bug Fixes

  • patch grammar.ts output (cb16287)

Features

  • add end location to BooleanOperator (63b0750)
  • add end location to ComparisonOperator (ae455fd)
  • add end location to TagExpression and LiteralExpression (e105261)
  • add end location to Unary operator (c9de364)

v2.25.3

30 Sep 20:14
Compare
Choose a tag to compare

2.25.3 (2022-09-30)

Bug Fixes

  • export the missing ParserAst type (e057a74)

v2.25.2

30 Sep 19:49
Compare
Choose a tag to compare

2.25.2 (2022-09-30)

Bug Fixes

  • refine Field token type (ef34068)
  • refine LiteralExpression token type (a8d45c7)

v2.25.1

30 Sep 10:22
Compare
Choose a tag to compare

2.25.1 (2022-09-30)

Bug Fixes

  • simplify comparison operator parsing (d7f18a5)

v2.25.0

30 Sep 10:05
Compare
Choose a tag to compare

2.25.0 (2022-09-30)

Features

v2.24.0

30 Sep 09:56
Compare
Choose a tag to compare

2.24.0 (2022-09-30)

Features

  • rename Operand to UnaryOperator (94acd1d)

v2.23.0

30 Sep 09:44
Compare
Choose a tag to compare

2.23.0 (2022-09-30)

Features

  • add location to operand (ae57641)

v2.22.0

30 Sep 09:32
Compare
Choose a tag to compare

2.22.0 (2022-09-30)

Features

  • do not allow arbitrary spacing inside ranges (df7abc0)