File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change
1
+ v0.3.4 -- 2012.01.22
2
+ * Now programatically webmake can write output file (before it was just returning content)
3
+ * Byte order mark awaraness
4
+ * Pack properly modules without EOL at EOF
5
+ * Better 'require' calls parser (but still primitive)
6
+ * Allow more input files via options
7
+ * More efficient parser
8
+ * Generate modules tree always in alphabetical order (diff friendly)
9
+ * Better error messages
10
+ * Support for packing programs that are not in package context
11
+ * Take out parser as separate module, thanks to that, more can be done programatically
12
+ * Use '.js' in paths, without that e.g. dir 'foo' collided with 'foo.js' module
13
+ * Webmake template now safe for old JS implementations that doesn't support indexes on strings
14
+ * Windows support
15
+ * Travis CI Configuration
16
+
1
17
v0.3.3 -- 2011.08.12
2
18
Meaningful error when requiring one of node's specific modules
3
19
You can’t perform that action at this time.
0 commit comments