Skip to content

Commit 0e7a336

Browse files
committed
[0.2.0]
1 parent 70c52d4 commit 0e7a336

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
```

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "atool-doc",
3-
"version": "0.2.0-beta4",
3+
"version": "0.2.0",
44
"description": "",
55
"keywords": [
66
"atool",

0 commit comments

Comments
 (0)