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

0.18.0

Compare
Choose a tag to compare
@Nexucis Nexucis released this 20 Oct 08:27
· 21 commits to main since this release
61e0126
  • [Feature]: Allow overriding the API prefix used to contact a remote Prometheus.
  • [Feature]: Add linter and autocompletion support for trigonometric functions (like sin, cos)
  • [BreakingChange]: The lib is now exposed under the dist folder. When importing codemirror-promql, it means you
    will need to add dist in the import. For example import { newCompleteStrategy } from 'codemirror-promql/cjs/complete';
    becomes import { newCompleteStrategy } from 'codemirror-promql/dist/cjs/complete';
  • [BreakingChange]: lezer-promql has been migrated into codemirror-promql in the grammar folder
  • [BreakingChange]: Support last version of Codemirror.next (v0.19.0).