Skip to content

Tags: expr-lang/expr

Tags

v1.17.5

Toggle v1.17.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add expr.MaxNodes() option (#799)

* Add expr.MaxNodes() option

* Fix error message

* Add more tests and comments

v1.17.4

Toggle v1.17.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add check for non struct types to fetchField (#794)

Co-authored-by: yigitkanbalci <[email protected]>

v1.17.3

Toggle v1.17.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(785): `get` to work when return is `nil` (#786)

* fix(785): `get` to work when return is `nil`

* improve testing

v1.17.2

Toggle v1.17.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Make expr.Eval faster (#775)

* Make expr.Eval faster

* Add bench_call_test.go

* Make parser config optional

v1.17.1

Toggle v1.17.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix parsing of variable declaration nodes combined with sequence node (

…#773)

Fixes #772

v1.17.0

Toggle v1.17.0's commit message

Verified

This commit was signed with the committer’s verified signature.
antonmedv Anton Medvedev
Code style: remove repeated helper functions

v1.16.9

Toggle v1.16.9's commit message

Verified

This commit was signed with the committer’s verified signature.
antonmedv Anton Medvedev
Fix coverage reporting

v1.16.8

Toggle v1.16.8's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
Add Melrōse to "Who uses Expr?" section

Co-authored-by: Anton Medvedev <[email protected]>

v1.16.7

Toggle v1.16.7's commit message

Verified

This commit was signed with the committer’s verified signature.
antonmedv Anton Medvedev
Improve now() and date() validation

v1.16.6

Toggle v1.16.6's commit message

Verified

This commit was signed with the committer’s verified signature.
antonmedv Anton Medvedev
Remove implicit date's timezone set on parse