diff --git a/.changeset/big-teachers-shave.md b/.changeset/big-teachers-shave.md deleted file mode 100644 index 2b72d8e01..000000000 --- a/.changeset/big-teachers-shave.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'typedoc-plugin-markdown': minor ---- - -- Implemented typedoc 0.27 compatibility support. -- Exposed "typeDeclarationVisibility" option to provide a compacted output structure (#703). -- Exposed "pageTitleTemplates" option that accepts a string with placeholder or function arguments to control page titles (#715). diff --git a/.changeset/chatty-cheetahs-love.md b/.changeset/chatty-cheetahs-love.md deleted file mode 100644 index 02fa590cd..000000000 --- a/.changeset/chatty-cheetahs-love.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'typedoc-plugin-markdown': minor ---- - -- Exposed formatting with prettier options "formatWithPrettier" and "prettierConfigFile" that enables additional formatting of output if Prettier is installed on a project. diff --git a/.changeset/eight-meals-camp.md b/.changeset/eight-meals-camp.md deleted file mode 100644 index 75ad11cc7..000000000 --- a/.changeset/eight-meals-camp.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'typedoc-plugin-markdown': patch ---- - -- Improved structure of curried and overloaded signatures (#714) (#718) -- The "hideGroupHeadings" option respects group order (#716) diff --git a/.changeset/small-lizards-float.md b/.changeset/small-lizards-float.md deleted file mode 100644 index 488dc51cc..000000000 --- a/.changeset/small-lizards-float.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'typedoc-plugin-markdown': patch ---- - -- Handle Optional types correctly (#719). diff --git a/packages/docusaurus-plugin-typedoc/CHANGELOG.md b/packages/docusaurus-plugin-typedoc/CHANGELOG.md index d15fa816d..5af11dd4a 100644 --- a/packages/docusaurus-plugin-typedoc/CHANGELOG.md +++ b/packages/docusaurus-plugin-typedoc/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 2.0.0 + +### Patch Changes + +- Updated peer dependencies + - typedoc-plugin-markdown@4.3.0 + ## 1.0.5 (2024-08-08) ### Patch Changes diff --git a/packages/docusaurus-plugin-typedoc/package.json b/packages/docusaurus-plugin-typedoc/package.json index 42bf06ba3..e566e81d9 100644 --- a/packages/docusaurus-plugin-typedoc/package.json +++ b/packages/docusaurus-plugin-typedoc/package.json @@ -1,6 +1,6 @@ { "name": "docusaurus-plugin-typedoc", - "version": "1.0.5", + "version": "2.0.0", "description": "A Docusaurus plugin to integrate TypeDoc ( + typedoc-plugin-markdown ) into a Docusaurus project.", "exports": { ".": "./dist/index.js", @@ -20,7 +20,7 @@ }, "homepage": "http://typedoc-plugin-markdown.org/plugins/docusaurus", "peerDependencies": { - "typedoc-plugin-markdown": ">=4.0.0" + "typedoc-plugin-markdown": ">=4.3.0" }, "scripts": { "lint": "eslint ./src", diff --git a/packages/typedoc-github-wiki-theme/CHANGELOG.md b/packages/typedoc-github-wiki-theme/CHANGELOG.md index b0e07767d..93a0a671b 100644 --- a/packages/typedoc-github-wiki-theme/CHANGELOG.md +++ b/packages/typedoc-github-wiki-theme/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 3.0.0 + +### Patch Changes + +- Updated peer dependencies + - typedoc-plugin-markdown@4.3.0 + ## 2.0.0 (2024-05-03) ### Breaking Changes diff --git a/packages/typedoc-github-wiki-theme/package.json b/packages/typedoc-github-wiki-theme/package.json index 03951af53..1fe1a3d0a 100644 --- a/packages/typedoc-github-wiki-theme/package.json +++ b/packages/typedoc-github-wiki-theme/package.json @@ -1,6 +1,6 @@ { "name": "typedoc-github-wiki-theme", - "version": "2.0.0", + "version": "3.0.0", "description": "A TypeDoc ( + typedoc-plugin-markdown ) theme that generates Markdown compatible with Github Wiki.", "exports": { ".": "./dist/index.js" @@ -31,7 +31,7 @@ "author": "Thomas Grey", "license": "MIT", "peerDependencies": { - "typedoc-plugin-markdown": ">=4.1.0" + "typedoc-plugin-markdown": ">=4.3.0" }, "keywords": [ "typedoc", diff --git a/packages/typedoc-gitlab-wiki-theme/CHANGELOG.md b/packages/typedoc-gitlab-wiki-theme/CHANGELOG.md index 8fe9fcf18..ccf8d96fe 100644 --- a/packages/typedoc-gitlab-wiki-theme/CHANGELOG.md +++ b/packages/typedoc-gitlab-wiki-theme/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 3.0.0 + +### Patch Changes + +- Updated peer dependencies + - typedoc-plugin-markdown@4.3.0 + ## 2.0.1 (2024-6-08) ### Patch Changes diff --git a/packages/typedoc-gitlab-wiki-theme/package.json b/packages/typedoc-gitlab-wiki-theme/package.json index e97c124d3..e352a799f 100644 --- a/packages/typedoc-gitlab-wiki-theme/package.json +++ b/packages/typedoc-gitlab-wiki-theme/package.json @@ -1,6 +1,6 @@ { "name": "typedoc-gitlab-wiki-theme", - "version": "2.0.1", + "version": "3.0.0", "description": "A TypeDoc ( + typedoc-plugin-markdown ) theme that generates Markdown compatible with Gitlab Wiki.", "exports": { ".": "./dist/index.js" @@ -31,7 +31,7 @@ "author": "Thomas Grey", "license": "MIT", "peerDependencies": { - "typedoc-plugin-markdown": ">=4.1.0" + "typedoc-plugin-markdown": ">=4.3.0" }, "keywords": [ "typedoc", diff --git a/packages/typedoc-plugin-frontmatter/CHANGELOG.md b/packages/typedoc-plugin-frontmatter/CHANGELOG.md index 78d21ca1d..837c220c1 100644 --- a/packages/typedoc-plugin-frontmatter/CHANGELOG.md +++ b/packages/typedoc-plugin-frontmatter/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 2.0.0 + +### Patch Changes + +- Updated peer dependencies + - typedoc-plugin-markdown@4.3.0 + ## 1.0.0 (2024-05-03) - First major release. diff --git a/packages/typedoc-plugin-frontmatter/package.json b/packages/typedoc-plugin-frontmatter/package.json index 5e28fce62..682abada6 100644 --- a/packages/typedoc-plugin-frontmatter/package.json +++ b/packages/typedoc-plugin-frontmatter/package.json @@ -1,6 +1,6 @@ { "name": "typedoc-plugin-frontmatter", - "version": "1.0.0", + "version": "2.0.0", "description": "A plugin for TypeDoc ( + typedoc-plugin-markdown ) that prepends configurable frontmatter to page content.", "exports": { ".": "./dist/index.js" @@ -34,7 +34,7 @@ "yaml": "^2.3.4" }, "peerDependencies": { - "typedoc-plugin-markdown": ">=4.1.0" + "typedoc-plugin-markdown": ">=4.3.0" }, "keywords": [ "frontmatter", diff --git a/packages/typedoc-plugin-markdown/CHANGELOG.md b/packages/typedoc-plugin-markdown/CHANGELOG.md index e086dae8f..91508ed48 100644 --- a/packages/typedoc-plugin-markdown/CHANGELOG.md +++ b/packages/typedoc-plugin-markdown/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## 4.3.0 + +### Minor Changes + +- Implemented typedoc 0.27 compatibility support. +- Exposed "typeDeclarationVisibility" option to provide a compacted output structure ([#703](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/703)). +- Exposed "pageTitleTemplates" option that accepts a string with placeholder or function arguments to control page titles ([#715](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/715)). +- Exposed formatting with prettier options "formatWithPrettier" and "prettierConfigFile" that enables additional formatting of output if Prettier is installed on a project. + +### Patch Changes + +- Improved structure of curried and overloaded signatures ([#714](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/714)) ([#718](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/718)) +- The "hideGroupHeadings" option respects group order ([#716](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/716)) +- Handle Optional types correctly ([#719](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/719)). + ## 4.3 Pre-release (2024-11-26) This release introduces support for TypeDoc 0.27 and some additional UX features and improvements in addition to some bug fixes. diff --git a/packages/typedoc-plugin-markdown/package.json b/packages/typedoc-plugin-markdown/package.json index 6d5e6025a..c4af45bcf 100644 --- a/packages/typedoc-plugin-markdown/package.json +++ b/packages/typedoc-plugin-markdown/package.json @@ -1,6 +1,6 @@ { "name": "typedoc-plugin-markdown", - "version": "4.2.10", + "version": "4.3.0", "description": "A plugin for TypeDoc that enables TypeScript API documentation to be generated in Markdown.", "exports": { ".": "./dist/index.js" diff --git a/packages/typedoc-plugin-remark/CHANGELOG.md b/packages/typedoc-plugin-remark/CHANGELOG.md index 69a0d2f65..8f36fca45 100644 --- a/packages/typedoc-plugin-remark/CHANGELOG.md +++ b/packages/typedoc-plugin-remark/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 2.0.0 + +### Patch Changes + +- Updated peer dependencies + - typedoc-plugin-markdown@4.3.0 + ## 1.0.3 (2024-08-15) ### Patch Changes diff --git a/packages/typedoc-plugin-remark/package.json b/packages/typedoc-plugin-remark/package.json index 58544fee1..30dbf680b 100644 --- a/packages/typedoc-plugin-remark/package.json +++ b/packages/typedoc-plugin-remark/package.json @@ -1,6 +1,6 @@ { "name": "typedoc-plugin-remark", - "version": "1.0.3", + "version": "2.0.0", "description": "A plugin for TypeDoc ( + typedoc-plugin-markdown ) that enables additional markdown transformations with remark plugins.", "exports": { ".": "./dist/index.js" @@ -35,7 +35,7 @@ "to-vfile": "^8.0.0" }, "peerDependencies": { - "typedoc-plugin-markdown": ">=4.1.0" + "typedoc-plugin-markdown": ">=4.3.0" }, "keywords": [ "typedoc", diff --git a/packages/typedoc-vitepress-theme/CHANGELOG.md b/packages/typedoc-vitepress-theme/CHANGELOG.md index ede577559..b8b6ad057 100644 --- a/packages/typedoc-vitepress-theme/CHANGELOG.md +++ b/packages/typedoc-vitepress-theme/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 2.0.0 + +### Patch Changes + +- Updated peer dependencies + - typedoc-plugin-markdown@4.3.0 + ## 1.0.2 ### Patch Changes (2024-09-30) diff --git a/packages/typedoc-vitepress-theme/package.json b/packages/typedoc-vitepress-theme/package.json index 30b264805..baa51d168 100644 --- a/packages/typedoc-vitepress-theme/package.json +++ b/packages/typedoc-vitepress-theme/package.json @@ -1,6 +1,6 @@ { "name": "typedoc-vitepress-theme", - "version": "1.0.2", + "version": "2.0.0", "description": "A TypeDoc ( + typedoc-plugin-markdown ) theme that generates Markdown compatible with VitePress.", "exports": { ".": "./dist/index.js" @@ -30,7 +30,7 @@ "test:update": "npm run build && npm test -- -u" }, "peerDependencies": { - "typedoc-plugin-markdown": ">=4.1.0" + "typedoc-plugin-markdown": ">=4.3.0" }, "license": "MIT", "keywords": [