Releases: TypeStrong/typedoc
Releases · TypeStrong/typedoc
0.17.5
0.17.5 (2020-04-26)
Bug Fixes
- Do not silently swallow missing include/media file errors (#1277) (4067f2c)
- Enable lax overloads only in release (b870905)
- Fix extends option in tsconfig.json doesn't work (#1273) (d5c2d47), closes #1272
- Improve output for object's computed property names (#1275) (8c2b698)
- Remove Result object (262a89c), closes #1238
Features
- Add detecting read-only properties (#1268) (91644a9)
- Number options may require min and max values (#1278) (42de2af)
Thanks!
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.
createMinimatchis no longer a public function.@Optiondecorator 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