Releases: TypeStrong/typedoc
Releases · TypeStrong/typedoc
v0.23.27
Features
- Added
--treatValidationWarningsAsErrors
to treat only validation warnings as errors without treating all warnings as errors, #2199.
Bug Fixes
- Fixed a bug where optional properties were not appropriately marked as optional, #2200.
- Fixed shifted navigation pane on devices 1024px wide, #2191.
- Add missing
@private
and@protected
tags totypedoc/tsdoc.json
, #2187.
Thanks!
v0.23.26
Features
- Added
Application.EVENT_VALIDATE_PROJECT
event for plugins which implement custom validation, #2183. - Plugins may now return an object from external symbol resolvers, #2066.
- Expose
Comment.displayPartsToMarkdown
on for themes overwriting thecomment
helper, #2115.
Bug Fixes
- Fix crash when converting
export default undefined
, #2175. - Fix error in console when clicking on headings in the readme, #2170.
- TypeDoc will now ignore parameters of callback parameters when validating that all parameters have documentation, #2154.
Thanks!
v0.23.25
Breaking Changes
- Upgraded Shiki, if your highlight theme was set to
material-<theme>
, the value will need to be changed to
material-theme-<theme>
, see the Shiki release notes.
Features
- Added new
excludeNotDocumentedKinds
variable to control which reflection types can be removed
by theexcludeNotDocumented
option, #2162. - Added
typedoc.jsonc
,typedoc.config.js
,typedoc.config.cjs
,typedoc.cjs
to the list of files
which TypeDoc will automatically use as configuration files.
Bug Fixes
- Entry points under
node_modules
will no longer be ignored, #2151. - Corrected behavior of
excludeNotDocumented
on arrow function-variables, #2156. - Added
package.json
to exports declaration.
Thanks!
- @boneskull
- @Mikkal24
- @Zamiell
v0.23.24
v0.23.23
v0.23.22
v0.23.21
Features
- Added support for a catch-all wildcard in
externalSymbolLinkMappings
, #2102. - Added support for TypeScript 4.9.