Skip to content

v0.11.3

Latest
Compare
Choose a tag to compare
@khvzak khvzak released this 30 Aug 10:40
· 2 commits to main since this release
13ff0ca

What's Changed

  • Added Lua::yield_with to use as coroutine.yield functional replacement in async functions for any Lua (see doc examples)
  • Do not try to yield at non-yielable points in Luau interrupt (#632)
  • Added Buffer::cursor method (Luau)
  • Added Lua::create_buffer_with_capacity method (Luau)
  • Make Lua reference values cheap to clone in Rust (only increments ref count)
  • Fix panic on large (>67M entries) table creation

Full Changelog: v0.11.2...v0.11.3