TypeStrong/TypeDoc
### [`v0.23.26`](https://togithub.com/TypeStrong/TypeDoc/blob/HEAD/CHANGELOG.md#v02326-2023-02-26)
[Compare Source](https://togithub.com/TypeStrong/TypeDoc/compare/v0.23.25...v0.23.26)
##### Features
- Added `Application.EVENT_VALIDATE_PROJECT` event for plugins which implement custom validation, [#2183](https://togithub.com/TypeStrong/TypeDoc/issues/2183).
- Plugins may now return an object from external symbol resolvers, [#2066](https://togithub.com/TypeStrong/TypeDoc/issues/2066).
- Expose `Comment.displayPartsToMarkdown` on for themes overwriting the `comment` helper, [#2115](https://togithub.com/TypeStrong/TypeDoc/issues/2115).
##### Bug Fixes
- Fix crash when converting `export default undefined`, [#2175](https://togithub.com/TypeStrong/TypeDoc/issues/2175).
- Fix error in console when clicking on headings in the readme, [#2170](https://togithub.com/TypeStrong/TypeDoc/issues/2170).
- TypeDoc will now ignore parameters of callback parameters when validating that all parameters have documentation, [#2154](https://togithub.com/TypeStrong/TypeDoc/issues/2154).
##### Thanks!
- [@captain-torch](https://togithub.com/captain-torch)
- [@loopingz](https://togithub.com/loopingz)
- [@RebeccaStevens](https://togithub.com/RebeccaStevens)
### [`v0.23.25`](https://togithub.com/TypeStrong/TypeDoc/blob/HEAD/CHANGELOG.md#v02325-2023-02-11)
[Compare Source](https://togithub.com/TypeStrong/TypeDoc/compare/v0.23.24...v0.23.25)
##### Breaking Changes
- Upgraded Shiki, if your highlight theme was set to `material-`, the value will need to be changed to
`material-theme-`, see the [Shiki release notes](https://togithub.com/shikijs/shiki/blob/main/CHANGELOG.md#0130--2023-01-27).
##### Features
- Added new `excludeNotDocumentedKinds` variable to control which reflection types can be removed
by the `excludeNotDocumented` option, [#2162](https://togithub.com/TypeStrong/TypeDoc/issues/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](https://togithub.com/TypeStrong/TypeDoc/issues/2151).
- Corrected behavior of `excludeNotDocumented` on arrow function-variables, [#2156](https://togithub.com/TypeStrong/TypeDoc/issues/2156).
- Added `package.json` to exports declaration.
##### Thanks!
- [@boneskull](https://togithub.com/boneskull)
- [@Mikkal24](https://togithub.com/Mikkal24)
- [@zamiell](https://togithub.com/zamiell)
### [`v0.23.24`](https://togithub.com/TypeStrong/TypeDoc/blob/HEAD/CHANGELOG.md#v02324-2023-01-07)
[Compare Source](https://togithub.com/TypeStrong/TypeDoc/compare/v0.23.23...v0.23.24)
##### Bug Fixes
- Fixed an issue where signature comments were preferred over property comments for indirectly created function-properties, [#2135](https://togithub.com/TypeStrong/TypeDoc/issues/2135).
- Fixed symlink handling when expanding entry points, [#2130](https://togithub.com/TypeStrong/TypeDoc/issues/2130).
##### Thanks!
- [@boneskull](https://togithub.com/boneskull)
### [`v0.23.23`](https://togithub.com/TypeStrong/TypeDoc/blob/HEAD/CHANGELOG.md#v02323-2022-12-18)
[Compare Source](https://togithub.com/TypeStrong/TypeDoc/compare/v0.23.22...v0.23.23)
##### Features
- Added `ts.Signature` to emitted `EVENT_CREATE_SIGNATURE` event, [#2002](https://togithub.com/TypeStrong/TypeDoc/issues/2002).
##### Bug Fixes
- Links to members hidden by filter settings now temporarily override the filter, [#2092](https://togithub.com/TypeStrong/TypeDoc/issues/2092).
- If `src/` and `src/x` are specified as entry points, `src/` will no longer be ignored, [#2121](https://togithub.com/TypeStrong/TypeDoc/issues/2121).
### [`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)
Configuration
📅 Schedule: Branch creation - "after 10pm every weekday,every weekend,before 5am every weekday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
â™» 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.16
->0.23.26
Release Notes
TypeStrong/TypeDoc
### [`v0.23.26`](https://togithub.com/TypeStrong/TypeDoc/blob/HEAD/CHANGELOG.md#v02326-2023-02-26) [Compare Source](https://togithub.com/TypeStrong/TypeDoc/compare/v0.23.25...v0.23.26) ##### Features - Added `Application.EVENT_VALIDATE_PROJECT` event for plugins which implement custom validation, [#2183](https://togithub.com/TypeStrong/TypeDoc/issues/2183). - Plugins may now return an object from external symbol resolvers, [#2066](https://togithub.com/TypeStrong/TypeDoc/issues/2066). - Expose `Comment.displayPartsToMarkdown` on for themes overwriting the `comment` helper, [#2115](https://togithub.com/TypeStrong/TypeDoc/issues/2115). ##### Bug Fixes - Fix crash when converting `export default undefined`, [#2175](https://togithub.com/TypeStrong/TypeDoc/issues/2175). - Fix error in console when clicking on headings in the readme, [#2170](https://togithub.com/TypeStrong/TypeDoc/issues/2170). - TypeDoc will now ignore parameters of callback parameters when validating that all parameters have documentation, [#2154](https://togithub.com/TypeStrong/TypeDoc/issues/2154). ##### Thanks! - [@captain-torch](https://togithub.com/captain-torch) - [@loopingz](https://togithub.com/loopingz) - [@RebeccaStevens](https://togithub.com/RebeccaStevens) ### [`v0.23.25`](https://togithub.com/TypeStrong/TypeDoc/blob/HEAD/CHANGELOG.md#v02325-2023-02-11) [Compare Source](https://togithub.com/TypeStrong/TypeDoc/compare/v0.23.24...v0.23.25) ##### Breaking Changes - Upgraded Shiki, if your highlight theme was set to `material-Configuration
📅 Schedule: Branch creation - "after 10pm every weekday,every weekend,before 5am every weekday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
â™» 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.