Skip to content

Commit

Permalink
[0.2.0]
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredleechn committed Apr 13, 2016
1 parent 70c52d4 commit 0e7a336
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## 0.2.0

`2016-04-13`

- change postLoader to preLoader, fix [#6](https://github.com/ant-tool/atool-doc/issues/6)
- support directory demo files, [#5](https://github.com/ant-tool/atool-doc/issues/5)
- suppoer customizing port of dora
- support customizing title of each demo file
- add catalog in each element demo file
- add meta to context of file
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ $ npm i atool-doc -g
--source <dir> config path of demo files dir, default examples
--tpl <path> config path of tpl file
--config <path> config path of webpack.config, default webpack.config.js
--port <number> specify server port, default 8002
--build only build
-w, --watch using with --build, watch mode
```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "atool-doc",
"version": "0.2.0-beta4",
"version": "0.2.0",
"description": "",
"keywords": [
"atool",
Expand Down

0 comments on commit 0e7a336

Please sign in to comment.