We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b108cd commit d30c260Copy full SHA for d30c260
CHANGES
@@ -1,3 +1,10 @@
1
+v0.3.8 -- 2012.06.13
2
+* Webmake function is now hybrid it accepts a callback and returns promise
3
+* Great documentation improvements from Jaap Roes
4
+* Update up to v0.8 branch of es5-ext and v0.5 branch of deferred
5
+* package.json now in npm friendly format
6
+* It's safe to use optimist at v0.3
7
+
8
v0.3.7 -- 2012.03.22
9
Fixes:
10
* Input paths resolution now works properly in all cases (on both *nix and windows)
package.json
@@ -1,6 +1,6 @@
{
"name": "webmake",
- "version": "0.3.7",
+ "version": "0.3.8",
"description": "Bundle CommonJS modules into single script for web browser",
"keywords": [
"browser",
0 commit comments