mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
Cut v0.19.0 of codemirror-promql
Signed-off-by: Julius Volz <julius.volz@gmail.com>
This commit is contained in:
parent
257a9c161b
commit
d3ae69bb22
|
@ -1,3 +1,9 @@
|
||||||
|
0.19.0 / 2021-12-20
|
||||||
|
===================
|
||||||
|
|
||||||
|
* **[Enhancement]**: Add a negative autocompletion boost to some trigonometric functions that can overlap with other more popular PromQL functions.
|
||||||
|
* **[BugFix]**: Improve checking of whether a `PrometheusConfig` object was passed to `newCompleteStrategy()`.
|
||||||
|
|
||||||
0.18.0 / 2021-10-20
|
0.18.0 / 2021-10-20
|
||||||
===================
|
===================
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "codemirror-promql",
|
"name": "codemirror-promql",
|
||||||
"version": "0.18.0",
|
"version": "0.19.0",
|
||||||
"description": "a CodeMirror mode for the PromQL language",
|
"description": "a CodeMirror mode for the PromQL language",
|
||||||
"main": "dist/cjs/index.js",
|
"main": "dist/cjs/index.js",
|
||||||
"module": "dist/esm/index.js",
|
"module": "dist/esm/index.js",
|
||||||
|
|
Loading…
Reference in a new issue