Skip to content

v0.0.14

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Dec 05:12
· 483 commits to main since this release
d5dd1ba

New Features

  • Added table.count as a convenient shorthand for counting all elements in a table

Breaking Changes

  • Improved error handling in the iconv FFI bindings (some return values have changed)

Pull Requests

  • [d5dd1ba] - Update the changelog for v0.0.14
  • [c0b26d3] - Update wgpu-native to the latest HEAD
  • [5a25ee2] - Update the luacheck config to ignore jit modules
  • [4a4a1c2] - Update the StyLua version used for autoformat to v0.19.1
  • [d60f546] - Fix a CodeQL warning in the miniz bindings
  • [808e307] - Fix a CodeQL warning in the stbi FFI bindings
  • [904d1c9] - Improve error handling in the iconv bindings
  • [8439bd4] - Update all GitHub Actions workflows to use checkout v4
  • [cf97748] - Streamline the build process for lua-rapidjson
  • [279e72f] - Update LuaJIT to the latest HEAD
  • [8590adb] - Update OpenSSL to the latest HEAD
  • [6b3a714] - Update PCRE2 to the latest HEAD
  • [72ae45f] - Update GLFW to the latest HEAD
  • [1f15f5f] - Add proper input validation to iconv.convert (should fix the sporadic crashes)
  • [eb56e7e] - Fix a crash in os.exit when the close parameter is set to true
  • [e5181e1] - Fix ASAN warnings due to (inconsequential) memory leaks in the main loop
  • [71a3326] - Ensure a clean shutdown of the uws event loop
  • [35be295] - Move the ninjabuild target configuration logic to a separate BuildTarget module
  • [8e5d53e] - Fix an oversight in the base64-decode benchmark
  • [96fa731] - Add a new table.count utility method

Contributors (in alphabetical order)

  • No external contributors