UNPKG

742 BMarkdownView Raw
1### 0.0.7-pre
2* Engine template file extension is now optional, defaults to html
3* Modify gen ID format, no longer includes millisecs value
4
5### 0.0.6
6* Fix incorrect URL path and directory path on Windows
7
8### 0.0.5
9* Fix params.js reloading in watch mode
10* Add clean target to remove the generated website
11* Fix fileDeleted event handling in watch mode, no longer keeps deleted file in generated website
12
13### 0.0.4
14* Display usage on arg-less comamand
15* Upgrade jazz to v0.0.18, file to v0.2.0
16* Replace watch-tree module with watch-tree-maintained for node v0.6.x compatibility
17
18### 0.0.3
19* Fix watch mode to work with both files and dirs (using watch-tree)
20
21### 0.0.2
22* Refactor lib modules
23* Add watch mode
24
25### 0.0.1
26* Initial version