Codebase list lua-ldoc / upstream/1.4.0
add changes document Steve Donovan 10 years ago
1 changed file(s) with 29 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 ## Version 1.4.0
1
2 ### Features
3
4 * `sort=true` to sort items within sections alphabetically
5 * `@set` tag in module comments; e.g, can say `@set sort=true`
6 * `@classmod` tag for defining modules that export one class
7 * can generate Markdown output
8 * Can prettify C as well as Lua code with built-in prettifier
9 * lfs and lpeg references understood
10 * 'pale' template available
11 * multiple return groups
12 * experimental `@error` tag
13 * Moonscript and plain C support
14
15
16 ### Fixes
17
18 * works with non-compatibily Lua 5.2, including `markdown.lua`
19 * module names can not be types
20 * all `builtin` Lua files are requirable without `module`
21 * backticks expand in copyright and other 'info' tabs
22 * `-m` tries harder to resolve methods
23 * auto-scroll in navigation area to avoid breaking identifiers
24 * better error message for non-luadoc-compatible behaviour
25 * custom see references fixed
26
27
28