mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-05-03 03:00:14 -04:00
* Changelog sub-sections should use h3, not h2; no need for hack anchor tag anymore * Internationalize dates to user’s locale * Consistent names * Split up the changelog into separate files per version; make HTML markup consistent with the other sections in the docs * Fix sidebar links for introduction and overview
618 B
618 B
releaseHeader('2011-12-18', '1.2.0', '1.1.3')
- Multiple improvements to
coffee --watchand--join. You may now use both together, as well as add and remove files and directories within a--watch’d folder. - The
throwstatement 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.