Skip to content

Releases: DanielSWolf/MoaiUtils

MoaiUtils 2.2

01 Apr 19:53
Compare
Choose a tag to compare
  • 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

27 Mar 19:27
Compare
Choose a tag to compare
  • 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

28 Feb 21:45
Compare
Choose a tag to compare
  • 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
    • Detecting @in params after @opt params
    • Checking that all accessed parameters are documented
    • Checking 'self' params for correct type and position
    • Detecting undocumented Lua methods
  • DocExport can now creates code completion files for Sublime Text
  • DocExport can now export XML data
  • Minor changes

MoaiUtils 1.0

06 Jan 21:59
Compare
Choose a tag to compare

First version of CreateApiDescription.exe, a tool to generate code completion files for the Moai SDK for use in ZeroBrane Studio