Back to Coffeescript

1.5.0

documentation/sections/changelog/1.5.0.md

2.7.0591 B
Original Source
releaseHeader('2013-02-25', '1.5.0', '1.4.0')
  • First release of Literate CoffeeScript.
  • The CoffeeScript REPL is now based on the Node.js REPL, and should work better and more familiarly.
  • Returning explicit values from constructors is now forbidden. If you want to return an arbitrary value, use a function, not a constructor.
  • You can now loop over an array backwards, without having to manually deal with the indexes: for item in list by -1
  • Source locations are now preserved in the CoffeeScript AST, although source maps are not yet being emitted.