Releases: codetesla51/logos
Releases · codetesla51/logos
Release list
v0.4.6
v0.4.5
v0.4.4
v0.4.3
v0.4.2
v0.4.1
Changelog
- 7874db4 fix(builtins): fix add short alias names for type convertion builtins
- 61daf5a fix(builtins): fix sort, add sort for both strings and number
- 038e56f fix(builtins): add proper bounds checking to args builtin
- c40e1d3 fix(builtins): fix print builtin leaking table implemntatio details
- f8760ab chore(readme): update readme file
v0.4.0
Changelog
- dc78c87 fix: downgrade go directive to 1.22
- a883fd9 fix(examples): fix build error, fix main.go version
- 26bf248 chore(examples): udpate logos examples
- 6dc85f9 fix(parser): remove debug output from parser
- 3e604d7 fix(main): update logo on main
- fc72191 fix: update changelog
- f26b3ec feat(interpreter): add try expression for nicer error handling fn testFail() { let bad = try parseJson() print(never reaches here) return bad }
- 9d46d53 feat(interp): add string interpolation
- 8ac1495 feat(add): pipe operator to parser for neater function nesting
- 487d3f1 feat(parser): add incrment and decrement postfix to parser, parsar now supports ++ --
- be27042 fix: update change log
- 222bff3 fix: update change log
v0.3.2
v0.3.1
v0.3.0
Changelog
- 7ad5e66 feat: update version to 0.3.0
- 3dbb701 feat: merge CI and release into single workflow
- 27efccb fix: remove cross-workflow dependency (not supported)
- f6dc61b test: update JSON builtin tests for result object extraction
- 4ac1f49 chore: update changelog for v0.3.0
- 675ce05 feat: add proper error handling to toJson and prettyJson builtins
- e472f6a fix: added proper error handling to parseJson builtin.
- 1a8f7ed fix: added proper error handling to run builtin.