Skip to content

Releases: IppClub/YueScript

v0.27.0

31 Jan 15:26
Compare
Choose a tag to compare
Aligned Lua inserter macro behavior with common Yue macro.

v0.26.2

29 Jan 09:38
Compare
Choose a tag to compare
Fixed docs. [skip CI]

v0.26.1

19 Dec 03:33
Compare
Choose a tag to compare
Fixed MoonScript issue # 459.

Supported local/const/close hoist in class body.

v0.26.0

31 Oct 09:42
Compare
Choose a tag to compare
Fixed WASM build.

v0.25.5

08 Oct 14:15
Compare
Choose a tag to compare
Fixed a miss indent and removed an unnecessary do block.

v0.25.4

29 Sep 09:09
Compare
Choose a tag to compare
Cleaned up.

v0.25.2

26 Sep 14:14
Compare
Choose a tag to compare
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

05 Sep 00:49
Compare
Choose a tag to compare
fix more cases for evaluation order of multi-value assignments.

v0.25.0

03 Sep 15:30
Compare
Choose a tag to compare
fix correct evaluation order for multi-value assignments.

v0.24.1

12 Aug 09:43
Compare
Choose a tag to compare
fix a Lua stack size not enough issue.