TypeStrong/TypeDoc
### [`v0.23.28`](https://togithub.com/TypeStrong/TypeDoc/blob/HEAD/CHANGELOG.md#v02328-2023-03-19)
[Compare Source](https://togithub.com/TypeStrong/TypeDoc/compare/v0.23.27...v0.23.28)
##### Features
- Added support for TypeScript 5.0, [#2201](https://togithub.com/TypeStrong/TypeDoc/issues/2201).
- `const` type parameters.
- JSDoc `@overload` tag.
- JSDoc `@satisfies` tag.
### [`v0.23.27`](https://togithub.com/TypeStrong/TypeDoc/blob/HEAD/CHANGELOG.md#v02327-2023-03-16)
[Compare Source](https://togithub.com/TypeStrong/TypeDoc/compare/v0.23.26...v0.23.27)
##### Features
- Added `--treatValidationWarningsAsErrors` to treat only validation warnings as errors without treating all warnings as errors, [#2199](https://togithub.com/TypeStrong/TypeDoc/issues/2199).
##### Bug Fixes
- Fixed a bug where optional properties were not appropriately marked as optional, [#2200](https://togithub.com/TypeStrong/TypeDoc/issues/2200).
- Fixed shifted navigation pane on devices 1024px wide, [#2191](https://togithub.com/TypeStrong/TypeDoc/issues/2191).
- Add missing `@private` and `@protected` tags to `typedoc/tsdoc.json`, [#2187](https://togithub.com/TypeStrong/TypeDoc/issues/2187).
##### Thanks!
- [@futurGH](https://togithub.com/futurGH)
### [`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)
Configuration
📅 Schedule: Branch creation - "monthly" in timezone Asia/Tokyo, 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.24
->0.23.28
Release Notes
TypeStrong/TypeDoc
### [`v0.23.28`](https://togithub.com/TypeStrong/TypeDoc/blob/HEAD/CHANGELOG.md#v02328-2023-03-19) [Compare Source](https://togithub.com/TypeStrong/TypeDoc/compare/v0.23.27...v0.23.28) ##### Features - Added support for TypeScript 5.0, [#2201](https://togithub.com/TypeStrong/TypeDoc/issues/2201). - `const` type parameters. - JSDoc `@overload` tag. - JSDoc `@satisfies` tag. ### [`v0.23.27`](https://togithub.com/TypeStrong/TypeDoc/blob/HEAD/CHANGELOG.md#v02327-2023-03-16) [Compare Source](https://togithub.com/TypeStrong/TypeDoc/compare/v0.23.26...v0.23.27) ##### Features - Added `--treatValidationWarningsAsErrors` to treat only validation warnings as errors without treating all warnings as errors, [#2199](https://togithub.com/TypeStrong/TypeDoc/issues/2199). ##### Bug Fixes - Fixed a bug where optional properties were not appropriately marked as optional, [#2200](https://togithub.com/TypeStrong/TypeDoc/issues/2200). - Fixed shifted navigation pane on devices 1024px wide, [#2191](https://togithub.com/TypeStrong/TypeDoc/issues/2191). - Add missing `@private` and `@protected` tags to `typedoc/tsdoc.json`, [#2187](https://togithub.com/TypeStrong/TypeDoc/issues/2187). ##### Thanks! - [@futurGH](https://togithub.com/futurGH) ### [`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 - "monthly" in timezone Asia/Tokyo, 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.