Releases: IppClub/YueScript
Releases Β· IppClub/YueScript
v0.27.0
v0.26.2
Fixed docs. [skip CI]
v0.26.1
Fixed MoonScript issue # 459. Supported local/const/close hoist in class body.
v0.26.0
Fixed WASM build.
v0.25.5
Fixed a miss indent and removed an unnecessary do block.
v0.25.4
Cleaned up.
v0.25.2
Fixed a few issues. * Fixed a `with` block with return statement issue. * Fixed a switch-when indentation issue. * Added error reporting for `return` statement not appearing in last block line.
v0.25.1
fix more cases for evaluation order of multi-value assignments.
v0.25.0
fix correct evaluation order for multi-value assignments.
v0.24.1
fix a Lua stack size not enough issue.