Back to Coffeescript

1.2.0

documentation/sections/changelog/1.2.0.md

2.7.0617 B
Original Source
releaseHeader('2011-12-18', '1.2.0', '1.1.3')
  • Multiple improvements to coffee --watch and --join. You may now use both together, as well as add and remove files and directories within a --watch’d folder.
  • The throw statement can now be used as part of an expression.
  • Block comments at the top of the file will now appear outside of the safety closure wrapper.
  • Fixed a number of minor 1.1.3 regressions having to do with trailing operators and unfinished lines, and a more major 1.1.3 regression that caused bound functions within bound class functions to have the incorrect this.