From 0e7a3369a27ee5cc8d0b5a22f9977c3158bf6e20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BB=AF=E4=B8=80?= Date: Wed, 13 Apr 2016 17:49:59 +0800 Subject: [PATCH] [0.2.0] --- CHANGELOG.md | 10 ++++++++++ README.md | 1 + package.json | 2 +- 3 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..27183d0 --- /dev/null +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 43dc427..2ca1ae2 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,7 @@ $ npm i atool-doc -g --source config path of demo files dir, default examples --tpl config path of tpl file --config config path of webpack.config, default webpack.config.js + --port specify server port, default 8002 --build only build -w, --watch using with --build, watch mode ``` diff --git a/package.json b/package.json index cd408a5..2d512ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "atool-doc", - "version": "0.2.0-beta4", + "version": "0.2.0", "description": "", "keywords": [ "atool",