Releases: rhys-vdw/lua-doc-extractor
Releases · rhys-vdw/lua-doc-extractor
v3.3.2
v3.3.1
v3.3.0
v3.2.0
v3.1.0
v3.0.0
v2.0.0
What's Changed
- Make
@classreopenable by @rhys-vdw in #37- All output is generated to a single file.
- Enums can now be added do a separate doc with
@field EnumName.Entry.
- Remove support for
///comments by @rhys-vdw in #41 - Simplify lexer and parser using
moo.fallbackby @rhys-vdw in #42 - Allow specifying an output file in CLI by @rhys-vdw in #43
Full Changelog: v1.1.2...v2.0.0
v1.1.2
v1.1.1
1.1.0
What's Changed
- Preserve indentation by @rhys-vdw in #22
- Remove whitespace in empty table. by @rhys-vdw in #23
- Require
/***for comment opener by @rhys-vdw in #24 - Support
@globalby @rhys-vdw in #25 - Add backlinks by @rhys-vdw in #26
- 20 use moo lexer by @rhys-vdw in #28
Full Changelog: v1.0.0...v1.1.0