v1.15.7
Expr is a Go-centric expression language designed to deliver dynamic configurations with unparalleled accuracy, safety, and speed.
In this release:
- Fixed commutative property for comparison between a value and a pointer. (#490)
- Checker: forbid accessing built-ins and custom functions from
$env. (#495) - Enhanced the number parser to include support for parsing hexadecimal, binary, and octal literals. (#483)
- Added
GetSource()method tovm.Program. (#491)