Skip to content

Commit 31c9043

Browse files
committed
Bump version to v0.3.7
1 parent 0bd73e5 commit 31c9043

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGES

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
v0.3.7 -- 2012.03.22
2+
Fixes:
3+
* Input paths resolution now works properly in all cases (on both *nix and windows)
4+
* Require paths resolution logic is now aware of current system separator type,
5+
this makes webmake 100% ready for both systems (*nix and windows)..
6+
* Handling of current and parent directory index requires (e.g. './' or '../')
7+
* Handling of paths with trailing slash (e.g. './path/') where both file
8+
and directory is present (e.g. ./path.js and ./path/)
9+
110
v0.3.6 -- 2012.02.23
211
* Replace rudimentary require calls parser with solid and fast solution - find-requires module
312
* Add support for sourcemaps

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.6",
3+
"version": "0.3.7",
44
"description": "Bundle CommonJS modules into single script for web browser",
55
"keywords": ["browser", "browserify", "build", "builder", "bundle",
66
"generator", "deploy", "make", "modules", "package", "packager", "require",

0 commit comments

Comments
 (0)