Skip to content

Tags: mvlootman/expr

Tags

v1.500.1

Toggle v1.500.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #3 from mvlootman/feat-decimal

add types for decimal.Decimal and time.Time to builtin sort

v2.0.0

Toggle v2.0.0's commit message
update go.mod

v1.500.0

Toggle v1.500.0's commit message
update go.mod

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 (expr-lang#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 (

…expr-lang#773)

Fixes expr-lang#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