Skip to content

Releases: codetesla51/logos

v0.4.6

Choose a tag to compare

@github-actions github-actions released this 22 Mar 11:18

Changelog

  • b396e04 fix(builtins): fix http builtins not accepting table type

v0.4.5

Choose a tag to compare

@github-actions github-actions released this 20 Mar 09:11

Changelog

  • 39a5c22 chore(changelog): update chagelog
  • a2c737c fix(main): update version in main.go
  • 05aab2c chore(changelog): update chagelog
  • 299a7f7 feat(builtins): add changed it to printn for no new line, print remains the same

v0.4.4

Choose a tag to compare

@github-actions github-actions released this 19 Mar 15:47

Changelog

  • fe86934 feat(builtins): add println for new line printing made print just regular prints
  • ebd2219 chore: update examples syntax

v0.4.3

Choose a tag to compare

@github-actions github-actions released this 19 Mar 10:25

Changelog

  • cb803ee chore(changelog): update chagelog
  • a3220d4 feat(builtins): add regex builin

v0.4.2

Choose a tag to compare

@github-actions github-actions released this 19 Mar 09:57

Changelog

  • 0a43b47 chore(changelog): update chagelog
  • 091fc50 feat(interprter): add const keyword for immutable bindings
  • d27466d fix(builtins): feat add range builtin for better loops

v0.4.1

Choose a tag to compare

@github-actions github-actions released this 19 Mar 08:03

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

Choose a tag to compare

@github-actions github-actions released this 18 Mar 12:55

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

Choose a tag to compare

@github-actions github-actions released this 17 Mar 14:52

Changelog

v0.3.1

Choose a tag to compare

@github-actions github-actions released this 17 Mar 11:25

Changelog

  • c17376b update: update changelog
  • f8aead8 update: update main.go version
  • 44f6252 feat: add index to for in statment, fix: fix args to start at index 2 feat add propr dot access to table

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 17 Mar 07:52

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.