Skip to content

MoaiUtils 2.1

Compare
Choose a tag to compare
@DanielSWolf DanielSWolf released this 27 Mar 19:27
· 6 commits to master since this release
  • 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