Releases: william-laverty/LuaKit-for-Swift
Releases · william-laverty/LuaKit-for-Swift
LuaKit v1.1.0
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
LuaKitMacrosdependency
Other
- Add Contributor Covenant Code of Conduct
Full Changelog: v1.0.0...v1.1.0
LuaKit v1.0.0
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.