File tree Expand file tree Collapse file tree 3 files changed +12
-1
lines changed
Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1+ ## 0.2.0
2+
3+ ` 2016-04-13 `
4+
5+ - change postLoader to preLoader, fix [ #6 ] ( https://github.com/ant-tool/atool-doc/issues/6 )
6+ - support directory demo files, [ #5 ] ( https://github.com/ant-tool/atool-doc/issues/5 )
7+ - suppoer customizing port of dora
8+ - support customizing title of each demo file
9+ - add catalog in each element demo file
10+ - add meta to context of file
Original file line number Diff line number Diff line change @@ -72,6 +72,7 @@ $ npm i atool-doc -g
7272 --source < dir> config path of demo files dir, default examples
7373 --tpl < path> config path of tpl file
7474 --config < path> config path of webpack.config, default webpack.config.js
75+ --port < number> specify server port, default 8002
7576 --build only build
7677 -w, --watch using with --build, watch mode
7778```
Original file line number Diff line number Diff line change 11{
22 "name" : " atool-doc" ,
3- "version" : " 0.2.0-beta4 " ,
3+ "version" : " 0.2.0" ,
44 "description" : " " ,
55 "keywords" : [
66 " atool" ,
You can’t perform that action at this time.
0 commit comments