TypeStrong/TypeDoc
### [`v0.23.22`](https://togithub.com/TypeStrong/TypeDoc/blob/HEAD/CHANGELOG.md#v02322-2022-12-11)
[Compare Source](https://togithub.com/TypeStrong/TypeDoc/compare/v0.23.21...v0.23.22)
##### Features
- Add support for defining the kind sort order, [#2109](https://togithub.com/TypeStrong/TypeDoc/issues/2109).
##### Bug Fixes
- Normalize all file paths on Windows, [#2113](https://togithub.com/TypeStrong/TypeDoc/issues/2113).
- Fix `@link` tags within lists, [#2103](https://togithub.com/TypeStrong/TypeDoc/issues/2103).
### [`v0.23.21`](https://togithub.com/TypeStrong/TypeDoc/blob/HEAD/CHANGELOG.md#v02321-2022-11-14)
[Compare Source](https://togithub.com/TypeStrong/TypeDoc/compare/v0.23.20...v0.23.21)
##### Features
- Added support for a catch-all wildcard in `externalSymbolLinkMappings`, [#2102](https://togithub.com/TypeStrong/TypeDoc/issues/2102).
- Added support for TypeScript 4.9.
##### Thanks!
- [@mistic100](https://togithub.com/mistic100)
### [`v0.23.20`](https://togithub.com/TypeStrong/TypeDoc/blob/HEAD/CHANGELOG.md#v02320-2022-11-03)
[Compare Source](https://togithub.com/TypeStrong/TypeDoc/compare/v0.23.19...v0.23.20)
##### Bug Fixes
- Fixed comment discovery for `@inheritDoc` if inheriting from a function type alias, [#2087](https://togithub.com/TypeStrong/TypeDoc/issues/2087).
### [`v0.23.19`](https://togithub.com/TypeStrong/TypeDoc/blob/HEAD/CHANGELOG.md#v02319-2022-10-28)
[Compare Source](https://togithub.com/TypeStrong/TypeDoc/compare/v0.23.18...v0.23.19)
##### Bug Fixes
- Fixed title link if `titleLink` option was not specified, [#2085](https://togithub.com/TypeStrong/TypeDoc/issues/2085).
##### Thanks!
- [@krisztianb](https://togithub.com/krisztianb)
### [`v0.23.18`](https://togithub.com/TypeStrong/TypeDoc/blob/HEAD/CHANGELOG.md#v02318-2022-10-23)
[Compare Source](https://togithub.com/TypeStrong/TypeDoc/compare/v0.23.17...v0.23.18)
##### Features
- Improved error reporting when failing to find entry points, [#2080](https://togithub.com/TypeStrong/TypeDoc/issues/2080), [#2082](https://togithub.com/TypeStrong/TypeDoc/issues/2082).
##### Bug Fixes
- Constructor parameter-properties will now use the `@param` comment for the parameter if available, [#1261](https://togithub.com/TypeStrong/TypeDoc/issues/1261).
- Fixed display of object types containing methods, [#1788](https://togithub.com/TypeStrong/TypeDoc/issues/1788).
- Fixed conversion of intrinsic string mapping types when converting without a type node, [#2079](https://togithub.com/TypeStrong/TypeDoc/issues/2079).
### [`v0.23.17`](https://togithub.com/TypeStrong/TypeDoc/blob/HEAD/CHANGELOG.md#v02317-2022-10-18)
[Compare Source](https://togithub.com/TypeStrong/TypeDoc/compare/v0.23.16...v0.23.17)
##### Features
- Added `titleLink`, `navigationLinks` and `sidebarLinks` options to add additional links to the rendered output, [#1830](https://togithub.com/TypeStrong/TypeDoc/issues/1830).
- Added `sourceLinkTemplate` option to allow more flexible specification of remote urls.
Deprecated now redundant `gitRevision` detection starting with `https?://` introduced in v0.23.16, [#2068](https://togithub.com/TypeStrong/TypeDoc/issues/2068).
##### Thanks!
- [@futurGH](https://togithub.com/futurGH)
### [`v0.23.16`](https://togithub.com/TypeStrong/TypeDoc/blob/HEAD/CHANGELOG.md#v02316-2022-10-10)
[Compare Source](https://togithub.com/TypeStrong/TypeDoc/compare/v0.23.15...v0.23.16)
##### Features
- Object types will now be pretty printed, [#1793](https://togithub.com/TypeStrong/TypeDoc/issues/1793).
- Added support for specifying the tsconfig.json file in packages mode with `{ "typedoc": { "tsconfig": "tsconfig.lib.json" }}` in package.json, [#2061](https://togithub.com/TypeStrong/TypeDoc/issues/2061).
- In packages mode, readme files will now be automatically included if present, [#2065](https://togithub.com/TypeStrong/TypeDoc/issues/2065).
- Added support for specifying the base file url for links to source code, [#2068](https://togithub.com/TypeStrong/TypeDoc/issues/2068).
##### Bug Fixes
- Private parameter properties will no longer be ignored, [#2064](https://togithub.com/TypeStrong/TypeDoc/issues/2064).
##### Thanks!
- [@captainTorch](https://togithub.com/captainTorch)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
0.23.15
->0.23.22
Release Notes
TypeStrong/TypeDoc
### [`v0.23.22`](https://togithub.com/TypeStrong/TypeDoc/blob/HEAD/CHANGELOG.md#v02322-2022-12-11) [Compare Source](https://togithub.com/TypeStrong/TypeDoc/compare/v0.23.21...v0.23.22) ##### Features - Add support for defining the kind sort order, [#2109](https://togithub.com/TypeStrong/TypeDoc/issues/2109). ##### Bug Fixes - Normalize all file paths on Windows, [#2113](https://togithub.com/TypeStrong/TypeDoc/issues/2113). - Fix `@link` tags within lists, [#2103](https://togithub.com/TypeStrong/TypeDoc/issues/2103). ### [`v0.23.21`](https://togithub.com/TypeStrong/TypeDoc/blob/HEAD/CHANGELOG.md#v02321-2022-11-14) [Compare Source](https://togithub.com/TypeStrong/TypeDoc/compare/v0.23.20...v0.23.21) ##### Features - Added support for a catch-all wildcard in `externalSymbolLinkMappings`, [#2102](https://togithub.com/TypeStrong/TypeDoc/issues/2102). - Added support for TypeScript 4.9. ##### Thanks! - [@mistic100](https://togithub.com/mistic100) ### [`v0.23.20`](https://togithub.com/TypeStrong/TypeDoc/blob/HEAD/CHANGELOG.md#v02320-2022-11-03) [Compare Source](https://togithub.com/TypeStrong/TypeDoc/compare/v0.23.19...v0.23.20) ##### Bug Fixes - Fixed comment discovery for `@inheritDoc` if inheriting from a function type alias, [#2087](https://togithub.com/TypeStrong/TypeDoc/issues/2087). ### [`v0.23.19`](https://togithub.com/TypeStrong/TypeDoc/blob/HEAD/CHANGELOG.md#v02319-2022-10-28) [Compare Source](https://togithub.com/TypeStrong/TypeDoc/compare/v0.23.18...v0.23.19) ##### Bug Fixes - Fixed title link if `titleLink` option was not specified, [#2085](https://togithub.com/TypeStrong/TypeDoc/issues/2085). ##### Thanks! - [@krisztianb](https://togithub.com/krisztianb) ### [`v0.23.18`](https://togithub.com/TypeStrong/TypeDoc/blob/HEAD/CHANGELOG.md#v02318-2022-10-23) [Compare Source](https://togithub.com/TypeStrong/TypeDoc/compare/v0.23.17...v0.23.18) ##### Features - Improved error reporting when failing to find entry points, [#2080](https://togithub.com/TypeStrong/TypeDoc/issues/2080), [#2082](https://togithub.com/TypeStrong/TypeDoc/issues/2082). ##### Bug Fixes - Constructor parameter-properties will now use the `@param` comment for the parameter if available, [#1261](https://togithub.com/TypeStrong/TypeDoc/issues/1261). - Fixed display of object types containing methods, [#1788](https://togithub.com/TypeStrong/TypeDoc/issues/1788). - Fixed conversion of intrinsic string mapping types when converting without a type node, [#2079](https://togithub.com/TypeStrong/TypeDoc/issues/2079). ### [`v0.23.17`](https://togithub.com/TypeStrong/TypeDoc/blob/HEAD/CHANGELOG.md#v02317-2022-10-18) [Compare Source](https://togithub.com/TypeStrong/TypeDoc/compare/v0.23.16...v0.23.17) ##### Features - Added `titleLink`, `navigationLinks` and `sidebarLinks` options to add additional links to the rendered output, [#1830](https://togithub.com/TypeStrong/TypeDoc/issues/1830). - Added `sourceLinkTemplate` option to allow more flexible specification of remote urls. Deprecated now redundant `gitRevision` detection starting with `https?://` introduced in v0.23.16, [#2068](https://togithub.com/TypeStrong/TypeDoc/issues/2068). ##### Thanks! - [@futurGH](https://togithub.com/futurGH) ### [`v0.23.16`](https://togithub.com/TypeStrong/TypeDoc/blob/HEAD/CHANGELOG.md#v02316-2022-10-10) [Compare Source](https://togithub.com/TypeStrong/TypeDoc/compare/v0.23.15...v0.23.16) ##### Features - Object types will now be pretty printed, [#1793](https://togithub.com/TypeStrong/TypeDoc/issues/1793). - Added support for specifying the tsconfig.json file in packages mode with `{ "typedoc": { "tsconfig": "tsconfig.lib.json" }}` in package.json, [#2061](https://togithub.com/TypeStrong/TypeDoc/issues/2061). - In packages mode, readme files will now be automatically included if present, [#2065](https://togithub.com/TypeStrong/TypeDoc/issues/2065). - Added support for specifying the base file url for links to source code, [#2068](https://togithub.com/TypeStrong/TypeDoc/issues/2068). ##### Bug Fixes - Private parameter properties will no longer be ignored, [#2064](https://togithub.com/TypeStrong/TypeDoc/issues/2064). ##### Thanks! - [@captainTorch](https://togithub.com/captainTorch)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.