Skip to content
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.

Latest commit

 

History

History
39 lines (26 loc) · 1.11 KB

CHANGELOG.md

File metadata and controls

39 lines (26 loc) · 1.11 KB

0.22.0 / 2022-03-02

  • [BreakingChange]: lezer-promql depends on @lezer/lr
  • [BugFix]: Fix the generated types

0.21.0 / 2022-02-24

  • [Feature]: Support trigonometric functions
  • [BreakingChange]: lezer-promql depends on @lezer/common and not anymore on lezer

0.20.0 / 2021-08-10

  • [Feature]: Support present_over_time

0.19.0 / 2021-05-19

  • [Feature]: Provide an alternative MetricName top-level entrypoint
  • [Enhancement]: Improve parsing of numbers
  • [BugFix]: Fix parsing metric names starting with Inf/NaN like infra

0.18.0 / 2021-03-26

  • [Feature]: Support negative offset

0.17.0 / 2021-03-22

  • [Feature] Support signed numbers and special float value literals

0.16.0 / 2021-03-05

  • [Feature] Support @ modifiers. You can learn more about it in the Prometheus Blog
  • [Feature] Support new PromQL functions (clamp(), sgn(), last_over_time())