Skip to content

Tags: expr-lang/expr

Tags

v1.16.9

Verified

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

v1.16.8

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 <anton@medv.io>

v1.16.7

Verified

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

v1.16.6

Verified

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

v1.16.5

Verified

This commit was signed with the committer’s verified signature.
antonmedv Anton Medvedev
Fix printing on conditional/binary nodes

Fixes #613

v1.16.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Revert "Optimize boolean operations between all, any, one, none funct…

…ions (#555)" (#625)

This reverts commit 3c03e59.

v1.16.3

Verified

This commit was signed with the committer’s verified signature.
antonmedv Anton Medvedev
Better map ast printing

v1.16.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
builtin `int` unwraps underlying int value (#611)

v1.16.1

Verified

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

v1.16.0

Verified

This commit was signed with the committer’s verified signature.
antonmedv Anton Medvedev
Fix pipeline and call parsing