Skip to content

Latest commit

 

History

History
102 lines (59 loc) · 4.27 KB

CHANGELOG.md

File metadata and controls

102 lines (59 loc) · 4.27 KB

Changelog

v3.1.0 (2021-03-19)

Full Changelog

Implemented enhancements:

  • Method return value documentation #73
  • Method parameter documentation #72
  • Annotate overloaded Lua functions #71

Fixed bugs:

  • Deeply nested classes excluded from detail #76
  • Invalid references for user-overridden classes #74
  • Missing member documentation #65

v3.0.1 (2021-02-19)

Full Changelog

Fixed bugs:

  • Malformed version output #61
  • Production jar missing version.txt #59

v3.0.0 (2021-02-18)

Full Changelog

Breaking changes:

  • Move to organization namespace #56
  • Improve version command #34

v2.2.0 (2021-02-17)

Full Changelog

Implemented enhancements:

  • Dedicated production log directory #55
  • Optional only-annotated lua inclusion #54
  • Exclude redundant distribution libraries #46

v2.1.0 (2021-02-05)

Full Changelog

Implemented enhancements:

  • Reduce production console logging #38
  • Write only annotated files #37
  • Make application easier to launch from game dir #33
  • Improve production file logger #32

Fixed bugs:

  • Global functions are not global #36
  • Windows launch script ignoring game Java dist #30
  • Annotator writing empty files #25

v2.0.0 (2021-01-31)

Full Changelog

Breaking changes:

  • Compile all exposed classes #28

Implemented enhancements:

  • Application launch script for Unix #27
  • Application launch script for Windows #26
  • Compile global methods #22
  • Adhere to Lua lexical conventions #16

Fixed bugs:

  • Redundant log file created #3
  • Failed to create output directory #2

v1.0.2 (2020-12-06)

Full Changelog

Fixed bugs:

  • Compiled lua without syntactic sugar #1

v1.0.1 (2020-12-06)

Full Changelog

v1.0.0 (2020-12-05)

Full Changelog

* This Changelog was automatically generated by github_changelog_generator