Skip to content

Instantly share code, notes, and snippets.

@jashkenas
Created June 2, 2013 05:33
Show Gist options
  • Save jashkenas/5692717 to your computer and use it in GitHub Desktop.
Save jashkenas/5692717 to your computer and use it in GitHub Desktop.
<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