You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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