Skip to content

Releases: djluck/PromQL.Parser

1.1.0

24 Nov 20:47
Compare
Choose a tag to compare
  • Adding DepthFirstExpressionVisitor which provides the ability to visit all descendant expressions of a given expression
  • Fixing a bug that meant a duration would be considered a valid expression

1.0.4

24 Nov 00:29
Compare
Choose a tag to compare

Increasing the extensibility of the parser by using Parse.Ref to refer to more subparsers.

1.0.3

23 Nov 21:41
Compare
Choose a tag to compare

Small improvement made in the error messages returned- should be more understandable when a function or aggregate wraps an invalid expresison.

1.0.2

08 Nov 08:32
Compare
Choose a tag to compare
  • Fixing bug that meant keywords were considered valid metric identifiers
  • Enable printing collection of non-strings in AST records when ToString() called

1.0.1

07 Nov 04:09
Compare
Choose a tag to compare
  • Fixing bug with printing negative durations

Initial release

07 Nov 02:13
Compare
Choose a tag to compare
1.0.0

Warning fix