Skip to content

Releases: gajus/liqe

v2.1.0

29 Sep 13:38
Compare
Choose a tag to compare

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)

v2.0.0

29 Sep 00:18
Compare
Choose a tag to compare

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

v1.13.0

11 Nov 22:57
Compare
Choose a tag to compare

1.13.0 (2021-11-11)

Bug Fixes

Features

  • detect optional chaining support (f0e77cc)

v1.12.0

11 Nov 22:19
Compare
Choose a tag to compare

1.12.0 (2021-11-11)

Features

v1.11.0

11 Nov 22:08
Compare
Choose a tag to compare

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)

v1.10.0

10 Nov 18:09
Compare
Choose a tag to compare

1.10.0 (2021-11-10)

Features

v1.9.1

10 Nov 11:11
Compare
Choose a tag to compare

1.9.1 (2021-11-10)

Performance Improvements

v1.9.0

10 Nov 11:05
Compare
Choose a tag to compare

1.9.0 (2021-11-10)

Features

  • return query that identifies all highlights (5ae5fa9)

v1.8.1

09 Nov 21:32
Compare
Choose a tag to compare

1.8.1 (2021-11-09)

Bug Fixes

  • handle space after equality (6899e13)

v1.8.0

09 Nov 21:26
Compare
Choose a tag to compare

1.8.0 (2021-11-09)

Features

  • fallback to string matching (eee7dbe)