Releases: DanielSWolf/MoaiUtils
Releases · DanielSWolf/MoaiUtils
MoaiUtils 2.2
- DocExport: Export is now compatible with ZeroBrane Studio 0.50 and later. MoaiUtils 2.1 is the last version compatible with earlier versions of ZeroBrane Studio.
- Fixed regression error parsing attribute values containing "@"
MoaiUtils 2.1
- DocExport: Exporting only those types that are actually available from Lua code (plus their base classes). Previously, some unregistered classes were exported, too.
- DocExport: Exporting inherited static fields, too. Previously, static fields were only exported for the class they are defined in.
- DocExport: Reduced size of code-completion file for ZeroBrane Studio by 60% by using ZeroBrane's undocumented "inherits" feature
- DocLint: Added warnings if Lua methods aren't registered correctly
- DocLint: Made warnings more helpful
- Major refactoring of the parsing code, minor bug fixes
MoaiUtils 2.0
- CreateApiDescription.exe is now called DocExport.exe
- To reduce clutter, DocExport doesn't show warnings any more
- New tool DocLint.exe to show warnings in a structured manner
- DocLint now does additional checks
- DocExport can now creates code completion files for Sublime Text
- DocExport can now export XML data
- Minor changes
MoaiUtils 1.0
First version of CreateApiDescription.exe, a tool to generate code completion files for the Moai SDK for use in ZeroBrane Studio