Skip to content

Commit f4b0f1c

Browse files
committed
v0.3.12
1 parent 3f583c4 commit f4b0f1c

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

CHANGES

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
v0.3.12 -- 2012.10.05
2+
* Add 'name' and 'amd' options. Bundle can now be directly exposed
3+
in global (or AMD) namespace
4+
* Update dependencies to its latest versions
5+
* Improve documentation
6+
17
v0.3.11 -- 2012.07.20
28
* Support browser polyfills for Node.js modules. Such modules should be placed
39
in node_modules folder to be picked up by Webmake
@@ -32,10 +38,10 @@ v0.3.6 -- 2012.02.23
3238
v0.3.5 -- 2012.02.12
3339
* Fixed resolution of paths ended with slash (client side logic didn't handle
3440
that properly)
35-
* Cleanup and from now on mantain code with JSLint
41+
* Cleanup and from now on maintain code with JSLint
3642

3743
v0.3.4 -- 2012.01.22
38-
* Now programatically webmake can write output file (before it was just
44+
* Now programmatically webmake can write output file (before it was just
3945
returning content)
4046
* Byte order mark awareness
4147
* Pack properly modules without EOL at EOF
@@ -46,7 +52,7 @@ v0.3.4 -- 2012.01.22
4652
* Better error messages
4753
* Support for packing programs that are not in package context
4854
* Take out parser as separate module, thanks to that, more can be done
49-
programatically
55+
programmatically
5056
* Use '.js' in paths, without that e.g. dir 'foo' collided with 'foo.js' module
5157
* Webmake template now safe for old JS implementations that doesn't support
5258
indexes on strings
@@ -61,7 +67,7 @@ Fixes, following now works:
6167
* Require paths ending with js file extension
6268
* Requiring modules from packages that not have main module
6369

64-
Maintanance:
70+
Maintenance:
6571
* Update up to [email protected]
6672

6773
v0.3.1 -- 2011.08.11
@@ -70,7 +76,7 @@ v0.3.1 -- 2011.08.11
7076
v0.3.0 -- 2011.08.11
7177
* Rewritten whole logic with help of promises
7278
* Packages support (!)
73-
* webmake function now takes only input path paramater and returns source
79+
* webmake function now takes only input path parameter and returns source
7480
code as result. Shell binary still takes input and output paths as arguments
7581
* Binary is now visible in PATH (when installed globally via npm)
7682
* Better documentation

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.11",
3+
"version": "0.3.12",
44
"description": "Bundle CommonJS modules into single script for web browser",
55
"keywords": [
66
"browser",

0 commit comments

Comments
 (0)