Releases: expr-lang/expr
Releases · expr-lang/expr
v1.13.0
Expr is a Go package that offers a fast, simple, and safe engine for compiling and evaluating expressions. Ideal for implementing complex logic in configuration, it serves as a foundation for a dynamic business rule engine without the need for recompiling the program.
all(Tweets, .Len <= 240)
- Refactor deref by @antonmedv in #398
v1.12.7
Expr is a Go package that offers a fast, simple, and safe engine for compiling and evaluating expressions. Ideal for implementing complex logic in configuration, it serves as a foundation for a dynamic business rule engine without the need for recompiling the program.
- Added new opcode
OpInvalid
for debugging purposes.
v1.12.6
What's Changed
- Churn: remove duplicate codes by @Schneizelw in #356
- Fix: fixed a compilation error. by @PranavPeshwe in #355
- Doc: update Visitor-and-Patch.md by @mdmcconnell in #369
- Feature: env[] keyword implemented in parser by @mdmcconnell in #382
New Contributors
- @Schneizelw made their first contribution in #356
- @PranavPeshwe made their first contribution in #355
- @mdmcconnell made their first contribution in #369
Full Changelog: v1.12.5...v1.12.6