Skip to content

Commit 295f80f

Browse files
committed
CHANGES doc
1 parent 29530ee commit 295f80f

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGES

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
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+
117
v0.3.3 -- 2011.08.12
218
Meaningful error when requiring one of node's specific modules
319

0 commit comments

Comments
 (0)