Releases: PaesslerAG/gval
Releases · PaesslerAG/gval
v1.2.3
What's Changed
- Apply formatting (go fmt) by @darh in #92
- Add support for typed map and slices with method calls by @tw1nk in #88
- fix unexpected func() bool expected bool by @mei-rune in #104
- feat: fix goroutine leakage problem caused by errCh write blocking. by @catundercar in #107
New Contributors
- @tw1nk made their first contribution in #88
- @mei-rune made their first contribution in #104
- @catundercar made their first contribution in #107
Full Changelog: v1.2.2...v1.2.3
v1.2.2
Wrap errors instead of the error message.
Allow nil arguments and catch panics in function calls
Merge pull request #84 from cortezaproject/fix-allowing-nil-as-argument Allow nil arguments for function
v1.2.0
Added DecimalArithmetic to gval.
v1.1.2
Fixed IsConst for go 1.17
Fixed scanning to much characters while parsing operators
v1.1.1
Fixed typed nil value issues.
1.1
Make ident and parentheses parsers available separately from Base()
v1.0.1
Remove vendor package.
beta 1.2
minor bugfixes and improvements
beta 1.1
minor bugfixes and improvments