Features
- If using JS config files, the
plugin
function can now be given plugin functions to load. - Permit
-
within tag names to supporttypescript-json-schema
's@TJS-type
tag, #2972. - Exposed
Context.createSymbolId
for use by plugins.
Bug Fixes
- Relative links in
<img srcset>
will now be discovered by TypeDoc, #2975. - Relative links in
<source src>
and<source srcset>
elements will now be discovered by TypeDoc, #2975. - Improved inherited from/overwrites link discovery to point to parent properties in more cases, #2978