typedoc2md/typedoc-plugin-markdown (typedoc-plugin-markdown)
### [`v4.2.10`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/blob/HEAD/packages/typedoc-plugin-markdown/CHANGELOG.md#4210-2024-11-01)
[Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@4.2.9...typedoc-plugin-markdown@4.2.10)
##### Patch Changes
- Enhanced the formatting and structure of accessor output ([#711](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/711))
### [`v4.2.9`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/blob/HEAD/packages/typedoc-plugin-markdown/CHANGELOG.md#429-2024-10-01)
[Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@4.2.8...typedoc-plugin-markdown@4.2.9)
##### Patch Changes
- Expose `@return` block tags on declarations ([#694](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/694))
- Add parentheses on function names in type declaration table views ([#696](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/696))
### [`v4.2.8`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/blob/HEAD/packages/typedoc-plugin-markdown/CHANGELOG.md#428-2024-09-22)
[Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@4.2.7...typedoc-plugin-markdown@4.2.8)
##### Patch Changes
- Fix missing slash when public path is prefixed with http ([#688](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/688))
### [`v4.2.7`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/blob/HEAD/packages/typedoc-plugin-markdown/CHANGELOG.md#427-2024-09-05)
[Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@4.2.6...typedoc-plugin-markdown@4.2.7)
##### Patch Changes
- Correctly handle top level custom groups in navigation ([#685](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/685))
- Fix missing index descriptions for some signatures ([#670](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/670))
- Add '?' for optional type declarations in tables
### [`v4.2.6`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/blob/HEAD/packages/typedoc-plugin-markdown/CHANGELOG.md#426-2024-08-25)
[Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@4.2.5...typedoc-plugin-markdown@4.2.6)
##### Patch Changes
- Expose missing entrypoints to navigation ([#663](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/663))
- Fix missing function descriptions in indexes
### [`v4.2.5`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/blob/HEAD/packages/typedoc-plugin-markdown/CHANGELOG.md#425-2024-08-15)
[Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@4.2.4...typedoc-plugin-markdown@4.2.5)
##### Patch Changes
- Expose comment for arrow functions in type declarations ([#670](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/670))
- Tables generated with the "htmlTable" key will include `` and `` elements to fix MDX compatibility issues ([#671](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/671))
- Expose missing descriptions with accessor keyword ([#664](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/664))
### [`v4.2.4`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/blob/HEAD/packages/typedoc-plugin-markdown/CHANGELOG.md#424-2024-08-13)
[Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@4.2.3...typedoc-plugin-markdown@4.2.4)
##### Patch Changes
- Expose comments to reflections with the accessor keyword ([#664](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/664))
- Omit constructors from category groups ([#661](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/661))
- Update categories structure in navigation to match interface model
### [`v4.2.3`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/blob/HEAD/packages/typedoc-plugin-markdown/CHANGELOG.md#423-2024-07-24)
[Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@4.2.2...typedoc-plugin-markdown@4.2.3)
##### Patch Changes
- Fix missing return comments for const functions ([#656](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/656))
### [`v4.2.2`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/blob/HEAD/packages/typedoc-plugin-markdown/CHANGELOG.md#422-2024-07-22)
[Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@4.2.1...typedoc-plugin-markdown@4.2.2)
##### Patch Changes
- Correctly resolve comment summary for const functions ([#656](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/656))
- Fix anchor links containing generics ([#655](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/655))
### [`v4.2.1`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/blob/HEAD/packages/typedoc-plugin-markdown/CHANGELOG.md#421-2024-07-11)
[Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@4.2.0...typedoc-plugin-markdown@4.2.1)
##### Patch Changes
- Fix missing index descriptions for signatures ([#618](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/618))
### [`v4.2.0`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/blob/HEAD/packages/typedoc-plugin-markdown/CHANGELOG.md#420-2024-07-10)
[Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@4.1.2...typedoc-plugin-markdown@4.2.0)
##### Minor Changes
- Exposed "modulesFileName" option ([#647](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/647))
- Write `.nojekyll` file if TypeDocs "githubPages" option is true ([#650](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/650))
- Exposed "blockTagsPreserveOrder" option to configure ordering of comment block tags ([#627](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/627)).
- Exposed "useHTMLEncodedBrackets" option for alternative angle bracket escaping([#564](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/564)).
### [`v4.1.2`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/blob/HEAD/packages/typedoc-plugin-markdown/CHANGELOG.md#412-2024-07-05)
[Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@4.1.1...typedoc-plugin-markdown@4.1.2)
##### Patch Changes
- Support TypeDoc 0.26 relative links implementation ([#645](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/645)).
### [`v4.1.1`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/blob/HEAD/packages/typedoc-plugin-markdown/CHANGELOG.md#411-2024-06-30)
[Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@4.1.0...typedoc-plugin-markdown@4.1.1)
##### Patch Changes
- Normalize window paths when "publicPath" is set ([#639](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/639))
### [`v4.1.0`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/blob/HEAD/packages/typedoc-plugin-markdown/CHANGELOG.md#410-2024-06-22)
[Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@4.0.3...typedoc-plugin-markdown@4.1.0)
##### New Features
- Theme support for TypeDoc’s 0.26 localization model.
- Theme support for TypeDoc’s 0.26 documents implementation.
- Exposed a new key "htmlTable" to formatting options enabling block elements to render as intended inside table cells. Affects all existing formatting options. Fixes ([#618](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/618)).
- Added new formatting options --classPropertiesFormat, --interfacePropertiesFormat and --propertyMembersFormat to further control formatting of different declaration structures.
- Supports the ability to control what table columns are rendered with the --tableColumnSettings option.
##### Patch Changes
- Handle duplicate files when tagged in same group ([#625](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/625))
- Fix issues with tables and block tags ([#618](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/618))
### [`v4.0.3`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/blob/HEAD/packages/typedoc-plugin-markdown/CHANGELOG.md#403-2024-05-27)
[Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@4.0.2...typedoc-plugin-markdown@4.0.3)
##### Patch Changes
- Remove superfluous quotes from prop names ([#619](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/619))
- Fix display of index descriptions in tables ([#618](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/618))
### [`v4.0.2`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/blob/HEAD/packages/typedoc-plugin-markdown/CHANGELOG.md#402-2024-05-15)
[Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@4.0.1...typedoc-plugin-markdown@4.0.2)
##### Patch Changes
- Fix symbol url anchors when "flattenOutputFiles" is "true" ([#616](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/616))
- Normalize line breaks and tags within table columns ([#615](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/615))
- Remove superfluous spaces and symbol on external links ([#614](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/614))
- Escape all angle brackets with "santizeComments" ([#612](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/612))
- Correctly handle quoted symbol names ([#611](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/611))
- Correctly handle excludeScopesInPaths in windows ([#610](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/610))
### [`v4.0.1`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/blob/HEAD/packages/typedoc-plugin-markdown/CHANGELOG.md#401-2024-05-07)
[Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@4.0.0...typedoc-plugin-markdown@4.0.1)
##### Patch Changes
- Remove superfluous newlines from table column descriptions ([#591](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/591)).
- Handle multiple `@example` tags on same reflection.
- Fix missing extended by definitions.
- Escape Symbols with signatures correctly.
### [`v4.0.0`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/blob/HEAD/packages/typedoc-plugin-markdown/CHANGELOG.md#400-2024-05-03)
[Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.17.1...typedoc-plugin-markdown@4.0.0)
> v4 is a major release that includes a number of bug fixes, new features and UI improvements.
##### Architectural Changes
- Handlebars as a dependency has been removed.
- Updated customization model with the ability to set hooks, events and custom theming.
- Exposed navigation structure.
##### New Features
- Updated output file structure.
- Improved and cleaner UI.
- A set of updated and additional new options with comprehensive documentation.
- Exported option types and JSON schema.
##### Structural Changes
- Each module member is now output to its own file by default. See option `--outputFileStrategy`. To achieve the same output as v3 (whereby only Classes, Enums and Interfaces have their own file), set the option `membersWithOwnFile` option.
- Parameters are output as a list by default. To achieve the same output as v3 (where parameters are output as a table), use option `--parametersFormat=table`.
##### Breaking Changes
- Because the file structure has changed you may need to update any cross references to files in your documentation.
- Setting `theme` to `"markdown"` is no longer required and should be removed.
- The option `indexTitle` has been removed. Please use the `"title.indexPage"` key with option `--textContentMappings`.
- The option `allReflectionsHaveOwnDocument` has been removed (this behaviour is now the default). Please see option `outputFileStrategy`]\(/docs/options#outputfilestrategy).
- The option `entryDocument` has been renamed to `entryFileName` to better reflect its purpose.
- The option `namedAnchors` has been renamed to `useHTMLAnchors` to better reflect its purpose.
- The option `hideInPageTOC` has been removed. In-page TOC are no longer included by default. You can include in-page TOCs by using `typedoc-plugin-remark` and the `remark-toc` plugin.
- The option `objectLiteralTypeDeclarationStyle` has been removed. Please use option `--typeDeclarationFormat=list`.
##### Bug Fixes
- Duplication in callback/callable/function properties. ([#581](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/581)).
- [@experimental](https://redirect.github.com/experimental) / [@internal](https://redirect.github.com/internal) annotations. ([#556](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/556))
- Fix events output and strike-through deprecated items. ([#534](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/534))
- Class static functions are no longer marked. ([#533](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/533))
- [@example](https://redirect.github.com/example) block not rendered with Headline ([#501](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/501))
- Support for categories ([#499](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/499))
- Correctly resolve package readme urls from member pages. ([#483](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/483))
- Add the ability to add a separate frontmatter for readme file. ([#469](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/469))
- Items in tables are not linkable. ([#463](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/463))
- Custom i18n texts. ([#458](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/458))
- How to improve the formatting for types?. ([#456](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/456))
- How to change title format. ([#450](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/450))
- Export Docusaurus plugin options type. ([#440](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/440))
- How to export interface as a table. ([#403](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/403))
- Broken Link caused by Typescript class being defined in an index file. ([#402](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/403))
- Markdown plugin inserts unnecessary escape characters. ([#398](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/398))
- Potential bug with optional function argument. ([#396](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/396))
- Respect monorepo `readmeFile` configuration ([#383](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/383))
- Embed all objects under a Module/Namespace onto single page. ([#338](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/338))
- Extra spaces when merging lines in a table. ([#331](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/331))
- Does not support namespace (or module) and interface with same name. ([#300](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/300))
- Integration with VitePress? ([#287](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/287))
- Typedoc comments with text wrapped in `<` and `>` breaks Docusaurus Markdown parser. ([#276](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/276))
- Navigation support? ([#262](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/262))
- Sidebar Category Support? ([#213](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/213))
- Properties as Table like function properties. ([#109](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/109))
- Provide a link/excerpt/screenshot to a demo/example rendered output ([#102](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/102))
### [`v3.17.1`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.17.1)
[Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.17.0...typedoc-plugin-markdown@3.17.1)
- Prevent escaping of angle brackets in toc [(#495)](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/issues/495)
### [`v3.17.0`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.17.0)
[Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.16.0...typedoc-plugin-markdown@3.17.0)
#### Features
- Support MDXv2
### [`v3.16.0`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.16.0)
[Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.15.4...typedoc-plugin-markdown@3.16.0)
- TypeDoc 0.25.0 compatibility fixes
### [`v3.15.4`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.15.4)
[Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/7ece46d49ac7932c9b7c49be6a9cead824015ec4...typedoc-plugin-markdown@3.15.4)
#### Fixes
- Split out comment summary and tags for signatures ([#451](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/451)) .
### [`v3.15.3`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/baa5e2aca3867c5473b43f016f7065739a2e7499...7ece46d49ac7932c9b7c49be6a9cead824015ec4)
[Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/baa5e2aca3867c5473b43f016f7065739a2e7499...7ece46d49ac7932c9b7c49be6a9cead824015ec4)
### [`v3.15.2`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/64995ec57b6ae57456353f94b6d9796aadb74233...baa5e2aca3867c5473b43f016f7065739a2e7499)
[Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/64995ec57b6ae57456353f94b6d9796aadb74233...baa5e2aca3867c5473b43f016f7065739a2e7499)
### [`v3.15.1`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.15.0...64995ec57b6ae57456353f94b6d9796aadb74233)
[Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.15.0...64995ec57b6ae57456353f94b6d9796aadb74233)
### [`v3.15.0`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.15.0)
[Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.14.0...typedoc-plugin-markdown@3.15.0)
##### Features
- TypdeDoc 0.24 compatibility fixes.
### [`v3.14.0`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.14.0)
[Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.13.6...typedoc-plugin-markdown@3.14.0)
##### Features
- Add objectLiteralTypeDeclarationStyle option ([#362](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/issues/362))
- Beautify parameter table output of destructured params ([#364](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/pull/364))
##### Fixes
- Fix missing descriptions for function params ([#357](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/issues/357))
- Add conditional check to signature comments ([#368](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/issues/368))
### [`v3.13.6`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.13.6)
[Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.13.5...typedoc-plugin-markdown@3.13.6)
##### Fixes
- Replace deprecated 'attemptExternalResolution' [(#344)](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/issues/344)
### [`v3.13.5`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.13.5)
[Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.13.4...typedoc-plugin-markdown@3.13.5)
##### Fixes
- Export media and includes options [(#340)](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/issues/340)
### [`v3.13.4`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.13.4)
[Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/0615f05f02b5f6100c2a1959f6cae346086d70f7...typedoc-plugin-markdown@3.13.4)
##### Fixes
Support [@typeParam](https://redirect.github.com/typeParam) comments ([#326](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/326) )
### [`v3.13.3`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.13.2...0615f05f02b5f6100c2a1959f6cae346086d70f7)
[Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.13.2...0615f05f02b5f6100c2a1959f6cae346086d70f7)
### [`v3.13.2`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.13.2)
[Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.13.1...typedoc-plugin-markdown@3.13.2)
##### Fixes
- Correctly display accessors in type declaration [(#320)](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/commit/c7fd71aa13159ee729526bdd9b7688169752da64)
- Add new line after tags [(#324)](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/commit/396121e63db25b028b91fb935c7b1fbe8b25d9c4)
- Expose values to enums [(#323)](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/commit/15bda2ff76457b5bdcea617d012067dfb5d0f186)
### [`v3.13.1`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.13.0...typedoc-plugin-markdown@3.13.1)
[Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.13.0...typedoc-plugin-markdown@3.13.1)
### [`v3.13.0`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.13.0)
[Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.12.1...typedoc-plugin-markdown@3.13.0)
##### Features
- TypeDoc 0.23 compatibility fixes ([f39318e](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/commit/f39318e1a58943170282b45a6d6cd0545a80cd4a))
### [`v3.12.1`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.12.1)
[Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.12.0...typedoc-plugin-markdown@3.12.1)
##### Bug Fixes
- Handle non-unique anchor ids (update) ([#303](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/issues/303)) ([2deb7b7](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/commit/2deb7b734e6ec837aa403f4a70e01e56ccc47cc9))
### [`v3.12.0`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.12.0)
[Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.11.14...typedoc-plugin-markdown@3.12.0)
##### Bug Fixes
- Handle non-unique anchor ids ([#303](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/issues/303)) ([787748f](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/commit/787748f274d2def8fa4a1e08795a398c5a771f4f))
##### Features
- Expose `preserveAnchorCasing` option ([#301](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/issues/301)) ([f51ff45](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/commit/f51ff45d20758a19c851c37561dd2c07e80f0c23))
### [`v3.11.14`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.11.14)
[Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.11.13...typedoc-plugin-markdown@3.11.14)
##### Bug Fixes
- wrap index signature output within back ticks ([#292](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/issues/292)) ([2226322](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/commit/22263229bf2fc9bab4fe61f03cd915f63f8e1aa4))
### [`v3.11.13`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.11.13)
[Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.11.12...typedoc-plugin-markdown@3.11.13)
##### Bug Fixes
- escape pipes in comments and expand object type in props table ([#286](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/issues/286)) ([b87c250](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/commit/b87c2505a57035d190b8694268e658f1cd1bb426))
### [`v3.11.12`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.11.12)
[Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.11.11...typedoc-plugin-markdown@3.11.12)
##### Bug Fixes
- Fixed external resolution reference ([#283](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/issues/283)) ([ba935c9](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/commit/ba935c9eff51f5ac61a96299c437263daf07d87a))
### [`v3.11.11`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.11.11)
[Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.11.10...typedoc-plugin-markdown@3.11.11)
##### Bug Fixes
- Add comments for function type properties ([#281](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/issues/281)) ([d3441f2](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/commit/d3441f2ab12e7a025cad0fc1d08a42f8d8bc0b91))
### [`v3.11.10`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.11.10)
[Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.11.9...typedoc-plugin-markdown@3.11.10)
##### Bug Fixes
- Add comments for function type properties ([#281](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/issues/281)) ([c38a095](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/commit/c38a095ea5b8d76d1c1657a244cc0d1c33361065))
- Correctly define theme using TypeDoc `defineTheme` method ([5f2ef42](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/commit/5f2ef422aa1bcce0698e4b923682dbb106730f45))
### [`v3.11.9`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.11.9)
[Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.11.8...typedoc-plugin-markdown@3.11.9)
##### Bug Fixes
- expose missing namedAnchors option (regression) ([#277](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/issues/277)) ([5353334](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/commit/53533342d0b34230ae344dbe4bf8563e4899da5b))
- watch mode compatibility ([#279](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/issues/279)) ([da65f74](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/commit/da65f741c38ca6a5c2fefc58c4d4fd0cbc9a6d25))
### [`v3.11.8`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.11.8)
[Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.11.7...typedoc-plugin-markdown@3.11.8)
##### Bug Fixes
- fixed linked resolution ([#274](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/274))
### [`v3.11.7`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.11.7)
[Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.11.6...typedoc-plugin-markdown@3.11.7)
##### Bug Fixes
- expand generic object ([#268](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/issues/268)) ([5029a85](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/commit/5029a8519ad840675eb3772d6c6c154228e5f4b0))
### [`v3.11.6`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.11.6)
[Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.11.5...typedoc-plugin-markdown@3.11.6)
##### Bug Fixes
- catch all external references ([003cb96](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/commit/003cb96952bbf1c7b1a651fe96903f57aca3c020))
- fix type params with default values in params table ([7d73eff](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/commit/7d73eff18cb919a9c1069977ebece3844528dfed))
### [`v3.11.5`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.11.5)
[Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.11.4...typedoc-plugin-markdown@3.11.5)
##### Bug Fixes
- Expose 'includes' and 'media' options (regression) ([#264](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/issues/264)) ([435e0d2](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/commit/435e0d2a3cbedbf3d935059f3f07ab3cd23d4470))
### [`v3.11.4`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.11.4)
[Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.11.3...typedoc-plugin-markdown@3.11.4)
##### Bug Fixes
- Added support for third party symbols ([#263](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/issues/263)) ([e5a40d5](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/commit/e5a40d58050cad370c82fc5ef897f8d7268e1d13))
### [`v3.11.3`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.11.3)
[Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.11.2...typedoc-plugin-markdown@3.11.3)
##### Bug Fixes
- correctly render references ([#254](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/issues/254)) ([32ce13a](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/commit/32ce13a8f4336279ab60b1992b59ef848624560c))
### [`v3.11.2`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.11.2)
[Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.11.1...typedoc-plugin-markdown@3.11.2)
##### Bug Fixes
- remove leading underscore from file names ([#248](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/issues/248)) ([bb5e4e3](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/commit/bb5e4e32437c367e03db6b6d4b83487b15698c6b))
### [`v3.11.1`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.11.1)
[Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.11.0...typedoc-plugin-markdown@3.11.1)
##### Bug Fixes
- fix `allReflectionsHaveOwnDocument` option ([64376e9](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/commit/64376e9bd3beb2e941d0640408ace04786db4c7e))
- properly escape chars inside anchors ([d4e5b1d](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/commit/d4e5b1db4dcbc21601cc3a7b6122810f9cbb9152))
### [`v3.11.0`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.11.0)
[Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.10.4...typedoc-plugin-markdown@3.11.0)
##### Features
- TypeDoc 0.22 compatibility fixes ([#249](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/issues/249)) ([963250c](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/commit/963250cbe0b12bc3f413b5138d6d4e33ad2a6353))
### [`v3.10.4`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.10.4)
[Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.10.3...typedoc-plugin-markdown@3.10.4)
##### Bug Fixes
- Fix anonymous function types in params table ([0047faf](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/commit/0047faf1d3e2ec91752cef0603f2838ce1e70be9))
### [`v3.10.3`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.10.3)
[Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.10.2...typedoc-plugin-markdown@3.10.3)
##### Bug Fixes
- Handle TypeDoc 0.21.3 options breaking change ([2d0e7b5](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/commit/2d0e7b507c79d26c762a763bab779796520cd7b4))
### [`v3.10.2`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.10.2)
[Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.10.1...typedoc-plugin-markdown@3.10.2)
##### Bug Fixes
- Fix string escape inside backticks ([3b8ab18](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/commit/3b8ab18adda9023f79aaa6d1e377d710d8a09f38))
### [`v3.10.1`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.10.1)
[Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.10.0...typedoc-plugin-markdown@3.10.1)
##### Bug Fixes
- Improve type params table readability ([52038e2](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/commit/52038e228d0dac557b9c972ab6999389d1d6132a))
- Use backticks for generics and refernce types to improve consistency ([#239](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/issues/239)) ([1b3395f](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/commit/1b3395f27c7d03d8d1509b9d97dcd06830ff17f5))
### [`v3.10.0`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.10.0)
[Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.9.0...typedoc-plugin-markdown@3.10.0)
##### Features
- TypeDoc 0.21 compatibility ([fa5e913](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/commit/fa5e913ef238c92817761218aa77022bff8d999a))
Configuration
📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" in timezone Europe/Moscow, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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 contains the following updates:
3.9.0
->4.2.10
Release Notes
typedoc2md/typedoc-plugin-markdown (typedoc-plugin-markdown)
### [`v4.2.10`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/blob/HEAD/packages/typedoc-plugin-markdown/CHANGELOG.md#4210-2024-11-01) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@4.2.9...typedoc-plugin-markdown@4.2.10) ##### Patch Changes - Enhanced the formatting and structure of accessor output ([#711](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/711)) ### [`v4.2.9`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/blob/HEAD/packages/typedoc-plugin-markdown/CHANGELOG.md#429-2024-10-01) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@4.2.8...typedoc-plugin-markdown@4.2.9) ##### Patch Changes - Expose `@return` block tags on declarations ([#694](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/694)) - Add parentheses on function names in type declaration table views ([#696](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/696)) ### [`v4.2.8`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/blob/HEAD/packages/typedoc-plugin-markdown/CHANGELOG.md#428-2024-09-22) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@4.2.7...typedoc-plugin-markdown@4.2.8) ##### Patch Changes - Fix missing slash when public path is prefixed with http ([#688](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/688)) ### [`v4.2.7`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/blob/HEAD/packages/typedoc-plugin-markdown/CHANGELOG.md#427-2024-09-05) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@4.2.6...typedoc-plugin-markdown@4.2.7) ##### Patch Changes - Correctly handle top level custom groups in navigation ([#685](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/685)) - Fix missing index descriptions for some signatures ([#670](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/670)) - Add '?' for optional type declarations in tables ### [`v4.2.6`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/blob/HEAD/packages/typedoc-plugin-markdown/CHANGELOG.md#426-2024-08-25) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@4.2.5...typedoc-plugin-markdown@4.2.6) ##### Patch Changes - Expose missing entrypoints to navigation ([#663](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/663)) - Fix missing function descriptions in indexes ### [`v4.2.5`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/blob/HEAD/packages/typedoc-plugin-markdown/CHANGELOG.md#425-2024-08-15) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@4.2.4...typedoc-plugin-markdown@4.2.5) ##### Patch Changes - Expose comment for arrow functions in type declarations ([#670](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/670)) - Tables generated with the "htmlTable" key will include `` and `` elements to fix MDX compatibility issues ([#671](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/671)) - Expose missing descriptions with accessor keyword ([#664](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/664)) ### [`v4.2.4`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/blob/HEAD/packages/typedoc-plugin-markdown/CHANGELOG.md#424-2024-08-13) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@4.2.3...typedoc-plugin-markdown@4.2.4) ##### Patch Changes - Expose comments to reflections with the accessor keyword ([#664](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/664)) - Omit constructors from category groups ([#661](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/661)) - Update categories structure in navigation to match interface model ### [`v4.2.3`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/blob/HEAD/packages/typedoc-plugin-markdown/CHANGELOG.md#423-2024-07-24) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@4.2.2...typedoc-plugin-markdown@4.2.3) ##### Patch Changes - Fix missing return comments for const functions ([#656](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/656)) ### [`v4.2.2`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/blob/HEAD/packages/typedoc-plugin-markdown/CHANGELOG.md#422-2024-07-22) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@4.2.1...typedoc-plugin-markdown@4.2.2) ##### Patch Changes - Correctly resolve comment summary for const functions ([#656](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/656)) - Fix anchor links containing generics ([#655](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/655)) ### [`v4.2.1`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/blob/HEAD/packages/typedoc-plugin-markdown/CHANGELOG.md#421-2024-07-11) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@4.2.0...typedoc-plugin-markdown@4.2.1) ##### Patch Changes - Fix missing index descriptions for signatures ([#618](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/618)) ### [`v4.2.0`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/blob/HEAD/packages/typedoc-plugin-markdown/CHANGELOG.md#420-2024-07-10) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@4.1.2...typedoc-plugin-markdown@4.2.0) ##### Minor Changes - Exposed "modulesFileName" option ([#647](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/647)) - Write `.nojekyll` file if TypeDocs "githubPages" option is true ([#650](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/650)) - Exposed "blockTagsPreserveOrder" option to configure ordering of comment block tags ([#627](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/627)). - Exposed "useHTMLEncodedBrackets" option for alternative angle bracket escaping([#564](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/564)). ### [`v4.1.2`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/blob/HEAD/packages/typedoc-plugin-markdown/CHANGELOG.md#412-2024-07-05) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@4.1.1...typedoc-plugin-markdown@4.1.2) ##### Patch Changes - Support TypeDoc 0.26 relative links implementation ([#645](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/645)). ### [`v4.1.1`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/blob/HEAD/packages/typedoc-plugin-markdown/CHANGELOG.md#411-2024-06-30) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@4.1.0...typedoc-plugin-markdown@4.1.1) ##### Patch Changes - Normalize window paths when "publicPath" is set ([#639](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/639)) ### [`v4.1.0`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/blob/HEAD/packages/typedoc-plugin-markdown/CHANGELOG.md#410-2024-06-22) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@4.0.3...typedoc-plugin-markdown@4.1.0) ##### New Features - Theme support for TypeDoc’s 0.26 localization model. - Theme support for TypeDoc’s 0.26 documents implementation. - Exposed a new key "htmlTable" to formatting options enabling block elements to render as intended inside table cells. Affects all existing formatting options. Fixes ([#618](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/618)). - Added new formatting options --classPropertiesFormat, --interfacePropertiesFormat and --propertyMembersFormat to further control formatting of different declaration structures. - Supports the ability to control what table columns are rendered with the --tableColumnSettings option. ##### Patch Changes - Handle duplicate files when tagged in same group ([#625](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/625)) - Fix issues with tables and block tags ([#618](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/618)) ### [`v4.0.3`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/blob/HEAD/packages/typedoc-plugin-markdown/CHANGELOG.md#403-2024-05-27) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@4.0.2...typedoc-plugin-markdown@4.0.3) ##### Patch Changes - Remove superfluous quotes from prop names ([#619](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/619)) - Fix display of index descriptions in tables ([#618](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/618)) ### [`v4.0.2`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/blob/HEAD/packages/typedoc-plugin-markdown/CHANGELOG.md#402-2024-05-15) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@4.0.1...typedoc-plugin-markdown@4.0.2) ##### Patch Changes - Fix symbol url anchors when "flattenOutputFiles" is "true" ([#616](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/616)) - Normalize line breaks and tags within table columns ([#615](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/615)) - Remove superfluous spaces and symbol on external links ([#614](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/614)) - Escape all angle brackets with "santizeComments" ([#612](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/612)) - Correctly handle quoted symbol names ([#611](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/611)) - Correctly handle excludeScopesInPaths in windows ([#610](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/610)) ### [`v4.0.1`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/blob/HEAD/packages/typedoc-plugin-markdown/CHANGELOG.md#401-2024-05-07) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@4.0.0...typedoc-plugin-markdown@4.0.1) ##### Patch Changes - Remove superfluous newlines from table column descriptions ([#591](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/591)). - Handle multiple `@example` tags on same reflection. - Fix missing extended by definitions. - Escape Symbols with signatures correctly. ### [`v4.0.0`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/blob/HEAD/packages/typedoc-plugin-markdown/CHANGELOG.md#400-2024-05-03) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.17.1...typedoc-plugin-markdown@4.0.0) > v4 is a major release that includes a number of bug fixes, new features and UI improvements. ##### Architectural Changes - Handlebars as a dependency has been removed. - Updated customization model with the ability to set hooks, events and custom theming. - Exposed navigation structure. ##### New Features - Updated output file structure. - Improved and cleaner UI. - A set of updated and additional new options with comprehensive documentation. - Exported option types and JSON schema. ##### Structural Changes - Each module member is now output to its own file by default. See option `--outputFileStrategy`. To achieve the same output as v3 (whereby only Classes, Enums and Interfaces have their own file), set the option `membersWithOwnFile` option. - Parameters are output as a list by default. To achieve the same output as v3 (where parameters are output as a table), use option `--parametersFormat=table`. ##### Breaking Changes - Because the file structure has changed you may need to update any cross references to files in your documentation. - Setting `theme` to `"markdown"` is no longer required and should be removed. - The option `indexTitle` has been removed. Please use the `"title.indexPage"` key with option `--textContentMappings`. - The option `allReflectionsHaveOwnDocument` has been removed (this behaviour is now the default). Please see option `outputFileStrategy`]\(/docs/options#outputfilestrategy). - The option `entryDocument` has been renamed to `entryFileName` to better reflect its purpose. - The option `namedAnchors` has been renamed to `useHTMLAnchors` to better reflect its purpose. - The option `hideInPageTOC` has been removed. In-page TOC are no longer included by default. You can include in-page TOCs by using `typedoc-plugin-remark` and the `remark-toc` plugin. - The option `objectLiteralTypeDeclarationStyle` has been removed. Please use option `--typeDeclarationFormat=list`. ##### Bug Fixes - Duplication in callback/callable/function properties. ([#581](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/581)). - [@experimental](https://redirect.github.com/experimental) / [@internal](https://redirect.github.com/internal) annotations. ([#556](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/556)) - Fix events output and strike-through deprecated items. ([#534](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/534)) - Class static functions are no longer marked. ([#533](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/533)) - [@example](https://redirect.github.com/example) block not rendered with Headline ([#501](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/501)) - Support for categories ([#499](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/499)) - Correctly resolve package readme urls from member pages. ([#483](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/483)) - Add the ability to add a separate frontmatter for readme file. ([#469](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/469)) - Items in tables are not linkable. ([#463](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/463)) - Custom i18n texts. ([#458](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/458)) - How to improve the formatting for types?. ([#456](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/456)) - How to change title format. ([#450](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/450)) - Export Docusaurus plugin options type. ([#440](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/440)) - How to export interface as a table. ([#403](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/403)) - Broken Link caused by Typescript class being defined in an index file. ([#402](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/403)) - Markdown plugin inserts unnecessary escape characters. ([#398](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/398)) - Potential bug with optional function argument. ([#396](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/396)) - Respect monorepo `readmeFile` configuration ([#383](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/383)) - Embed all objects under a Module/Namespace onto single page. ([#338](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/338)) - Extra spaces when merging lines in a table. ([#331](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/331)) - Does not support namespace (or module) and interface with same name. ([#300](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/300)) - Integration with VitePress? ([#287](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/287)) - Typedoc comments with text wrapped in `<` and `>` breaks Docusaurus Markdown parser. ([#276](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/276)) - Navigation support? ([#262](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/262)) - Sidebar Category Support? ([#213](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/213)) - Properties as Table like function properties. ([#109](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/109)) - Provide a link/excerpt/screenshot to a demo/example rendered output ([#102](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/102)) ### [`v3.17.1`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.17.1) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.17.0...typedoc-plugin-markdown@3.17.1) - Prevent escaping of angle brackets in toc [(#495)](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/issues/495) ### [`v3.17.0`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.17.0) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.16.0...typedoc-plugin-markdown@3.17.0) #### Features - Support MDXv2 ### [`v3.16.0`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.16.0) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.15.4...typedoc-plugin-markdown@3.16.0) - TypeDoc 0.25.0 compatibility fixes ### [`v3.15.4`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.15.4) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/7ece46d49ac7932c9b7c49be6a9cead824015ec4...typedoc-plugin-markdown@3.15.4) #### Fixes - Split out comment summary and tags for signatures ([#451](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/451)) . ### [`v3.15.3`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/baa5e2aca3867c5473b43f016f7065739a2e7499...7ece46d49ac7932c9b7c49be6a9cead824015ec4) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/baa5e2aca3867c5473b43f016f7065739a2e7499...7ece46d49ac7932c9b7c49be6a9cead824015ec4) ### [`v3.15.2`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/64995ec57b6ae57456353f94b6d9796aadb74233...baa5e2aca3867c5473b43f016f7065739a2e7499) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/64995ec57b6ae57456353f94b6d9796aadb74233...baa5e2aca3867c5473b43f016f7065739a2e7499) ### [`v3.15.1`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.15.0...64995ec57b6ae57456353f94b6d9796aadb74233) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.15.0...64995ec57b6ae57456353f94b6d9796aadb74233) ### [`v3.15.0`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.15.0) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.14.0...typedoc-plugin-markdown@3.15.0) ##### Features - TypdeDoc 0.24 compatibility fixes. ### [`v3.14.0`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.14.0) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.13.6...typedoc-plugin-markdown@3.14.0) ##### Features - Add objectLiteralTypeDeclarationStyle option ([#362](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/issues/362)) - Beautify parameter table output of destructured params ([#364](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/pull/364)) ##### Fixes - Fix missing descriptions for function params ([#357](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/issues/357)) - Add conditional check to signature comments ([#368](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/issues/368)) ### [`v3.13.6`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.13.6) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.13.5...typedoc-plugin-markdown@3.13.6) ##### Fixes - Replace deprecated 'attemptExternalResolution' [(#344)](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/issues/344) ### [`v3.13.5`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.13.5) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.13.4...typedoc-plugin-markdown@3.13.5) ##### Fixes - Export media and includes options [(#340)](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/issues/340) ### [`v3.13.4`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.13.4) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/0615f05f02b5f6100c2a1959f6cae346086d70f7...typedoc-plugin-markdown@3.13.4) ##### Fixes Support [@typeParam](https://redirect.github.com/typeParam) comments ([#326](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/326) ) ### [`v3.13.3`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.13.2...0615f05f02b5f6100c2a1959f6cae346086d70f7) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.13.2...0615f05f02b5f6100c2a1959f6cae346086d70f7) ### [`v3.13.2`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.13.2) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.13.1...typedoc-plugin-markdown@3.13.2) ##### Fixes - Correctly display accessors in type declaration [(#320)](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/commit/c7fd71aa13159ee729526bdd9b7688169752da64) - Add new line after tags [(#324)](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/commit/396121e63db25b028b91fb935c7b1fbe8b25d9c4) - Expose values to enums [(#323)](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/commit/15bda2ff76457b5bdcea617d012067dfb5d0f186) ### [`v3.13.1`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.13.0...typedoc-plugin-markdown@3.13.1) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.13.0...typedoc-plugin-markdown@3.13.1) ### [`v3.13.0`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.13.0) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.12.1...typedoc-plugin-markdown@3.13.0) ##### Features - TypeDoc 0.23 compatibility fixes ([f39318e](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/commit/f39318e1a58943170282b45a6d6cd0545a80cd4a)) ### [`v3.12.1`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.12.1) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.12.0...typedoc-plugin-markdown@3.12.1) ##### Bug Fixes - Handle non-unique anchor ids (update) ([#303](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/issues/303)) ([2deb7b7](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/commit/2deb7b734e6ec837aa403f4a70e01e56ccc47cc9)) ### [`v3.12.0`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.12.0) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.11.14...typedoc-plugin-markdown@3.12.0) ##### Bug Fixes - Handle non-unique anchor ids ([#303](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/issues/303)) ([787748f](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/commit/787748f274d2def8fa4a1e08795a398c5a771f4f)) ##### Features - Expose `preserveAnchorCasing` option ([#301](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/issues/301)) ([f51ff45](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/commit/f51ff45d20758a19c851c37561dd2c07e80f0c23)) ### [`v3.11.14`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.11.14) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.11.13...typedoc-plugin-markdown@3.11.14) ##### Bug Fixes - wrap index signature output within back ticks ([#292](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/issues/292)) ([2226322](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/commit/22263229bf2fc9bab4fe61f03cd915f63f8e1aa4)) ### [`v3.11.13`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.11.13) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.11.12...typedoc-plugin-markdown@3.11.13) ##### Bug Fixes - escape pipes in comments and expand object type in props table ([#286](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/issues/286)) ([b87c250](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/commit/b87c2505a57035d190b8694268e658f1cd1bb426)) ### [`v3.11.12`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.11.12) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.11.11...typedoc-plugin-markdown@3.11.12) ##### Bug Fixes - Fixed external resolution reference ([#283](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/issues/283)) ([ba935c9](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/commit/ba935c9eff51f5ac61a96299c437263daf07d87a)) ### [`v3.11.11`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.11.11) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.11.10...typedoc-plugin-markdown@3.11.11) ##### Bug Fixes - Add comments for function type properties ([#281](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/issues/281)) ([d3441f2](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/commit/d3441f2ab12e7a025cad0fc1d08a42f8d8bc0b91)) ### [`v3.11.10`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.11.10) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.11.9...typedoc-plugin-markdown@3.11.10) ##### Bug Fixes - Add comments for function type properties ([#281](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/issues/281)) ([c38a095](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/commit/c38a095ea5b8d76d1c1657a244cc0d1c33361065)) - Correctly define theme using TypeDoc `defineTheme` method ([5f2ef42](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/commit/5f2ef422aa1bcce0698e4b923682dbb106730f45)) ### [`v3.11.9`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.11.9) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.11.8...typedoc-plugin-markdown@3.11.9) ##### Bug Fixes - expose missing namedAnchors option (regression) ([#277](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/issues/277)) ([5353334](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/commit/53533342d0b34230ae344dbe4bf8563e4899da5b)) - watch mode compatibility ([#279](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/issues/279)) ([da65f74](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/commit/da65f741c38ca6a5c2fefc58c4d4fd0cbc9a6d25)) ### [`v3.11.8`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.11.8) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.11.7...typedoc-plugin-markdown@3.11.8) ##### Bug Fixes - fixed linked resolution ([#274](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/274)) ### [`v3.11.7`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.11.7) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.11.6...typedoc-plugin-markdown@3.11.7) ##### Bug Fixes - expand generic object ([#268](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/issues/268)) ([5029a85](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/commit/5029a8519ad840675eb3772d6c6c154228e5f4b0)) ### [`v3.11.6`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.11.6) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.11.5...typedoc-plugin-markdown@3.11.6) ##### Bug Fixes - catch all external references ([003cb96](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/commit/003cb96952bbf1c7b1a651fe96903f57aca3c020)) - fix type params with default values in params table ([7d73eff](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/commit/7d73eff18cb919a9c1069977ebece3844528dfed)) ### [`v3.11.5`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.11.5) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.11.4...typedoc-plugin-markdown@3.11.5) ##### Bug Fixes - Expose 'includes' and 'media' options (regression) ([#264](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/issues/264)) ([435e0d2](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/commit/435e0d2a3cbedbf3d935059f3f07ab3cd23d4470)) ### [`v3.11.4`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.11.4) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.11.3...typedoc-plugin-markdown@3.11.4) ##### Bug Fixes - Added support for third party symbols ([#263](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/issues/263)) ([e5a40d5](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/commit/e5a40d58050cad370c82fc5ef897f8d7268e1d13)) ### [`v3.11.3`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.11.3) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.11.2...typedoc-plugin-markdown@3.11.3) ##### Bug Fixes - correctly render references ([#254](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/issues/254)) ([32ce13a](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/commit/32ce13a8f4336279ab60b1992b59ef848624560c)) ### [`v3.11.2`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.11.2) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.11.1...typedoc-plugin-markdown@3.11.2) ##### Bug Fixes - remove leading underscore from file names ([#248](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/issues/248)) ([bb5e4e3](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/commit/bb5e4e32437c367e03db6b6d4b83487b15698c6b)) ### [`v3.11.1`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.11.1) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.11.0...typedoc-plugin-markdown@3.11.1) ##### Bug Fixes - fix `allReflectionsHaveOwnDocument` option ([64376e9](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/commit/64376e9bd3beb2e941d0640408ace04786db4c7e)) - properly escape chars inside anchors ([d4e5b1d](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/commit/d4e5b1db4dcbc21601cc3a7b6122810f9cbb9152)) ### [`v3.11.0`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.11.0) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.10.4...typedoc-plugin-markdown@3.11.0) ##### Features - TypeDoc 0.22 compatibility fixes ([#249](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/issues/249)) ([963250c](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/commit/963250cbe0b12bc3f413b5138d6d4e33ad2a6353)) ### [`v3.10.4`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.10.4) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.10.3...typedoc-plugin-markdown@3.10.4) ##### Bug Fixes - Fix anonymous function types in params table ([0047faf](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/commit/0047faf1d3e2ec91752cef0603f2838ce1e70be9)) ### [`v3.10.3`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.10.3) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.10.2...typedoc-plugin-markdown@3.10.3) ##### Bug Fixes - Handle TypeDoc 0.21.3 options breaking change ([2d0e7b5](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/commit/2d0e7b507c79d26c762a763bab779796520cd7b4)) ### [`v3.10.2`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.10.2) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.10.1...typedoc-plugin-markdown@3.10.2) ##### Bug Fixes - Fix string escape inside backticks ([3b8ab18](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/commit/3b8ab18adda9023f79aaa6d1e377d710d8a09f38)) ### [`v3.10.1`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.10.1) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.10.0...typedoc-plugin-markdown@3.10.1) ##### Bug Fixes - Improve type params table readability ([52038e2](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/commit/52038e228d0dac557b9c972ab6999389d1d6132a)) - Use backticks for generics and refernce types to improve consistency ([#239](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/issues/239)) ([1b3395f](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/commit/1b3395f27c7d03d8d1509b9d97dcd06830ff17f5)) ### [`v3.10.0`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.10.0) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.9.0...typedoc-plugin-markdown@3.10.0) ##### Features - TypeDoc 0.21 compatibility ([fa5e913](https://redirect.github.com/tgreyuk/typedoc-plugin-markdown/commit/fa5e913ef238c92817761218aa77022bff8d999a))Configuration
📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" in timezone Europe/Moscow, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.
Branch automerge failure
This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.
Thanks for opening an issue! Make sure you've followed CONTRIBUTING.md.
Hello from PR Helper
Is your PR ready for review and processing? Mark the PR ready by including
#pr-ready
in a comment.If you still have work to do, even after marking this ready. Put the PR on hold by including
#pr-onhold
in a comment.Thanks for the PR!
This section of the codebase is owner by https://github.com/AlexRogalskiy/ - if they write a comment saying "LGTM" then it will be merged.
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: npm/opener@1.5.2, npm/prettier@2.3.1, npm/pretty-quick@3.1.0, npm/remark-cli@9.0.0, npm/remark-lint-code-block-style@2.0.1, npm/remark-lint-ordered-list-marker-value@2.0.1, npm/remark-preset-davidtheclark@0.12.0, npm/remark-validate-links@10.0.4, npm/semantic-release@17.4.4, npm/ts-jest@27.0.3, npm/ts-node@10.0.0, npm/typedoc-plugin-markdown@3.9.0, npm/typedoc@0.20.37, npm/typescript@4.3.3
View full report↗︎