Update dependency typedoc to ^0.16.11
Created by: renovate[bot]
This PR contains the following updates:
Package | Type | Update | New value | References | Sourcegraph |
---|---|---|---|---|---|
typedoc (source) | devDependencies | minor | ^0.16.11 | homepage, source |
Release Notes
TypeStrong/TypeDoc
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)
👏
Thanks
v0.16.9
🐛
Fixed - TypeDoc now correctly handles BOM in package.json (#1192)
👏
Thanks
v0.16.8
🐛
Fixed -
export * from ...
could cause a circular reference that sent TypeDoc into an infinite loop (#1186)
v0.16.7
🐛
Fixed - Object literal
{}
now renders correctly (#1179)
✨
Features - Support for query types (
type Z = typeof z
)
Thanks
v0.16.6
🐛
Fixed - removeReflection does not fully remove reflections #1176
v0.16.5
🐛
Fixed -
@BindOption
now works with plugin options (#1174) - Empty modules are no longer included in the HTML documentation (#1126)
📦
Changed - The project version is no longer added to the package name by default, specify the
--includeVersion
flag to include it. (#1175) - The
NavigationBuilder
class is now available to simplify theme creation (#1171)
👏
Thanks
v0.16.4
🐛
Fixed - CLI crashing due to circular dependencies (#1172)
v0.16.3
🐛
Fixed -
@hidden
can now be used to selectively hide overloads (#1142) - Plugins are now correctly autoloaded (#1170)
- Corrected JSON output types
📦
Changed -
@Option
decorator deprecated in favor of registering manually. -
@BindOption
property decorator now available for fetching options like@Option
- References are now no longer created for source files not included in the documentation
👏
Thanks Thank you to all who reported issues and the following code contributors:
v0.16.2
✨
Features - Plugins may now use the
@Option
decorator to declare options. (#1165)
🐛
Fixed -
@param
and@returns
are overly sensitive to whitespace (#1164) - TypeDoc is missing exported values to set options without importing internals (#1163)
📦
Changed - TypeDoc's tests now run in ~30 seconds instead of 3 minutes, making for a much better development experience (#1156)
v0.16.1
v0.16.0
✨
Features - In modules mode, export declarations are now resolved.
- Support for
import x =
🐛
Fixed -
expandInputFiles
will no longer throw if the input directory includes a symbolic link (#751) - Nested object literals are now correctly marked as exported (#1103)
- Resolve and link
TypeOperatorType
types (#1161)
⚠ ️
Breaking Changes - With
--mode file
, all declarations are now considered exported. - When using the programmatic API, if you want to automatically read
tsconfig.json
andtypedoc.json
you must add the readers to theOptions
class onApplication
-
typedoc.js
may no longer return a function to be called to set options. -
Options
now calls the registered option readers instead of firing an event. - Programmatic users must call
app.bootstrap
with their options instead ofnew App(options)
👏
Thanks! TypeDoc would be far worse off without these people's help.
Renovate configuration
-
If you want to rebase/retry this PR, check this box
This PR has been generated by WhiteSource Renovate. View repository job log here.