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
585 B
585 B
releaseHeader('2015-01-29', '1.9.0', '1.8.0')
- CoffeeScript now supports ES2015 generators. A generator is simply a function that
yields. - More robust parsing and improved error messages for strings and regexes — especially with respect to interpolation.
- Changed strategy for the generation of internal compiler variable names. Note that this means that
@examplefunction parameters are no longer available as nakedexamplevariables within the function body. - Fixed REPL compatibility with latest versions of Node and Io.js.
- Various minor bug fixes.