Skip to content

Releases: goloop/g

v1.13.1

20 Aug 11:23
Compare
Choose a tag to compare
Version 1.13.1

v1.13.0

20 Aug 11:07
Compare
Choose a tag to compare

Add StringToInt, StringToFloat, StringToBool, IntToString, FloatToString, BoolToString functions

v1.12.1

13 Jun 20:41
Compare
Choose a tag to compare
Version 1.12.1

v1.11.0

23 Apr 20:46
Compare
Choose a tag to compare

A method for quickly creating a pointer from any type has been added.

v1.10.1

03 Jul 22:03
Compare
Choose a tag to compare
Version 1.10.1

v1.10.0

02 Jul 13:43
Compare
Choose a tag to compare

Fix bugs handling lists as an object in All, Any, Values, IsTrue and IsFalse functions.
Added new features.

v1.9.6

02 Jul 12:39
Compare
Choose a tag to compare
Version 1.9.6

v1.9.5

01 Jul 21:20
Compare
Choose a tag to compare
Version 1.9.5

v1.9.4

01 Jul 21:14
Compare
Choose a tag to compare
Version 1.9.4

v1.9.3

01 Jul 20:37
Compare
Choose a tag to compare

Improved operation of the If function for handling expressions of type Trit. The If function can handle the trit.Unknown expression.