Skip to content

deps: update module github.com/expr-lang/expr to v1.16.7

Renovate-Bot requested to merge renovate/github.com-expr-lang-expr-1.x into master

This MR contains the following updates:

Package Type Update Change
github.com/expr-lang/expr require patch v1.16.5 -> v1.16.7

Release Notes

expr-lang/expr (github.com/expr-lang/expr)

v1.16.7

Compare Source

Expr is a Go-centric expression language designed to deliver dynamic configurations with unparalleled accuracy, safety, and speed.

program, err := expr.Compile(`now() - created_at < duration("24h")`)

In this release:

  • Improved now() and date() type validation
  • Updated documentation

Expr Editor

The Expr Editor is an embeddable code editor written in JavaScript with full support of Expr language.

Expr Pro

Expr Pro is a set of extensions for Expr for advanced use cases. It includes expressions explanation, performance profiling, and more.

v1.16.6

Compare Source

Expr is a Go-centric expression language designed to deliver dynamic configurations with unparalleled accuracy, safety, and speed.

program, err := expr.Compile(`now() - created_at < duration("24h")`)

In this release:

  • Added an option to set default timezone for date() and now() builtins with expr.Timezone("Europe/Zurich")
  • Added a new timezone("UTC") builtin
  • Fixed double-escaping of keys in map printing (#​640)
  • Starting from this release, Expr has no dependencies go.mod (#​618, #​642)

Expr Editor

The Expr Editor is an embeddable code editor written in JavaScript with full support of Expr language.

Expr Pro

Expr Pro is a set of extensions for Expr for advanced use cases. It includes expressions explanation, performance profiling, and more.


  • If you want to rebase/retry this MR, check this box

 

Edited by Renovate-Bot

Merge request reports