Releases: DoccZz/DocCArchive
Improved
Functional
Add the function
RoleHeading
case. Might fix DoccZz/docc2html#21
Applicable
Support the "Application" RoleHeading, as reported in DoccZz/docc2html#20
Linkability
Thanks to @fruitcoder this adds support for external Markdown links.
Tablistically
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
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
Attributed Type Methods
This release supposedly fixes DoccZz/docc2html#9 and DoccZz/docc2html#10 - support for "Type Method" role heading and the attribute
fragment kind.
Optionally Documented
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
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).