Skip to content

Releases: jtackaberry/luadox

LuaDox v1.3.0

22 Jun 00:58
bb5d6b3
Compare
Choose a tag to compare
  • Improve robustness of first-sentence detection
  • Fix crash with implicit modules

LuaDox v1.2.6

01 Mar 02:02
7300b16
Compare
Choose a tag to compare
  • Fix incorrect function descriptions in compact mode
  • Allow dashes in manual page URL fragments

LuaDox v1.2.5

18 Feb 23:27
4d4b1b7
Compare
Choose a tag to compare
  • Support independent HTML title and navigation bar project name values

LuaDox v1.2.4

23 Dec 02:05
b10db57
Compare
Choose a tag to compare
  • Remove CSS used for debugging that was inadvertently included in last release

LuaDox v1.2.3

24 Oct 22:19
45a2cea
Compare
Choose a tag to compare
  • Fix @rename tag to also update display name

LuaDox v1.2.2

25 Jul 03:14
14f8712
Compare
Choose a tag to compare
  • Fix ref resolution next to code block
  • Fix failure to resolve refs up class hierarchy

LuaDox v1.2.1

24 Jul 23:39
e47cddb
Compare
Choose a tag to compare
  • Fix HTML validation errors with <img> tags (regression introduced by v1.2.0)

LuaDox v1.2.0

24 Jul 20:46
Compare
Choose a tag to compare
  • 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

24 Jul 00:41
Compare
Choose a tag to compare
  • 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 form modname=file.lua or modname=directory/
  • Minor performance improvement

LuaDox v1.0.1

23 Jul 00:01
Compare
Choose a tag to compare
  • 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