Back to Coffeescript

0.5.6

documentation/sections/changelog/0.5.6.md

2.7.0523 B
Original Source
releaseHeader('2010-03-23', '0.5.6', '0.5.5')

Interpolation can now be used within regular expressions and heredocs, as well as strings. Added the <- bind operator. Allowing assignment to half-expressions instead of special ||=-style operators. The arguments object is no longer automatically converted into an array. After requiring coffeescript, Node.js can now directly load .coffee files, thanks to registerExtension. Multiple splats can now be used in function calls, arrays, and pattern matching.