File tree 4 files changed +11
-11
lines changed
4 files changed +11
-11
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2
2
3
3
## 2.0.0
4
4
5
+ ### Major Changes
6
+
7
+ - Removed "defaultRemarkPlugins" option - remark plugins are no longer added by default.
8
+
9
+ ### Minor Changes
10
+
11
+ - Added support for conditional "remarkPlugins" configuration.
12
+
13
+ ## 2.0.0
14
+
5
15
This release includes fundamental architectural improvements and support for loading plugins conditionally based on page kind.
6
16
7
17
### Architectural Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " typedoc-plugin-remark" ,
3
- "version" : " 1.3 .0" ,
3
+ "version" : " 2.0 .0" ,
4
4
"description" : " A plugin for TypeDoc ( + typedoc-plugin-markdown ) that enables additional markdown transformations with remark plugins." ,
5
5
"exports" : {
6
6
"." : " ./dist/index.js"
You can’t perform that action at this time.
0 commit comments