File: 2.0.0-beta1.md

package info (click to toggle)
coffeescript 2.7.0%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 9,360 kB
  • sloc: makefile: 20; xml: 9; sh: 6; javascript: 5
file content (9 lines) | stat: -rw-r--r-- 757 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
```
releaseHeader('2017-04-14', '2.0.0-beta1', '2.0.0-alpha1')
```

*   Initial beta release of CoffeeScript 2. No further breaking changes are anticipated.
*   Destructured objects and arrays now output using ES2015+ syntax whenever possible.
*   Literate CoffeeScript now has much better support for parsing Markdown, thanks to using [Markdown-It](https://github.com/markdown-it/markdown-it) to detect Markdown sections rather than just looking at indentation.
*   Calling a function named `get` or `set` now requires parentheses, to disambiguate from the `get` or `set` keywords (which are [disallowed](#unsupported-get-set)).
*   The compiler now requires Node 7.6+, the first version of Node to support asynchronous functions without requiring a flag.