UNPKG

1.03 kBMarkdownView Raw
1### 0.1.0-pre
2* Update example site with Bootstrap and Google Fonts
3* Set min node engine to >= v0.10.0
4
5### 0.0.10
6* Add outDir flag to gen and watch/drift commands
7
8### 0.0.9
9* Change test lib to buster-node + referee
10* Set min node engine to >= v0.8.0
11
12### 0.0.8
13* Update dependencies
14
15### 0.0.7
16* Engine template file extension is now optional, defaults to html
17* Modify gen ID format, no longer includes millisecs value
18
19### 0.0.6
20* Fix incorrect URL path and directory path on Windows
21
22### 0.0.5
23* Fix params.js reloading in watch mode
24* Add clean target to remove the generated website
25* Fix fileDeleted event handling in watch mode, no longer keeps deleted file in generated website
26
27### 0.0.4
28* Display usage on arg-less comamand
29* Upgrade jazz to v0.0.18, file to v0.2.0
30* Replace watch-tree module with watch-tree-maintained for node v0.6.x compatibility
31
32### 0.0.3
33* Fix watch mode to work with both files and dirs (using watch-tree)
34
35### 0.0.2
36* Refactor lib modules
37* Add watch mode
38
39### 0.0.1
40* Initial version