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
+
1
7
v0.3.11 -- 2012.07.20
2
8
* Support browser polyfills for Node.js modules. Such modules should be placed
3
9
in node_modules folder to be picked up by Webmake
@@ -32,10 +38,10 @@ v0.3.6 -- 2012.02.23
32
38
v0.3.5 -- 2012.02.12
33
39
* Fixed resolution of paths ended with slash (client side logic didn't handle
34
40
that properly)
35
- * Cleanup and from now on mantain code with JSLint
41
+ * Cleanup and from now on maintain code with JSLint
36
42
37
43
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
39
45
returning content)
40
46
* Byte order mark awareness
41
47
* Pack properly modules without EOL at EOF
@@ -46,7 +52,7 @@ v0.3.4 -- 2012.01.22
46
52
* Better error messages
47
53
* Support for packing programs that are not in package context
48
54
* Take out parser as separate module, thanks to that, more can be done
49
- programatically
55
+ programmatically
50
56
* Use '.js' in paths, without that e.g. dir 'foo' collided with 'foo.js' module
51
57
* Webmake template now safe for old JS implementations that doesn't support
52
58
indexes on strings
@@ -61,7 +67,7 @@ Fixes, following now works:
61
67
* Require paths ending with js file extension
62
68
* Requiring modules from packages that not have main module
63
69
64
- Maintanance :
70
+ Maintenance :
65
71
66
72
67
73
v0.3.1 -- 2011.08.11
@@ -70,7 +76,7 @@ v0.3.1 -- 2011.08.11
70
76
v0.3.0 -- 2011.08.11
71
77
* Rewritten whole logic with help of promises
72
78
* 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
74
80
code as result. Shell binary still takes input and output paths as arguments
75
81
* Binary is now visible in PATH (when installed globally via npm)
76
82
* Better documentation
0 commit comments