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

0.7.0

Compare
Choose a tag to compare
@Nexucis Nexucis released this 27 Aug 21:01

[Feature] Provide an offline linter. It almost covered every check performed by Prometheus itself.
[Enhancement] Improve the autocompletion of matchOps / binOps.
[Enhancement] Through lezer-promql, the grammar has been improved by creating a dedicated node for each function and binary operation. It simplifies the completion and the way to find/search nodes in the tree.
[Enhancement] You can now disable each extension provided by the lib.
[BreakingChange] Remove usage of axios in favor of fetch. This change is done in order to be able to inject a custom HTTPClient in the LSPClient / PrometheusClient.