Skip to content

Releases: seborama/gal

v9.0.2

11 May 23:24
Compare
Choose a tag to compare

Bug fix with reflection and variable / method detection with Zero value objects

v9.0.1

11 May 22:49
Compare
Choose a tag to compare

added test TestObjects_Properties_TwoObjects

v9.0.0

11 May 20:48
Compare
Choose a tag to compare

Add Objects - these are plain Go structs that can hold gal variables as their properties and gal functions as their methods.
Some small bug fixes.
Some code cleanup, improvements
ToValue and other helper functions.

v8.4.0

07 May 19:50
Compare
Choose a tag to compare

add built-in function eval to evaluate a String type (for now) as a gal expression and return its result into the parent expression.

v8.3.0

07 May 19:26
Compare
Choose a tag to compare

Fix an issue with Log caused by limited internal precision leading to unexpectedly results.

v8.2.0

06 May 19:42
Compare
Choose a tag to compare

Added Ln and Log built-in functions
Clearer error handling / reporting
Debug logging
Doc updates

v8.1.0

05 May 22:59
2569144
Compare
Choose a tag to compare

Enhance Bool with True and False
Several bug fixes

v8.0.0

05 May 00:35
Compare
Choose a tag to compare

feat: add boolean expressions
feat: add MultiValue - with it functions can now return multiple Value's

v7.0.1

13 Apr 20:52
515bc6f
Compare
Choose a tag to compare

yaml updates

v7.0.0

13 Apr 20:28
095dfdb
Compare
Choose a tag to compare

updated to go 1.20
updated go.mod