Skip to content

Commit 4889720

Browse files
committed
v0.3.18
1 parent 2d8f54b commit 4889720

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGES

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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+
18
v0.3.17 -- 2013.05.20
29
* Provide `ignoreErrors` options, so requiring packages that pass dynamicaly
310
generated paths to require calls is possible.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webmake",
3-
"version": "0.3.17",
3+
"version": "0.3.18",
44
"description": "Bundle CommonJS modules into single script for web browser",
55
"keywords": [
66
"browser",
@@ -37,7 +37,7 @@
3737
"node": ">=0.8"
3838
},
3939
"dependencies": {
40-
"deferred": "~0.6.4",
40+
"deferred": "~0.6.5",
4141
"es5-ext": "~0.9.2",
4242
"find-requires": "~0.1.5",
4343
"fs2": "~0.1.5",

0 commit comments

Comments
 (0)