Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-28 | 612 Bytes | |
v0.28.8 source code.tar.gz | 2025-07-28 | 759.8 kB | |
v0.28.8 source code.zip | 2025-07-28 | 1.1 MB | |
Totals: 3 Items | 1.8 MB | 0 |
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]
Thanks!
- @jonathanhefner
- @laymonage