File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change
1
+ v0.3.18 -- 2013.06.05
2
+ * Allow asynchronous compilation of extensions
3
+ * `prettyOutput` option through which we can prevent corrected indentation of
4
+ output. When bound to process that's a memory hog, indentation can
5
+ noticeably slow down generation of a bundle.
6
+ * Provide information about Webassmble tool in documentation
7
+
1
8
v0.3.17 -- 2013.05.20
2
9
* Provide `ignoreErrors` options, so requiring packages that pass dynamicaly
3
10
generated paths to require calls is possible.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " webmake" ,
3
- "version" : " 0.3.17 " ,
3
+ "version" : " 0.3.18 " ,
4
4
"description" : " Bundle CommonJS modules into single script for web browser" ,
5
5
"keywords" : [
6
6
" browser" ,
37
37
"node" : " >=0.8"
38
38
},
39
39
"dependencies" : {
40
- "deferred" : " ~0.6.4 " ,
40
+ "deferred" : " ~0.6.5 " ,
41
41
"es5-ext" : " ~0.9.2" ,
42
42
"find-requires" : " ~0.1.5" ,
43
43
"fs2" : " ~0.1.5" ,
You can’t perform that action at this time.
0 commit comments