Skip to content

Releases: DoccZz/docc2html

Improved

06 Jun 12:48
87c694f
Compare
Choose a tag to compare

New release w/ the improvements by @DavidBrunow

Thanks a lot!

Applicable

25 May 14:59
0faaa9e
Compare
Choose a tag to compare

Support the "Application" RoleHeading, as reported in issue #20.

Looks like the HTML generator doesn't currently look at the value though.

Linkability

19 Jan 10:59
5be119f
Compare
Choose a tag to compare

Thanks to @fruitcoder this adds support for external Markdown links.

Tablistic Sloths

09 Jan 13:06
ee9a7e3
Compare
Choose a tag to compare

Markdown tables as emitted by:

/**
 * | Column 1 Title | Column 2 Title       |
 * | -------------- | -------------------- |
 * | `case 1`       | Case 1 description.  |
 * | `case 2`       | Case 2 description.  |
 */

can now be parsed by DocCArchive and rendered to HTML by docc2html.

Only row header types are supported, presumably there are additional ones?

Sizeable Sloth

08 Jan 10:33
b3b8a95
Compare
Choose a tag to compare

Uses a new DocZArchive version which fixes a change with size properties in Xcode 13.2.1.

Also fixes #15 (Links Are Broken When Links Include Uppercase Characters). Thanks!

Syntactically Strong

04 Oct 12:22
2617a08
Compare
Choose a tag to compare

Fixed issues with parsing double-star strong quotes and made the "syntax" field on code sections optional. Many thanks go to @edudnyk!

Methodically Typed Attributes

11 Aug 10:52
Compare
Choose a tag to compare

This release supposedly fixes #9 and #10 - support for "Type Method" role heading and the attribute fragment kind.

Mustachable

06 Jul 15:58
189c569
Compare
Choose a tag to compare

Adds support for loading the Mustache templates and site.css from a directory in the filesystem (specify using -t/--templates). Allows customisation of the output at will.

Indexibility

05 Jul 23:57
Compare
Choose a tag to compare
Indexibility Pre-release
Pre-release

This version now generates static sites w/ proper index.html files in the respective per module/type/tutorials subfolders.

Tutorializing

05 Jul 16:02
c7091f2
Compare
Choose a tag to compare
Tutorializing Pre-release
Pre-release

This release now generates HTML for tutorials as well. But lacks a lot of stylesheeting.