This repository has been archived by the owner on Jul 11, 2022. It is now read-only.
Releases: prometheus/codemirror-promql
Releases · prometheus/codemirror-promql
0.5.0
[Enhancement] @nexucis/codemirror-next-autocomplete
dependency has been upgraded. It is fixing the usage of the filterdown
that doesn't reset at each typing the list of the autocompletion.
[BreakingChange] Remove config hybrid.fuzzyPre
and hybrid.fuzzyPost
. It's now managed by the autocomplete module
v0.4.1
Moving to CodeMirror 6
- [BreakingChange] Moving to the codemirror v6
- [BreakingChange] Remove codemirror-grammar dependency in favor of lezer-promql
- [Feature] Connect the promQL mode to a Prometheus server in order to introduce a dynamic autocompletion regarding the metric name, the label name and the label value
- [Feature] Support LSP (Language Server Protocol) autocompletion
- [Enhancement] Create an
app
for the dev environment. Should be used using the commandnpm start
Transferring project to Prometheus-Community
- [Enhancement] enable code folding + code matching
- [BugFix] Improve parsing and coloration of the binary operator
- [BreakingChange] Package name changed from codemirror-mode-promql to codemirror-promql
Missing file codemirror-grammar.js in the module
- [BugFix] in CI/CD install and build step are merged, so it would avoid the step that download the file codemirror-grammar.js in the lib
Hotfix Postinstall.sh
[BugFix] Fix script postinstall.sh that is needed once the lib is used as an external dependency
PromQL Light Grammar enhancement
- [Enhancement] Manage codemirror-grammar as a dependency using a postinstall script
- [Enhancement] Documentation improved
- [BugFix] Fix promql light grammar by making it more subversive
0.1.0 First release
copy package.json file to the lib