Skip to content

Releases: DoccZz/DocCArchive

Improved

06 Jun 12:39
13ef149
Compare
Choose a tag to compare

New release w/ the improvements by @DavidBrunow

Thanks a lot!

Functional

14 Oct 13:38
717581b
Compare
Choose a tag to compare

Add the function RoleHeading case. Might fix DoccZz/docc2html#21

Applicable

25 May 14:50
b021e6e
Compare
Choose a tag to compare

Support the "Application" RoleHeading, as reported in DoccZz/docc2html#20

Linkability

10 Jan 13:22
6b4c382
Compare
Choose a tag to compare

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

Tablistically

09 Jan 12:39
0ca6d55
Compare
Choose a tag to compare

DocCArchive can now decode tables as emitted by:

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

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

Sizeable Sloth

08 Jan 10:18
4b7f591
Compare
Choose a tag to compare

Tutorials exported by Xcode 13.2.1 do not carry a size on an image variant anymore. Make the property optional.

Fixed #5, thanks for reporting!

Syntactically Strong

02 Oct 13:48
eae73fe
Compare
Choose a tag to compare

Fixed issues with parsing double-star strong quotes and made the "syntax" field on code sections optional. Fixes for #2 and #3, many thanks go to @edudnyk!

Attributed Type Methods

11 Aug 10:42
Compare
Choose a tag to compare

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

Optionally Documented

19 Jul 20:27
Compare
Choose a tag to compare

This release supposedly fixes DoccZz/docc2html#7, the documentVersion key is not always there (and if it is, it is usually 0)

Sloth the C

02 Jul 13:20
9037626
Compare
Choose a tag to compare

The module can import all documents created in the
SlothCreator
example.

It should be pretty complete, but specifically lacks testing with Objective-C documentation.

If you find an issue (usually signalled by an assertion or fatalError), please let us know, we'll fix missing cases ASAP (PRs are welcome too).

TODO:

  • Add DocC documentation! 🤦‍♀️
  • Test with Objective-C documentation.
  • Add a testsuite (existing one not added for sizing concerns).