Skip to content

v7

Pre-release
Pre-release

Choose a tag to compare

@VoidbornGames VoidbornGames released this 04 Sep 19:41
· 1 commit to main since this release

v0.7.0 update is now here!

changes:

  • added string methods and tools
  • added http cookies and headers
  • more lists and maps with their tools
  • new builtins such as unixtime(), fmttime(unix, fmt), format(float, decimals)
  • TLS handshake, Http.Get/Post now speak https
  • added VS Code extension and language server
  • added installer for windows
  • organized the project
  • added runtime API registry
  • added more tests 30 => 208
  • added docs for new users and learning

Small Fixs:

HTTP response header injection guard, packet pool drain at exit (crash fix), null-field free fix (live-counter correctness), linker argument allowlist, and the mem() == 0 discipline enforced across the suite.