Skip to content

Releases: william-laverty/LuaKit-for-Swift

LuaKit v1.1.0

10 Mar 20:17
ac780dd

Choose a tag to compare

What's Changed

Bug Fixes

  • Fix critical bugs and add proper error handling (#1)

Testing & CI

  • Add comprehensive test suite (30+ tests) covering execution, macros, error handling, and stack management (#2)
  • Add GitHub Actions CI running on every push to main and all PRs
  • Fix linker error for macro tests by adding missing LuaKitMacros dependency

Other

  • Add Contributor Covenant Code of Conduct

Full Changelog: v1.0.0...v1.1.0

LuaKit v1.0.0

14 Dec 23:54
1d313fb

Choose a tag to compare

LuaKit facilitates seamless integration between Swift and Lua, allowing for easy execution of Lua code within Swift applications. This release includes enhanced error handling, improved execution flows, and a SwiftUI demonstration of Lua code execution.