Skip to content

v0.0.13

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Nov 18:20
· 448 commits to main since this release
e7ed9c2

New Features

  • The interpreter CLI now supports shorthands (such as -e for eval), which enables live debugging in VS Code
  • Added FFI bindings for several missing GLFW functions related to window management

Breaking Changes

  • The parameters for certain miniz checksum APIs have been reordered to make them easier to use in the common case (no existing state)

Pull Requests

  • [e7ed9c2] - Update the changelog for v0.0.13
  • [9a6723a] - Add more window APIs to the GLFW bindings
  • [bf499bc] - Update miniz to the latest HEAD (and remove the manual DEFLATE patch)
  • [84f2633] - Forward the macOS deployment target to miniz
  • [1dab75a] - Remove a problematic iconv test case
  • [9eb62ca] - Update uWebSockets to the latest HEAD
  • [57c4ceb] - Update GLFW to the latest HEAD
  • [0f203ff] - Update LuaJIT to the latest HEAD
  • [8b97fd8] - Add a script to enable semi-automated submodule updates
  • [7fbfe92] - Update webview to the latest HEAD
  • [35151c4] - Update lua-openssl to the latest HEAD
  • [6a96f0c] - Update lrexlib to the latest HEAD
  • [2ff6c26] - Update miniz to the latest HEAD
  • [639b738] - Update luv to the latest HEAD
  • [306dc0e] - Update zlib to the latest HEAD
  • [595b42b] - Update stb to the latest HEAD
  • [0ebec8d] - Update OpenSSL to the latest HEAD
  • [49c292d] - Update PCRE2 to the latest HEAD
  • [5a7d03f] - Slightly modify the format for CLI shorthands
  • [5562818] - Fix various issues in the lua-openssl build scripts
  • [61f5ab3] - Reorder the parameters of miniz checksum APIs
  • [c9c3609] - Move printf to the console library
  • [ca21187] - Consolidate multiple copies of the CLI help text
  • [086e26b] - Implement aliases for registered CLI commands via the CommandLine API
  • [3f22023] - Add a function to clear the standard output to the console library
  • [6ee5518] - Fix a minor inconsistency in the CLI help text

Contributors (in alphabetical order)

  • No external contributors