Skip to content

Tags: expr-lang/expr

Tags

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

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

v1.16.5

Toggle v1.16.5's commit message

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

Toggle v1.16.4's commit message

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

Toggle v1.16.3's commit message

Verified

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

v1.16.2

Toggle v1.16.2's commit message

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

Toggle v1.16.1's commit message

Verified

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

v1.16.0

Toggle v1.16.0's commit message

Verified

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