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

0.6.0

Compare
Choose a tag to compare
@Nexucis Nexucis released this 18 Aug 20:46
562ae73

[Feature] It is now possible to inject your own Prometheus or LSP client used by the autocompletion code.
[Feature] A PromQL linter has been implemented. Only LSP mode is supported at the moment.
[Enhancement] Through the lib @nexucis/codemirror-next-autocomplete, the autocomplete list generated has been improved: better sorting and filtering and better management of the HTML characters that should be escaped (for security reasons).
[Enhancement] Through the lib lezer-promql, the promQL syntax is not case sensitive anymore.
[BreakingChange] The configuration of the autocompletion has been deeply reviewed to be much more flexible.
[BugFix] Fix the parameters in the demo app.