Releases: tv-labs/lua
Releases · tv-labs/lua
v0.0.22
What's Changed
- Fix typespec for Lua.API.install/3 by @davydog187 in #60
Full Changelog: v0.0.21...v0.0.22
v0.0.21
What's Changed
- Fix Lua.Table.as_string with nested tables by @davydog187 in #57
Full Changelog: v0.0.20...v0.0.21
v0.0.20
What's Changed
- (Breaking) Make Lua.Table.as_string more powerful by @davydog187 in #48
- Cleanup the docs so that examples are copy-pastable by @davydog187 in #49
- Add imports by @davydog187 in #50
- Pull in Luerl 1.2.3, allow for passing through of tref values by @davydog187 in #52
- Auto wrap functions passed to Lua.set! to receive %Lua{} by @davydog187 in #53
Full Changelog: v0.0.19...v0.0.20
v0.0.19
Full Changelog: v0.0.18...v0.0.19
Update to Luerl 1.2.2
v0.0.18
What's Changed
- Ensure assert(false, "error message") is handled correctly by @davydog187 in #46
Breaking Change
- Change Lua.API.install/1 callback to Lua.API.install/3 by @davydog187 in #45
Note that we allow breaking changes because we still have yet to release a stable version of Lua. Once we release v0.1.0
is released, we will require major version upgrades to release breaking changes.
Full Changelog: v0.0.17...v0.0.18
v0.0.17
What's Changed
- Add Lua.parse_chunk/1 for runtime parsing of chunks by @davydog187 in #44
- Renamed
Lua.load_chunk/2
toLua.load_chunk!/2
and support passing strings
Full Changelog: v0.0.16...v0.0.17
v0.0.16
What's Changed
- Lua Table pretty printer by @davydog187 in #41
- Support returning chunks from
Lua.API.install/1
by @davydog187 in #42
Full Changelog: v0.0.15...v0.0.16
v0.0.15
What's Changed
- Handle Lua.APIs that don't have any functions by @davydog187 in #28
- Add support for Lua chunks by @davydog187 in #36
- Livebook guide by @davydog187 in #31
Full Changelog: v0.0.14...v0.0.15
v0.0.14
What's Changed
- Fix issue with variadic functions that have state by @davydog187 in #30
Full Changelog: v0.0.13...v0.0.14
v0.0.13
What's Changed
- Remove unnecessary quote/unquote by @davydog187 in #25
- Documentation cleanup by @davydog187 in #26
- Document
@variadic
and state on deflua by @davydog187 in #29
Full Changelog: v0.0.12...v0.0.13