Releases: TypeStrong/typedoc
Releases Β· TypeStrong/typedoc
0.17.4
0.17.3
Features
- Updated the default themes to reduce bundle size from 174kb to 35kb - TypeStrong/typedoc-default-themes#85
Fixed
- The legend is no longer missing on most documentation pages
Thanks!
0.17.2
0.17.1
0.17.0
0.17.0 (2020-03-15)
Bug Fixes
- Check for compiler errors before converting (802c408)
- Plugin resolution now uses relative paths (#1194) closes #1188
Features
-
Only generate legend for items that are displayed on the page (#1187) (923c55d), closes #1136
-
Support for private fields (5d41a2e)
-
fix!: Rename external modules to modules (295ccdd), closes #109
-
fix!: Moved @types/minimatch dependency to devDepencencies (#1206) (592e0b3), closes #1206
BREAKING CHANGES
- Any plugins which referenced ReflectionKind.ExternalModule or ReflectionKind.Module need to be updated to reference ReflectionKind.Module and ReflectionKind.Namespace respectively.
createMinimatch
is no longer a public function.@Option
decorator removed
Thanks!
TypeDoc wouldn't be maintained without the help of the community, thanks to all who submitted issues and especially to those who contributed code to this release:
v0.16.11
Bug Fixes π
- Ensure child comment tags get set (#1221) (541fbcf)
- Logger extensions now also count the warnings (#1210) (c4ce9a5)
- Re-export TypeScript namespace (#1217) (796349a), closes #1213
- Support code blocks with four spaces (148bd12), closes #1218
Features β¨
- Add support for `` inside of Marked Link Brackets (#1091) (1ec2fb8)
- Config option to exclude not explicitly documented symbols (#996) (20db9a5), closes #995
- Support for extended config in typedoc.json (07fb1ce), closes #493 #1115
Thanks π
v0.16.10
Features β¨
- Add the ability to remove tags from doc comments (#815)
- The logger will now also count warning messages (#1205)
Fixed π
- The link tag will now no longer be incorrectly stripped from some param comments (#1001)
- Mixins will no longer cause TypeDoc to crash in some cases (#1207)