v0.5.4
What's Changed
- Fixes a StackOverflow issue with the Lexer system. by @GitHubProUser67 in #259
- add test for many comments by @akeit0 in #268
- Unsigned integer support for LuaValue by @ashtonmeuser in #267
- Support C locale only by @ashtonmeuser in #266
- Try read LuaValue by @ashtonmeuser in #269
- Fix Le operator loop by @ashtonmeuser in #270
- feature: support ref/out in source generator by @akeit0 in #274
- Fix default solution VS Code setting by @ashtonmeuser in #275
- Match Lua exception wording by @ashtonmeuser in #277
- IO write permissions by @ashtonmeuser in #281
- Formatting by @ashtonmeuser in #280
- Reject unknown collectgarbage options by @ashtonmeuser in #265
- Throw stack overflow by @ashtonmeuser in #276
- Disable Lua test parallelization by @ashtonmeuser in #279
- Throw if too deep in syntax by @ashtonmeuser in #278
- fix: error.lua failure with improving scan error by @akeit0 in #287
- Enable soft tests for errors.lua by @ashtonmeuser in #283
- fix: sort algorithm changed to official one by @akeit0 in #288
- fix: random did not do integer in/out by @akeit0 in #289
- fix: prototype parallel safety by @akeit0 in #290
- Fix: file loading handling by @akeit0 in #291
- fix: date time by @akeit0 in #292
- fix: null char skipping by @akeit0 in #293
- fix: number unm parse by @akeit0 in #294
- fix: read failure advance by @akeit0 in #295
- CI/CD test and publish to NuGet by @ashtonmeuser in #282
- chore: .claude/settings.local.json should be ignored since it is per user file. by @paq in #297
- Add: allows to get LuaObject metatable statically. by @akeit0 in #247
- Feature: support __index and __newindex Metamethod in SourceGenerator by @akeit0 in #251
- add: byte stream support. by @akeit0 in #296
- change: separate Annotations/SourceGenerator packages by @nuskey8 in #301
- Support abstract [LuaObject] classes by @ashtonmeuser in #302
- chore(fmt): introduce CSharpier by @nuskey8 in #303
- chore: add AGENTS.md by @nuskey8 in #304
New Contributors
- @GitHubProUser67 made their first contribution in #259
- @ashtonmeuser made their first contribution in #267
- @paq made their first contribution in #297
Full Changelog: v0.5.3...v0.5.4