Releases: pewpewlive/hybroid-live
Releases · pewpewlive/hybroid-live
Release list
v0.2.2-alpha
What's Changed
- [lexer] Restrict use of UTF-8 in source code (like in Lua) by @SKPG-Tech in #8
- Fix crashing + env resolution failure in LSP by @Tasty-Kiwi in #9
- [parser] Return NA type on error in
wrappedTypeExprby @SKPG-Tech in #10
Side effects
This update should fix some crashes with LSP and Hybroid Live itself.
Full Changelog: v0.2.1-alpha...v0.2.2-alpha
v0.2.1-alpha
What's Changed
- fix(cli): Make
watchcommand rebuild the whole source instead of individual files - fix(api):
Table:Removenow declares a return type of T (based on Lua 5.3 functionality oftable.remove), andTable:Sortgets the same explicit generic, matching the rest of the generic list API
Full Changelog: v0.2.0-alpha...v0.2.1-alpha
v0.2.0-alpha
What's Changed
- Merge wasm-playground branch into master by @Tasty-Kiwi in #4
- Merge lsp-impl and bring LSP features into master by @Tasty-Kiwi in #7
Full Changelog: v0.1.0-alpha...v0.2.0-alpha
v0.1.0-alpha
This marks the public alpha release of Hybroid Live!