Back to Coffeescript

0.5.3

documentation/sections/changelog/0.5.3.md

2.7.0423 B
Original Source
releaseHeader('2010-02-27', '0.5.3', '0.5.2')

CoffeeScript now has a syntax for defining classes. Many of the core components (Nodes, Lexer, Rewriter, Scope, Optparse) are using them. Cakefiles can use optparse.coffee to define options for tasks. --run is now the default flag for the coffee command, use --compile to save JavaScripts. Bugfix for an ambiguity between RegExp literals and chained divisions.