Releases: jtackaberry/luadox
Releases · jtackaberry/luadox
LuaDox v1.3.0
- Improve robustness of first-sentence detection
- Fix crash with implicit modules
LuaDox v1.2.6
- Fix incorrect function descriptions in compact mode
- Allow dashes in manual page URL fragments
LuaDox v1.2.5
- Support independent HTML title and navigation bar project name values
LuaDox v1.2.4
- Remove CSS used for debugging that was inadvertently included in last release
LuaDox v1.2.3
- Fix
@rename
tag to also update display name
LuaDox v1.2.2
- Fix
ref
resolution next to code block - Fix failure to resolve refs up class hierarchy
LuaDox v1.2.1
- Fix HTML validation errors with
<img>
tags (regression introduced by v1.2.0)
LuaDox v1.2.0
- Support user defined links at the top of each page
- Include hashes in asset URI to cope with browser caching
- Add new
hometext
option to allow customization of home button link text - Flatten prev/next navigation buttons and include left/right icons
- Fix hash-prefixed comments within code blocks in manual pages that were inadvertently being rendered as markdown headings
LuaDox v1.1.0
- Support automatic discovery of
require()
d files when the path does not align to the Lua module name by allowing a user-definable per-path module name in the formmodname=file.lua
ormodname=directory/
- Minor performance improvement
LuaDox v1.0.1
- Fix bug where markdown tables were not properly terminating
- Support tags (e.g.
@note
) in manual pages - Update PrismJS (used for syntax highlighting) to 1.24.1