AlexRogalskiy / github-action-random-proverb

GitHub action for random proverbs
GNU General Public License v3.0
1 stars 1 forks source link

:arrow_up: Updates typedoc-plugin-markdown to v4 #539

Open renovate[bot] opened 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
typedoc-plugin-markdown (source) ^1.2.1 -> ^4.0.0 age adoption passing confidence

Release Notes

typedoc2md/typedoc-plugin-markdown (typedoc-plugin-markdown) ### [`v4.2.3`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/blob/HEAD/packages/typedoc-plugin-markdown/CHANGELOG.md#423-2024-07-24) [Compare Source](https://togithub.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://togithub.com/typedoc2md/typedoc-plugin-markdown/issues/656)) ### [`v4.2.2`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/blob/HEAD/packages/typedoc-plugin-markdown/CHANGELOG.md#422-2024-07-22) [Compare Source](https://togithub.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://togithub.com/typedoc2md/typedoc-plugin-markdown/issues/656)) - Fix anchor links containing generics ([#​655](https://togithub.com/typedoc2md/typedoc-plugin-markdown/issues/655)) ### [`v4.2.1`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/blob/HEAD/packages/typedoc-plugin-markdown/CHANGELOG.md#421-2024-07-11) [Compare Source](https://togithub.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://togithub.com/typedoc2md/typedoc-plugin-markdown/issues/618)) ### [`v4.2.0`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/blob/HEAD/packages/typedoc-plugin-markdown/CHANGELOG.md#420-2024-07-10) [Compare Source](https://togithub.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://togithub.com/typedoc2md/typedoc-plugin-markdown/issues/647)) - Write `.nojekyll` file if TypeDocs "githubPages" option is true ([#​650](https://togithub.com/typedoc2md/typedoc-plugin-markdown/issues/650)) - Exposed "blockTagsPreserveOrder" option to configure ordering of comment block tags ([#​627](https://togithub.com/typedoc2md/typedoc-plugin-markdown/issues/627)). - Exposed "useHTMLEncodedBrackets" option for alternative angle bracket escaping([#​564](https://togithub.com/typedoc2md/typedoc-plugin-markdown/issues/564)). ### [`v4.1.2`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/blob/HEAD/packages/typedoc-plugin-markdown/CHANGELOG.md#412-2024-07-05) [Compare Source](https://togithub.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://togithub.com/typedoc2md/typedoc-plugin-markdown/issues/645)). ### [`v4.1.1`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/blob/HEAD/packages/typedoc-plugin-markdown/CHANGELOG.md#411-2024-06-30) [Compare Source](https://togithub.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://togithub.com/typedoc2md/typedoc-plugin-markdown/issues/639)) ### [`v4.1.0`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/blob/HEAD/packages/typedoc-plugin-markdown/CHANGELOG.md#410-2024-06-22) [Compare Source](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@4.0.3...typedoc-plugin-markdown@4.1.0) ##### 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://togithub.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://togithub.com/typedoc2md/typedoc-plugin-markdown/issues/625)) - Fix issues with tables and block tags ([#​618](https://togithub.com/typedoc2md/typedoc-plugin-markdown/issues/618)) ### [`v4.0.3`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/blob/HEAD/packages/typedoc-plugin-markdown/CHANGELOG.md#403-2024-05-27) [Compare Source](https://togithub.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://togithub.com/typedoc2md/typedoc-plugin-markdown/issues/619)) - Fix display of index descriptions in tables ([#​618](https://togithub.com/typedoc2md/typedoc-plugin-markdown/issues/618)) ### [`v4.0.2`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/blob/HEAD/packages/typedoc-plugin-markdown/CHANGELOG.md#402-2024-05-15) [Compare Source](https://togithub.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://togithub.com/typedoc2md/typedoc-plugin-markdown/issues/616)) - Normalize line breaks and tags within table columns ([#​615](https://togithub.com/typedoc2md/typedoc-plugin-markdown/issues/615)) - Remove superfluous spaces and symbol on external links ([#​614](https://togithub.com/typedoc2md/typedoc-plugin-markdown/issues/614)) - Escape all angle brackets with "santizeComments" ([#​612](https://togithub.com/typedoc2md/typedoc-plugin-markdown/issues/612)) - Correctly handle quoted symbol names ([#​611](https://togithub.com/typedoc2md/typedoc-plugin-markdown/issues/611)) - Correctly handle excludeScopesInPaths in windows ([#​610](https://togithub.com/typedoc2md/typedoc-plugin-markdown/issues/610)) ### [`v4.0.1`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/blob/HEAD/packages/typedoc-plugin-markdown/CHANGELOG.md#401-2024-05-07) [Compare Source](https://togithub.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://togithub.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://togithub.com/typedoc2md/typedoc-plugin-markdown/blob/HEAD/packages/typedoc-plugin-markdown/CHANGELOG.md#400-2024-05-03) [Compare Source](https://togithub.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. ##### 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://togithub.com/typedoc2md/typedoc-plugin-markdown/issues/581)). - [@​experimental](https://togithub.com/experimental) / [@​internal](https://togithub.com/internal) annotations. ([#​556](https://togithub.com/typedoc2md/typedoc-plugin-markdown/issues/556)) - Fix events output and strike-through deprecated items. ([#​534](https://togithub.com/typedoc2md/typedoc-plugin-markdown/issues/534)) - Class static functions are no longer marked. ([#​533](https://togithub.com/typedoc2md/typedoc-plugin-markdown/issues/533)) - [@​example](https://togithub.com/example) block not rendered with Headline ([#​501](https://togithub.com/typedoc2md/typedoc-plugin-markdown/issues/501)) - Support for categories ([#​499](https://togithub.com/typedoc2md/typedoc-plugin-markdown/issues/499)) - Correctly resolve package readme urls from member pages. ([#​483](https://togithub.com/typedoc2md/typedoc-plugin-markdown/issues/483)) - Add the ability to add a separate frontmatter for readme file. ([#​469](https://togithub.com/typedoc2md/typedoc-plugin-markdown/issues/469)) - Items in tables are not linkable. ([#​463](https://togithub.com/typedoc2md/typedoc-plugin-markdown/issues/463)) - Custom i18n texts. ([#​458](https://togithub.com/typedoc2md/typedoc-plugin-markdown/issues/458)) - How to improve the formatting for types?. ([#​456](https://togithub.com/typedoc2md/typedoc-plugin-markdown/issues/456)) - How to change title format. ([#​450](https://togithub.com/typedoc2md/typedoc-plugin-markdown/issues/450)) - Export Docusaurus plugin options type. ([#​440](https://togithub.com/typedoc2md/typedoc-plugin-markdown/issues/440)) - How to export interface as a table. ([#​403](https://togithub.com/typedoc2md/typedoc-plugin-markdown/issues/403)) - Broken Link caused by Typescript class being defined in an index file. ([#​402](https://togithub.com/typedoc2md/typedoc-plugin-markdown/issues/403)) - Markdown plugin inserts unnecessary escape characters. ([#​398](https://togithub.com/typedoc2md/typedoc-plugin-markdown/issues/398)) - Potential bug with optional function argument. ([#​396](https://togithub.com/typedoc2md/typedoc-plugin-markdown/issues/396)) - Respect monorepo `readmeFile` configuration ([#​383](https://togithub.com/typedoc2md/typedoc-plugin-markdown/issues/383)) - Embed all objects under a Module/Namespace onto single page. ([#​338](https://togithub.com/typedoc2md/typedoc-plugin-markdown/issues/338)) - Extra spaces when merging lines in a table. ([#​331](https://togithub.com/typedoc2md/typedoc-plugin-markdown/issues/331)) - Does not support namespace (or module) and interface with same name. ([#​300](https://togithub.com/typedoc2md/typedoc-plugin-markdown/issues/300)) - Integration with VitePress? ([#​287](https://togithub.com/typedoc2md/typedoc-plugin-markdown/issues/287)) - Typedoc comments with text wrapped in `<` and `>` breaks Docusaurus Markdown parser. ([#​276](https://togithub.com/typedoc2md/typedoc-plugin-markdown/issues/276)) - Navigation support? ([#​262](https://togithub.com/typedoc2md/typedoc-plugin-markdown/issues/262)) - Sidebar Category Support? ([#​213](https://togithub.com/typedoc2md/typedoc-plugin-markdown/issues/213)) - Properties as Table like function properties. ([#​109](https://togithub.com/typedoc2md/typedoc-plugin-markdown/issues/109)) - Provide a link/excerpt/screenshot to a demo/example rendered output ([#​102](https://togithub.com/typedoc2md/typedoc-plugin-markdown/issues/102)) *** Earlier changelog entries can be found in `CHANGELOG_ARCHIVE.md`. ### [`v3.17.1`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.17.1) [Compare Source](https://togithub.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://togithub.com/tgreyuk/typedoc-plugin-markdown/issues/495) ### [`v3.17.0`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.17.0) [Compare Source](https://togithub.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://togithub.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.16.0) [Compare Source](https://togithub.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://togithub.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.15.4) [Compare Source](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/7ece46d49ac7932c9b7c49be6a9cead824015ec4...typedoc-plugin-markdown@3.15.4) #### Fixes - Split out comment summary and tags for signatures ([#​451](https://togithub.com/typedoc2md/typedoc-plugin-markdown/issues/451)) . ### [`v3.15.3`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/baa5e2aca3867c5473b43f016f7065739a2e7499...7ece46d49ac7932c9b7c49be6a9cead824015ec4) [Compare Source](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/baa5e2aca3867c5473b43f016f7065739a2e7499...7ece46d49ac7932c9b7c49be6a9cead824015ec4) ### [`v3.15.2`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/64995ec57b6ae57456353f94b6d9796aadb74233...baa5e2aca3867c5473b43f016f7065739a2e7499) [Compare Source](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/64995ec57b6ae57456353f94b6d9796aadb74233...baa5e2aca3867c5473b43f016f7065739a2e7499) ### [`v3.15.1`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.15.0...64995ec57b6ae57456353f94b6d9796aadb74233) [Compare Source](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.15.0...64995ec57b6ae57456353f94b6d9796aadb74233) ### [`v3.15.0`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.15.0) [Compare Source](https://togithub.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://togithub.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.14.0) [Compare Source](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.13.6...typedoc-plugin-markdown@3.14.0) ##### Features - Add objectLiteralTypeDeclarationStyle option ([#​362](https://togithub.com/tgreyuk/typedoc-plugin-markdown/issues/362)) - Beautify parameter table output of destructured params ([#​364](https://togithub.com/tgreyuk/typedoc-plugin-markdown/pull/364)) ##### Fixes - Fix missing descriptions for function params ([#​357](https://togithub.com/tgreyuk/typedoc-plugin-markdown/issues/357)) - Add conditional check to signature comments ([#​368](https://togithub.com/tgreyuk/typedoc-plugin-markdown/issues/368)) ### [`v3.13.6`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.13.6) [Compare Source](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.13.5...typedoc-plugin-markdown@3.13.6) ##### Fixes - Replace deprecated 'attemptExternalResolution' [(#​344)](https://togithub.com/tgreyuk/typedoc-plugin-markdown/issues/344) ### [`v3.13.5`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.13.5) [Compare Source](https://togithub.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://togithub.com/tgreyuk/typedoc-plugin-markdown/issues/340) ### [`v3.13.4`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.13.4) [Compare Source](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/0615f05f02b5f6100c2a1959f6cae346086d70f7...typedoc-plugin-markdown@3.13.4) ##### Fixes Support [@​typeParam](https://togithub.com/typeParam) comments ([#​326](https://togithub.com/typedoc2md/typedoc-plugin-markdown/issues/326) ) ### [`v3.13.3`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.13.2...0615f05f02b5f6100c2a1959f6cae346086d70f7) [Compare Source](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.13.2...0615f05f02b5f6100c2a1959f6cae346086d70f7) ### [`v3.13.2`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.13.2) [Compare Source](https://togithub.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://togithub.com/tgreyuk/typedoc-plugin-markdown/commit/c7fd71aa13159ee729526bdd9b7688169752da64) - Add new line after tags [(#​324)](https://togithub.com/tgreyuk/typedoc-plugin-markdown/commit/396121e63db25b028b91fb935c7b1fbe8b25d9c4) - Expose values to enums [(#​323)](https://togithub.com/tgreyuk/typedoc-plugin-markdown/commit/15bda2ff76457b5bdcea617d012067dfb5d0f186) ### [`v3.13.1`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.13.0...typedoc-plugin-markdown@3.13.1) [Compare Source](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.13.0...typedoc-plugin-markdown@3.13.1) ### [`v3.13.0`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.13.0) [Compare Source](https://togithub.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://togithub.com/tgreyuk/typedoc-plugin-markdown/commit/f39318e1a58943170282b45a6d6cd0545a80cd4a)) ### [`v3.12.1`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.12.1) [Compare Source](https://togithub.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://togithub.com/tgreyuk/typedoc-plugin-markdown/issues/303)) ([2deb7b7](https://togithub.com/tgreyuk/typedoc-plugin-markdown/commit/2deb7b734e6ec837aa403f4a70e01e56ccc47cc9)) ### [`v3.12.0`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.12.0) [Compare Source](https://togithub.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://togithub.com/tgreyuk/typedoc-plugin-markdown/issues/303)) ([787748f](https://togithub.com/tgreyuk/typedoc-plugin-markdown/commit/787748f274d2def8fa4a1e08795a398c5a771f4f)) ##### Features - Expose `preserveAnchorCasing` option ([#​301](https://togithub.com/tgreyuk/typedoc-plugin-markdown/issues/301)) ([f51ff45](https://togithub.com/tgreyuk/typedoc-plugin-markdown/commit/f51ff45d20758a19c851c37561dd2c07e80f0c23)) ### [`v3.11.14`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.11.14) [Compare Source](https://togithub.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://togithub.com/tgreyuk/typedoc-plugin-markdown/issues/292)) ([2226322](https://togithub.com/tgreyuk/typedoc-plugin-markdown/commit/22263229bf2fc9bab4fe61f03cd915f63f8e1aa4)) ### [`v3.11.13`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.11.13) [Compare Source](https://togithub.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://togithub.com/tgreyuk/typedoc-plugin-markdown/issues/286)) ([b87c250](https://togithub.com/tgreyuk/typedoc-plugin-markdown/commit/b87c2505a57035d190b8694268e658f1cd1bb426)) ### [`v3.11.12`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.11.12) [Compare Source](https://togithub.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://togithub.com/tgreyuk/typedoc-plugin-markdown/issues/283)) ([ba935c9](https://togithub.com/tgreyuk/typedoc-plugin-markdown/commit/ba935c9eff51f5ac61a96299c437263daf07d87a)) ### [`v3.11.11`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.11.11) [Compare Source](https://togithub.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://togithub.com/tgreyuk/typedoc-plugin-markdown/issues/281)) ([d3441f2](https://togithub.com/tgreyuk/typedoc-plugin-markdown/commit/d3441f2ab12e7a025cad0fc1d08a42f8d8bc0b91)) ### [`v3.11.10`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.11.10) [Compare Source](https://togithub.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://togithub.com/tgreyuk/typedoc-plugin-markdown/issues/281)) ([c38a095](https://togithub.com/tgreyuk/typedoc-plugin-markdown/commit/c38a095ea5b8d76d1c1657a244cc0d1c33361065)) - Correctly define theme using TypeDoc `defineTheme` method ([5f2ef42](https://togithub.com/tgreyuk/typedoc-plugin-markdown/commit/5f2ef422aa1bcce0698e4b923682dbb106730f45)) ### [`v3.11.9`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.11.9) [Compare Source](https://togithub.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://togithub.com/tgreyuk/typedoc-plugin-markdown/issues/277)) ([5353334](https://togithub.com/tgreyuk/typedoc-plugin-markdown/commit/53533342d0b34230ae344dbe4bf8563e4899da5b)) - watch mode compatibility ([#​279](https://togithub.com/tgreyuk/typedoc-plugin-markdown/issues/279)) ([da65f74](https://togithub.com/tgreyuk/typedoc-plugin-markdown/commit/da65f741c38ca6a5c2fefc58c4d4fd0cbc9a6d25)) ### [`v3.11.8`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.11.8) [Compare Source](https://togithub.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://togithub.com/typedoc2md/typedoc-plugin-markdown/issues/274)) ### [`v3.11.7`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.11.7) [Compare Source](https://togithub.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://togithub.com/tgreyuk/typedoc-plugin-markdown/issues/268)) ([5029a85](https://togithub.com/tgreyuk/typedoc-plugin-markdown/commit/5029a8519ad840675eb3772d6c6c154228e5f4b0)) ### [`v3.11.6`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.11.6) [Compare Source](https://togithub.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://togithub.com/tgreyuk/typedoc-plugin-markdown/commit/003cb96952bbf1c7b1a651fe96903f57aca3c020)) - fix type params with default values in params table ([7d73eff](https://togithub.com/tgreyuk/typedoc-plugin-markdown/commit/7d73eff18cb919a9c1069977ebece3844528dfed)) ### [`v3.11.5`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.11.5) [Compare Source](https://togithub.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://togithub.com/tgreyuk/typedoc-plugin-markdown/issues/264)) ([435e0d2](https://togithub.com/tgreyuk/typedoc-plugin-markdown/commit/435e0d2a3cbedbf3d935059f3f07ab3cd23d4470)) ### [`v3.11.4`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.11.4) [Compare Source](https://togithub.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://togithub.com/tgreyuk/typedoc-plugin-markdown/issues/263)) ([e5a40d5](https://togithub.com/tgreyuk/typedoc-plugin-markdown/commit/e5a40d58050cad370c82fc5ef897f8d7268e1d13)) ### [`v3.11.3`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.11.3) [Compare Source](https://togithub.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://togithub.com/tgreyuk/typedoc-plugin-markdown/issues/254)) ([32ce13a](https://togithub.com/tgreyuk/typedoc-plugin-markdown/commit/32ce13a8f4336279ab60b1992b59ef848624560c)) ### [`v3.11.2`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.11.2) [Compare Source](https://togithub.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://togithub.com/tgreyuk/typedoc-plugin-markdown/issues/248)) ([bb5e4e3](https://togithub.com/tgreyuk/typedoc-plugin-markdown/commit/bb5e4e32437c367e03db6b6d4b83487b15698c6b)) ### [`v3.11.1`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.11.1) [Compare Source](https://togithub.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://togithub.com/tgreyuk/typedoc-plugin-markdown/commit/64376e9bd3beb2e941d0640408ace04786db4c7e)) - properly escape chars inside anchors ([d4e5b1d](https://togithub.com/tgreyuk/typedoc-plugin-markdown/commit/d4e5b1db4dcbc21601cc3a7b6122810f9cbb9152)) ### [`v3.11.0`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.11.0) [Compare Source](https://togithub.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://togithub.com/tgreyuk/typedoc-plugin-markdown/issues/249)) ([963250c](https://togithub.com/tgreyuk/typedoc-plugin-markdown/commit/963250cbe0b12bc3f413b5138d6d4e33ad2a6353)) ### [`v3.10.4`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.10.4) [Compare Source](https://togithub.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://togithub.com/tgreyuk/typedoc-plugin-markdown/commit/0047faf1d3e2ec91752cef0603f2838ce1e70be9)) ### [`v3.10.3`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.10.3) [Compare Source](https://togithub.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://togithub.com/tgreyuk/typedoc-plugin-markdown/commit/2d0e7b507c79d26c762a763bab779796520cd7b4)) ### [`v3.10.2`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.10.2) [Compare Source](https://togithub.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://togithub.com/tgreyuk/typedoc-plugin-markdown/commit/3b8ab18adda9023f79aaa6d1e377d710d8a09f38)) ### [`v3.10.1`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.10.1) [Compare Source](https://togithub.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://togithub.com/tgreyuk/typedoc-plugin-markdown/commit/52038e228d0dac557b9c972ab6999389d1d6132a)) - Use backticks for generics and refernce types to improve consistency ([#​239](https://togithub.com/tgreyuk/typedoc-plugin-markdown/issues/239)) ([1b3395f](https://togithub.com/tgreyuk/typedoc-plugin-markdown/commit/1b3395f27c7d03d8d1509b9d97dcd06830ff17f5)) ### [`v3.10.0`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.10.0) [Compare Source](https://togithub.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://togithub.com/tgreyuk/typedoc-plugin-markdown/commit/fa5e913ef238c92817761218aa77022bff8d999a)) ### [`v3.9.0`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.9.0) [Compare Source](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.8.2...typedoc-plugin-markdown@3.9.0) ##### Features - UI fixes and readability enhancements ([#​230](https://togithub.com/tgreyuk/typedoc-plugin-markdown/issues/230)) ([f4329a9](https://togithub.com/tgreyuk/typedoc-plugin-markdown/commit/f4329a9c989201d69b0e54497eba4f3e6c095abc)) ### [`v3.8.2`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.8.2) [Compare Source](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.8.1...typedoc-plugin-markdown@3.8.2) ##### Bug Fixes - Escape leading quote in front-matter string ([#​228](https://togithub.com/tgreyuk/typedoc-plugin-markdown/issues/228)) ([ec38cbc](https://togithub.com/tgreyuk/typedoc-plugin-markdown/commit/ec38cbc550de9e6ee319129fda96c17ab342bae5)) ### [`v3.8.1`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.8.1) [Compare Source](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.8.0...typedoc-plugin-markdown@3.8.1) ##### Bug Fixes - Escape double quotes inside Front Matter yaml string ([8ce2f2b](https://togithub.com/tgreyuk/typedoc-plugin-markdown/commit/8ce2f2be03be6cd8d730786d48b5cd484b82ec4e)) - Fix duplicate source blocks ([616ca4e](https://togithub.com/tgreyuk/typedoc-plugin-markdown/commit/616ca4e0e28431f4183c60b54fa9682c391dffe9)) ### [`v3.8.0`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.8.0) [Compare Source](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.7.2...typedoc-plugin-markdown@3.8.0) ##### Bug Fixes - Add space between 'Const' and signature name ([#​220](https://togithub.com/tgreyuk/typedoc-plugin-markdown/issues/220)) ([9400803](https://togithub.com/tgreyuk/typedoc-plugin-markdown/commit/9400803a7dd0809d92c01d654e3fa75a01cb747e)) ##### Features - Enforce markdowninit standards ([#​219](https://togithub.com/tgreyuk/typedoc-plugin-markdown/issues/219)) ([76a90bb](https://togithub.com/tgreyuk/typedoc-plugin-markdown/commit/76a90bb052fa289d5b234081e45b9b40e3c7649c)) - Improve heading structure with disabled inline toc ([#​222](https://togithub.com/tgreyuk/typedoc-plugin-markdown/issues/222)) ([2e898ac](https://togithub.com/tgreyuk/typedoc-plugin-markdown/commit/2e898ac1ec7b00a610da7d57d90a155f649d64a7)) ### [`v3.7.2`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.7.2) [Compare Source](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.7.1...typedoc-plugin-markdown@3.7.2) ##### Bug Fixes - Escape inherited types ([#​215](https://togithub.com/tgreyuk/typedoc-plugin-markdown/issues/215)) ([34c5e7b](https://togithub.com/tgreyuk/typedoc-plugin-markdown/commit/34c5e7b9265a1825be567c2e89372d63c9b96f79)) ### [`v3.7.1`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.7.1) [Compare Source](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.7.0...typedoc-plugin-markdown@3.7.1) ##### Bug Fixes - Remove extraneous whitespace in table description col ([4e56ae4](https://togithub.com/tgreyuk/typedoc-plugin-markdown/commit/4e56ae4d12be35f94ac0f7294fc67c66df04e3c1)) ### [`v3.7.0`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.7.0) [Compare Source](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.6.1...typedoc-plugin-markdown@3.7.0) #### Features - Prefix table bars to beggining of lines - Use backticks and quote strings for literal types ### [`v3.6.1`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.6.0...typedoc-plugin-markdown@3.6.1) [Compare Source](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.6.0...typedoc-plugin-markdown@3.6.1) ### [`v3.6.0`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.6.0) [Compare Source](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.5.0...typedoc-plugin-markdown@3.6.0) #### Bug Fixes - Expand signature return types. ([`a348f53`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/commit/a348f53)) #### Features - Added --hidePageTitle option ([`0b9588b`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/commit/0b9588b)) - Added Front matter utils ([`a530828`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/commit/a530828)) ### [`v3.5.0`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/a3392d87e290b0414d7925e1e0392fabaa4fa53b...typedoc-plugin-markdown@3.5.0) [Compare Source](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/a3392d87e290b0414d7925e1e0392fabaa4fa53b...typedoc-plugin-markdown@3.5.0) ### [`v3.4.5`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/d7f51015168cd7b5d01a6f4279d516d0b411bd35...a3392d87e290b0414d7925e1e0392fabaa4fa53b) [Compare Source](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/d7f51015168cd7b5d01a6f4279d516d0b411bd35...a3392d87e290b0414d7925e1e0392fabaa4fa53b) ### [`v3.4.4`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/50114fd92abcb91f6dc79fff20196a75cffad84d...d7f51015168cd7b5d01a6f4279d516d0b411bd35) [Compare Source](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/50114fd92abcb91f6dc79fff20196a75cffad84d...d7f51015168cd7b5d01a6f4279d516d0b411bd35) ### [`v3.4.3`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/4b12df157e411fd78c81038a4af7df4dfcf78ad6...50114fd92abcb91f6dc79fff20196a75cffad84d) [Compare Source](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/4b12df157e411fd78c81038a4af7df4dfcf78ad6...50114fd92abcb91f6dc79fff20196a75cffad84d) ### [`v3.4.2`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/39a7e939466148d991f93b949d0843d401a1456a...4b12df157e411fd78c81038a4af7df4dfcf78ad6) [Compare Source](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/39a7e939466148d991f93b949d0843d401a1456a...4b12df157e411fd78c81038a4af7df4dfcf78ad6) ### [`v3.4.1`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/a80f25930cbe0462a4ea2ebd28f3093521b7132b...39a7e939466148d991f93b949d0843d401a1456a) [Compare Source](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/a80f25930cbe0462a4ea2ebd28f3093521b7132b...39a7e939466148d991f93b949d0843d401a1456a) ### [`v3.4.0`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.3.0...a80f25930cbe0462a4ea2ebd28f3093521b7132b) [Compare Source](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.3.0...a80f25930cbe0462a4ea2ebd28f3093521b7132b) ### [`v3.3.0`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.3.0) [Compare Source](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/e6fe456e9aa342782ea3d32b7d27e55302a08899...typedoc-plugin-markdown@3.3.0) - Added `entryDocument` option - fixes [#​176](https://togithub.com/typedoc2md/typedoc-plugin-markdown/issues/176) ### [`v3.2.1`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.2.0...e6fe456e9aa342782ea3d32b7d27e55302a08899) [Compare Source](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.2.0...e6fe456e9aa342782ea3d32b7d27e55302a08899) ### [`v3.2.0`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.2.0) [Compare Source](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/877ddb1cfea45387e4e493fae287b60e61011ae2...typedoc-plugin-markdown@3.2.0) - Support for TypeDoc 0.20 - Minor ui tweaks ### [`v3.1.1`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/900fd9e2039d212cda7b81d18d10f0ee7748a2fc...877ddb1cfea45387e4e493fae287b60e61011ae2) [Compare Source](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/900fd9e2039d212cda7b81d18d10f0ee7748a2fc...877ddb1cfea45387e4e493fae287b60e61011ae2) ### [`v3.1.0`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/7d36bf16e111fb4b0924dc1a0c0e0aedf27c9497...900fd9e2039d212cda7b81d18d10f0ee7748a2fc) [Compare Source](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/7d36bf16e111fb4b0924dc1a0c0e0aedf27c9497...900fd9e2039d212cda7b81d18d10f0ee7748a2fc) ### [`v3.0.11`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/2c73fefbba3e478c9ba129fe9201371ff3687bdf...7d36bf16e111fb4b0924dc1a0c0e0aedf27c9497) [Compare Source](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/2c73fefbba3e478c9ba129fe9201371ff3687bdf...7d36bf16e111fb4b0924dc1a0c0e0aedf27c9497) ### [`v3.0.10`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/bc305eff254cfeaef820dede6fb7d0adbc0dd5a9...2c73fefbba3e478c9ba129fe9201371ff3687bdf) [Compare Source](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/bc305eff254cfeaef820dede6fb7d0adbc0dd5a9...2c73fefbba3e478c9ba129fe9201371ff3687bdf) ### [`v3.0.9`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/20410a25f0ca0680f5c8ae866a58180493f14330...bc305eff254cfeaef820dede6fb7d0adbc0dd5a9) [Compare Source](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/20410a25f0ca0680f5c8ae866a58180493f14330...bc305eff254cfeaef820dede6fb7d0adbc0dd5a9) ### [`v3.0.8`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/1d15e93f5ec0e813c80c72f59193d45d70639cae...20410a25f0ca0680f5c8ae866a58180493f14330) [Compare Source](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/1d15e93f5ec0e813c80c72f59193d45d70639cae...20410a25f0ca0680f5c8ae866a58180493f14330) ### [`v3.0.7`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/1701cb710521ff388c903a280c4848217689fe1f...1d15e93f5ec0e813c80c72f59193d45d70639cae) [Compare Source](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/1701cb710521ff388c903a280c4848217689fe1f...1d15e93f5ec0e813c80c72f59193d45d70639cae) ### [`v3.0.6`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/fe6ded91798b300085074ec6615d1ab7610d16a3...1701cb710521ff388c903a280c4848217689fe1f) [Compare Source](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/fe6ded91798b300085074ec6615d1ab7610d16a3...1701cb710521ff388c903a280c4848217689fe1f) ### [`v3.0.5`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/c511d136dd288a1c74de7ee7090854070c392f8c...fe6ded91798b300085074ec6615d1ab7610d16a3) [Compare Source](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/c511d136dd288a1c74de7ee7090854070c392f8c...fe6ded91798b300085074ec6615d1ab7610d16a3) ### [`v3.0.4`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/824f3eccc0ff00bb2b8d8f1a62cbf93d51516b48...c511d136dd288a1c74de7ee7090854070c392f8c) [Compare Source](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/824f3eccc0ff00bb2b8d8f1a62cbf93d51516b48...c511d136dd288a1c74de7ee7090854070c392f8c) ### [`v3.0.3`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/1179802988044f17c2164dbe829d02fe50c53618...824f3eccc0ff00bb2b8d8f1a62cbf93d51516b48) [Compare Source](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/1179802988044f17c2164dbe829d02fe50c53618...824f3eccc0ff00bb2b8d8f1a62cbf93d51516b48) ### [`v3.0.2`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/aecf568a25de87f8103f8310a2a1338423a13b85...1179802988044f17c2164dbe829d02fe50c53618) [Compare Source](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/aecf568a25de87f8103f8310a2a1338423a13b85...1179802988044f17c2164dbe829d02fe50c53618) ### [`v3.0.1`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.0.0...aecf568a25de87f8103f8310a2a1338423a13b85) [Compare Source](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.0.0...aecf568a25de87f8103f8310a2a1338423a13b85) ### [`v3.0.0`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/releases/tag/typedoc-plugin-markdown%403.0.0) [Compare Source](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/cba50f585fdcd6ce14fdeb766fcca43a8fcfd37a...typedoc-plugin-markdown@3.0.0) - \[breaking change] Removed `--theme docusaurus/vuepress` implementation in favour of seperate plugins. - [docusaurus-plugin-typedoc](https://togithub.com/tgreyuk/typedoc-plugin-markdown/tree/master/packages/docusaurus-plugin-typedoc/README.md) - [vuepress-plugin-typedoc](https://togithub.com/tgreyuk/typedoc-plugin-markdown/tree/master/packages/vuepress-plugin-typedoc/README.md) - Implementation of some subtle UI tweaks to improve readability. - Fixed issues with missing types and reflections. - Updated object literals/type literals to display props/params in a tabular format. ### [`v2.4.2`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/v2.4.1...cba50f585fdcd6ce14fdeb766fcca43a8fcfd37a) [Compare Source](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/v2.4.1...cba50f585fdcd6ce14fdeb766fcca43a8fcfd37a) ### [`v2.4.1`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/v2.4.0...v2.4.1) [Compare Source](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/v2.4.0...v2.4.1) ### [`v2.4.0`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/releases/tag/v2.4.0) [Compare Source](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/v2.3.2...v2.4.0) - Added publicPath option - Fixed array of union types being rendered without parentheses [#​130](https://togithub.com/typedoc2md/typedoc-plugin-markdown/issues/130) ### [`v2.3.2`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/releases/tag/v2.3.2) [Compare Source](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/v2.3.1...v2.3.2) - Replace angle brackets with pointing angles [#​136](https://togithub.com/typedoc2md/typedoc-plugin-markdown/issues/136) ### [`v2.3.1`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/releases/tag/v2.3.1) [Compare Source](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/v2.3.0...v2.3.1) - Merged [#​127](https://togithub.com/typedoc2md/typedoc-plugin-markdown/issues/127) ### [`v2.3.0`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/releases/tag/v2.3.0): v.2.3.0 [Compare Source](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/v2.2.17...v2.3.0) - fixed [#​119](https://togithub.com/typedoc2md/typedoc-plugin-markdown/issues/119) - merged [#​124](https://togithub.com/typedoc2md/typedoc-plugin-markdown/issues/124) ### [`v2.2.17`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/releases/tag/v2.2.17) [Compare Source](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/39ba2632b2aafe453030b3eca621e90b8fe415da...v2.2.17) - Merged [#​108](https://togithub.com/typedoc2md/typedoc-plugin-markdown/issues/108) (option to skip sidebar) ### [`v2.2.16`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/feaefe3e768157735a03af69d241afddc19854ec...39ba2632b2aafe453030b3eca621e90b8fe415da) [Compare Source](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/feaefe3e768157735a03af69d241afddc19854ec...39ba2632b2aafe453030b3eca621e90b8fe415da) ### [`v2.2.15`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/91992dc9853c4c4c424c1cab80691a674f8103a1...feaefe3e768157735a03af69d241afddc19854ec) [Compare Source](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/91992dc9853c4c4c424c1cab80691a674f8103a1...feaefe3e768157735a03af69d241afddc19854ec) ### [`v2.2.14`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/090a82a3ca75248fd23ae3b63d1e4626ed856c14...91992dc9853c4c4c424c1cab80691a674f8103a1) [Compare Source](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/090a82a3ca75248fd23ae3b63d1e4626ed856c14...91992dc9853c4c4c424c1cab80691a674f8103a1) ### [`v2.2.13`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/3149751d775b45317f90afc73cfaf62c5bd1f46f...090a82a3ca75248fd23ae3b63d1e4626ed856c14) [Compare Source](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/3149751d775b45317f90afc73cfaf62c5bd1f46f...090a82a3ca75248fd23ae3b63d1e4626ed856c14) ### [`v2.2.12`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/v2.2.11...3149751d775b45317f90afc73cfaf62c5bd1f46f) [Compare Source](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/v2.2.11...3149751d775b45317f90afc73cfaf62c5bd1f46f) ### [`v2.2.11`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/releases/tag/v2.2.11) [Compare Source](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/e25cf33a7698a071eb6d6858710613a8c4086efe...v2.2.11) - Implement index hiding [#​106](https://togithub.com/typedoc2md/typedoc-plugin-markdown/issues/106) ### [`v2.2.10`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/34fd6b6c859071511156db07a46e1f9d82b89545...e25cf33a7698a071eb6d6858710613a8c4086efe) [Compare Source](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/34fd6b6c859071511156db07a46e1f9d82b89545...e25cf33a7698a071eb6d6858710613a8c4086efe) ### [`v2.2.9`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/7f7b1684e64f1ce6d7447a37b3feb69844c93acc...34fd6b6c859071511156db07a46e1f9d82b89545) [Compare Source](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/7f7b1684e64f1ce6d7447a37b3feb69844c93acc...34fd6b6c859071511156db07a46e1f9d82b89545) ### [`v2.2.8`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/190fd368b2b394a5b316be85398b0b255cd9b581...7f7b1684e64f1ce6d7447a37b3feb69844c93acc) [Compare Source](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/190fd368b2b394a5b316be85398b0b255cd9b581...7f7b1684e64f1ce6d7447a37b3feb69844c93acc) ### [`v2.2.7`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/v2.2.6...190fd368b2b394a5b316be85398b0b255cd9b581) [Compare Source](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/v2.2.6...190fd368b2b394a5b316be85398b0b255cd9b581) ### [`v2.2.6`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/releases/tag/v2.2.6) [Compare Source](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/v2.2.5...v2.2.6) - Merged [#​98](https://togithub.com/typedoc2md/typedoc-plugin-markdown/issues/98) ### [`v2.2.5`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/releases/tag/v2.2.5) [Compare Source](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/v2.2.4...v2.2.5) - Fixed [#​97](https://togithub.com/typedoc2md/typedoc-plugin-markdown/issues/97) ### [`v2.2.4`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/releases/tag/v2.2.4) [Compare Source](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/v2.2.3...v2.2.4) - Fixed [#​95](https://togithub.com/typedoc2md/typedoc-plugin-markdown/issues/95) ### [`v2.2.3`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/releases/tag/v2.2.3) [Compare Source](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/b79586c26618ccd39e92ece12f594df9ecbe2409...v2.2.3) - Merged [#​94](https://togithub.com/typedoc2md/typedoc-plugin-markdown/issues/94) ### [`v2.2.2`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/392a37f56de6cca844a48c0bde7132d2dde26755...b79586c26618ccd39e92ece12f594df9ecbe2409) [Compare Source](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/392a37f56de6cca844a48c0bde7132d2dde26755...b79586c26618ccd39e92ece12f594df9ecbe2409) ### [`v2.2.1`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/v2.2.0...392a37f56de6cca844a48c0bde7132d2dde26755) [Compare Source](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/v2.2.0...392a37f56de6cca844a48c0bde7132d2dde26755) ### [`v2.2.0`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/releases/tag/v2.2.0) [Compare Source](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/2043d7165f618ba3b2690a93fa364553d6e47389...v2.2.0) - Updated theming model - Support for categorization ### [`v2.1.12`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/429d0e868f2e6e0e6c3cc48f04ba439b83a62cfb...2043d7165f618ba3b2690a93fa364553d6e47389) [Compare Source](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/429d0e868f2e6e0e6c3cc48f04ba439b83a62cfb...2043d7165f618ba3b2690a93fa364553d6e47389) ### [`v2.1.11`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/31c059f25be453e162ed0a7a3348d7a3aeefebf1...429d0e868f2e6e0e6c3cc48f04ba439b83a62cfb) [Compare Source](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/31c059f25be453e162ed0a7a3348d7a3aeefebf1...429d0e868f2e6e0e6c3cc48f04ba439b83a62cfb) ### [`v2.1.10`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/e5d5a4b79ea744d47903ff8f50bec556c62c9798...31c059f25be453e162ed0a7a3348d7a3aeefebf1) [Compare Source](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/e5d5a4b79ea744d47903ff8f50bec556c62c9798...31c059f25be453e162ed0a7a3348d7a3aeefebf1) ### [`v2.1.9`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/37c0303cdeeee8f25cbd3868301513e63afcf48b...e5d5a4b79ea744d47903ff8f50bec556c62c9798) [Compare Source](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/37c0303cdeeee8f25cbd3868301513e63afcf48b...e5d5a4b79ea744d47903ff8f50bec556c62c9798) ### [`v2.1.8`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/2ffbbbd8f2d4a75ae1ea3601ee8308adee14a74b...37c0303cdeeee8f25cbd3868301513e63afcf48b) [Compare Source](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/2ffbbbd8f2d4a75ae1ea3601ee8308adee14a74b...37c0303cdeeee8f25cbd3868301513e63afcf48b) ### [`v2.1.7`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/b7d19718d09b4a0be1889854e2e56a79f59383c2...2ffbbbd8f2d4a75ae1ea3601ee8308adee14a74b) [Compare Source](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/b7d19718d09b4a0be1889854e2e56a79f59383c2...2ffbbbd8f2d4a75ae1ea3601ee8308adee14a74b) ### [`v2.1.6`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/d79a6372c9a306c4c6ad670b1307278ce7e821e8...b7d19718d09b4a0be1889854e2e56a79f59383c2) [Compare Source](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/d79a6372c9a306c4c6ad670b1307278ce7e821e8...b7d19718d09b4a0be1889854e2e56a79f59383c2) ### [`v2.1.5`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/5d787deaa0fc7c89280cda55fc27ce08beb84f96...d79a6372c9a306c4c6ad670b1307278ce7e821e8) [Compare Source](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/5d787deaa0fc7c89280cda55fc27ce08beb84f96...d79a6372c9a306c4c6ad670b1307278ce7e821e8) ### [`v2.1.4`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/v2.1.3...5d787deaa0fc7c89280cda55fc27ce08beb84f96) [Compare Source](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/v2.1.3...5d787deaa0fc7c89280cda55fc27ce08beb84f96) ### [`v2.1.3`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/releases/tag/v2.1.3) [Compare Source](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/v2.1.2...v2.1.3) - Fixed [#​77](https://togithub.com/typedoc2md/typedoc-plugin-markdown/issues/77) symbol references ### [`v2.1.2`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/v2.1.1...v2.1.2) [Compare Source](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/v2.1.1...v2.1.2) ### [`v2.1.1`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/releases/tag/v2.1.1) [Compare Source](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/v2.1.0...v2.1.1) - [#​75](https://togithub.com/typedoc2md/typedoc-plugin-markdown/issues/75) Links not Working when Displayed in Azure DevOps Wiki ### [`v2.1.0`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/releases/tag/v2.1.0) [Compare Source](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/edc2d8c55082595daa58e9fdfb60a9536c8b94f6...v2.1.0) - Added additional arguments - namedAnchors - hideBreadcrumbs ### [`v2.0.11`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/506b0d93a14a79fc33c7c444670d5dec8330c54e...edc2d8c55082595daa58e9fdfb60a9536c8b94f6) [Compare Source](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/506b0d93a14a79fc33c7c444670d5dec8330c54e...edc2d8c55082595daa58e9fdfb60a9536c8b94f6) ### [`v2.0.10`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/874a4bae7d85005942ffbe2abd3a80cafc26698a...506b0d93a14a79fc33c7c444670d5dec8330c54e) [Compare Source](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/874a4bae7d85005942ffbe2abd3a80cafc26698a...506b0d93a14a79fc33c7c444670d5dec8330c54e) ### [`v2.0.9`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/99f91fd4a86cb7beafca3821e274b41d4efeb584...874a4bae7d85005942ffbe2abd3a80cafc26698a) [Compare Source](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/99f91fd4a86cb7beafca3821e274b41d4efeb584...874a4bae7d85005942ffbe2abd3a80cafc26698a) ### [`v2.0.8`](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/v2.0.7...99f91fd4a86cb7beafca3821e274b41d4efeb584) [Compare Source](https://togithub.com/typedoc2md/typedoc-plugin-markdown/compare/v2.0.7...99f91fd4a86cb7beafca3821e274b41d4efeb584) ### [`v2.0.7`](https://togithu

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: Disabled by config. Please merge this manually once you are satisfied.

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.

renovate[bot] commented 3 months ago

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: github-action-random-proverb@0.0.0-dev
npm ERR! Found: typedoc@0.20.37
npm ERR! node_modules/typedoc
npm ERR!   dev typedoc@"^0.20.36" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer typedoc@"0.25.x" from typedoc-plugin-markdown@4.0.0
npm ERR! node_modules/typedoc-plugin-markdown
npm ERR!   dev typedoc-plugin-markdown@"^4.0.0" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate/cache/others/npm/_logs/2024-05-04T11_55_06_440Z-debug-0.log
github-actions[bot] commented 3 months ago

Thanks for opening an issue! Make sure you've followed CONTRIBUTING.md.

github-actions[bot] commented 3 months ago

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.

github-actions[bot] commented 3 months ago

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.