@@ -111,7 +111,7 @@ alert reverse '!tpircseeffoC'</textarea></div>
111111
112112 < p >
113113 < b > Latest Version:</ b >
114- < a href ="http://github.com/jashkenas/coffee-script/tarball/0.5.3 "> 0.5.3 </ a >
114+ < a href ="http://github.com/jashkenas/coffee-script/tarball/0.5.4 "> 0.5.4 </ a >
115115 </ p >
116116
117117 < h2 >
@@ -153,10 +153,12 @@ alert reverse '!tpircseeffoC'</textarea></div>
153153
154154 < p >
155155 To install, first make sure you have a working version of
156- < a href ="http://nodejs.org/ "> Node.js</ a > greater than version 0.1.30. Then clone the CoffeeScript
156+ < a href ="http://nodejs.org/ "> Node.js</ a > greater than version 0.1.30 (Node
157+ moves quickly, using the latest master is your best bet).
158+ Then clone the CoffeeScript
157159 < a href ="http://github.com/jashkenas/coffee-script "> source repository</ a >
158160 from GitHub, or download the latest
159- release: < a href ="http://github.com/jashkenas/coffee-script/tarball/0.5.3 "> 0.5.3 </ a > .
161+ release: < a href ="http://github.com/jashkenas/coffee-script/tarball/0.5.4 "> 0.5.4 </ a > .
160162 To install the CoffeeScript compiler system-wide
161163 under < tt > /usr/local</ tt > , open the directory and run:
162164 </ p >
@@ -795,6 +797,13 @@ coffee --print app/scripts/*.coffee > concatenation.js</pre>
795797 Change Log
796798 </ h2 >
797799
800+ < p >
801+ < b class ="header " style ="margin-top: 20px; "> 0.5.4</ b >
802+ Bugfix that corrects the Node.js global constants < tt > __filename</ tt > and
803+ < tt > __dirname</ tt > . Tweaks for more flexible parsing of nested function
804+ literals and improperly-indented comments. Updates for the latest Node.js API.
805+ </ p >
806+
798807 < p >
799808 < b class ="header " style ="margin-top: 20px; "> 0.5.3</ b >
800809 CoffeeScript now has a syntax for defining classes. Many of the core
0 commit comments