File tree 3 files changed +12
-11
lines changed
packages/typedoc-plugin-markdown
3 files changed +12
-11
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 4.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Fix symbol url anchors when "flattenOutputFiles" is "true" ([ #616 ] ( https://github.com/typedoc2md/typedoc-plugin-markdown/issues/616 ) )
8
+ - Normalize line breaks and tags within table columns ([ #615 ] ( https://github.com/typedoc2md/typedoc-plugin-markdown/issues/615 ) )
9
+ - Remove superfluous spaces and symbol on external links ([ #614 ] ( https://github.com/typedoc2md/typedoc-plugin-markdown/issues/614 ) )
10
+ - Escape all angle brackets with "santizeComments" ([ #612 ] ( https://github.com/typedoc2md/typedoc-plugin-markdown/issues/612 ) )
11
+ - Correctly handle quoted symbol names ([ #611 ] ( https://github.com/typedoc2md/typedoc-plugin-markdown/issues/611 ) )
12
+ - Correctly handle excludeScopesInPaths in windows ([ #610 ] ( https://github.com/typedoc2md/typedoc-plugin-markdown/issues/610 ) )
13
+
3
14
## 4.0.1 (2024-05-07)
4
15
5
16
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " typedoc-plugin-markdown" ,
3
- "version" : " 4.0.1 " ,
3
+ "version" : " 4.0.2 " ,
4
4
"description" : " A plugin for TypeDoc that enables TypeScript API documentation to be generated in Markdown." ,
5
5
"main" : " dist/index.js" ,
6
6
"files" : [
You can’t perform that action at this time.
0 commit comments