Created
June 2, 2013 05:33
-
-
Save jashkenas/5692717 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<li> | |
The CoffeeScript REPL now remembers your history between sessions. | |
Just like a proper REPL should. | |
</li> | |
<li> | |
You can now use <tt>require</tt> in Node to load <tt>.coffee.md</tt> | |
Literate CoffeeScript files. In the browser, | |
<tt>text/literate-coffeescript</tt> script tags. | |
</li> | |
<li> | |
Bugfixes for Windows path separators, <tt>catch</tt> without naming | |
the error, and exectuable-class-bodies-with- | |
prototypal-property-attachment. | |
</li> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment