Skip to content

Releases: prometheus-community/monaco-promql

v1.4.0 : Add the offset modifier

01 May 09:33
Compare
Choose a tag to compare

v1.3.0 : Variables renaming

01 May 09:34
Compare
Choose a tag to compare
  • [BreakingChange] Renamed some variables to be more understandable.
    • def -> promLanguageDefinition
    • conf -> languageConfiguration

v1.2.0 : Autocompletion

01 May 09:34
Compare
Choose a tag to compare
  • [Feature] Auto-completions of all keywords under completionItemProvider variable.

v1.1.0 : Add comments support

01 May 09:36
Compare
Choose a tag to compare
  • [Feature] Comments tokenization : # starting lines are considered as comment.
  • [Bugfix] Fix way to display durations (5m, 24h, 2d ...)
  • Removed redundant escapes of characters in regexp.
  • Improved the README.

v1.0.0 : Support of main PromQL syntax elements

01 May 09:36
Compare
Choose a tag to compare
  • Continuous deployment with azure pipelines.
  • Numbers tokenization : considered as number (taken from cpp language).
  • Labels tokenization : considered as tag.
  • Strings tokenization : considered as string.
  • Keywords tokenization : all considered as type.
  • Created all PromQL keywords & operators :
  • Created two exported objects : conf: IRichLanguageConfiguration & language: ILanguage.
  • Created the repository (cloned from monaco-languages).