Skip to content

Releases: PaesslerAG/gval

v1.2.3

18 Oct 11:15
9162467
Compare
Choose a tag to compare

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

Full Changelog: v1.2.2...v1.2.3

v1.2.2

06 Feb 12:35
3b499fd
Compare
Choose a tag to compare

Wrap errors instead of the error message.

Allow nil arguments and catch panics in function calls

21 Sep 07:23
ecdb989
Compare
Choose a tag to compare
Merge pull request #84 from cortezaproject/fix-allowing-nil-as-argument

Allow nil arguments for function

v1.2.0

18 May 13:07
Compare
Choose a tag to compare

Added DecimalArithmetic to gval.

v1.1.2

21 Oct 20:49
bfa8e95
Compare
Choose a tag to compare

Fixed IsConst for go 1.17
Fixed scanning to much characters while parsing operators

v1.1.1

03 Jun 22:08
2be8504
Compare
Choose a tag to compare

Fixed typed nil value issues.

1.1

08 Sep 13:52
3022fab
Compare
Choose a tag to compare
1.1

Make ident and parentheses parsers available separately from Base()

v1.0.1

16 May 14:03
Compare
Choose a tag to compare
Remove vendor package.

beta 1.2

15 Mar 16:26
Compare
Choose a tag to compare

minor bugfixes and improvements

beta 1.1

18 Sep 14:45
97464fb
Compare
Choose a tag to compare

minor bugfixes and improvments