Skip to content

Commit d30c260

Browse files
committed
v0.3.8
1 parent 2b108cd commit d30c260

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGES

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
v0.3.7 -- 2012.03.22
29
Fixes:
310
* Input paths resolution now works properly in all cases (on both *nix and windows)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webmake",
3-
"version": "0.3.7",
3+
"version": "0.3.8",
44
"description": "Bundle CommonJS modules into single script for web browser",
55
"keywords": [
66
"browser",

0 commit comments

Comments
 (0)