Back to Coffeescript

0.9.3

documentation/sections/changelog/0.9.3.md

2.7.0331 B
Original Source
releaseHeader('2010-09-16', '0.9.3', '0.9.2')

CoffeeScript switch statements now compile into JS switch statements — they previously compiled into if/else chains for JavaScript 1.3 compatibility. Soaking a function invocation is now supported. Users of the RubyMine editor should now be able to use --watch mode.