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

Releases: prometheus/codemirror-promql

0.5.0

14 Aug 05:21
0.5.0
Compare
Choose a tag to compare
0.5.0 Pre-release
Pre-release

[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

10 Aug 10:13
Compare
Choose a tag to compare
v0.4.1 Pre-release
Pre-release
  • [Enhancement] lookbackInterval used in the HTTP prometheus client is now configurable
  • [BugFix] Fix the Hybrid strategy that doesn't return any list for the autocompletion when prometheus isn't reachable

Moving to CodeMirror 6

08 Aug 14:46
Compare
Choose a tag to compare
Pre-release

⚠️ This release is a huge breaking comparing to the previous version. There is nothing in common between this version and the previous one. It's mainly because we upgraded the codemirror dependency to the next major version and between the version 5 and 6, everything need to be reworked.

  • [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 command npm start

Transferring project to Prometheus-Community

13 Apr 14:23
Compare
Choose a tag to compare
  • [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

13 Apr 14:02
552009d
Compare
Choose a tag to compare
  • [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

13 Apr 14:02
Compare
Choose a tag to compare
Hotfix Postinstall.sh Pre-release
Pre-release

[BugFix] Fix script postinstall.sh that is needed once the lib is used as an external dependency

PromQL Light Grammar enhancement

13 Apr 14:01
Compare
Choose a tag to compare
Pre-release
  • [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

13 Apr 14:01
Compare
Choose a tag to compare
0.1.0 First release Pre-release
Pre-release
copy package.json file to the lib