File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.1.3 (November 7, 2016)
4
+
5
+ - Added update-notifier.
6
+
3
7
## 1.1.2 (November 4, 2016)
4
8
5
9
- Added local plugin resolution.
Original file line number Diff line number Diff line change 1
- # [ doxdox] ( https://github.com/neogeek/doxdox ) * 1.1.1 *
1
+ # [ doxdox] ( https://github.com/neogeek/doxdox ) * 1.1.3 *
2
2
3
3
> JSDoc to Bootstrap and Markdown documentation generator.
4
4
@@ -115,6 +115,7 @@ Load layout plugin based on user defined choice.
115
115
116
116
loadPlugin({'layout': 'markdown'}).then(plugin => {});
117
117
loadPlugin({'layout': 'templates/README.hbs'}).then(plugin => {});
118
+ loadPlugin({'layout': 'plugin.js'}).then(plugin => {});
118
119
119
120
120
121
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " doxdox" ,
3
3
"description" : " JSDoc to Bootstrap and Markdown documentation generator." ,
4
- "version" : " 1.1.2 " ,
4
+ "version" : " 1.1.3 " ,
5
5
"bin" : {
6
6
"doxdox" : " ./bin/doxdox"
7
7
},
You can’t perform that action at this time.
0 commit comments