File: 2.0.0-beta3.md

package info (click to toggle)
coffeescript 2.7.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 11,608 kB
  • sloc: javascript: 1,273; makefile: 19; xml: 9; sh: 6
file content (9 lines) | stat: -rw-r--r-- 572 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
```
releaseHeader('2017-06-30', '2.0.0-beta3', '2.0.0-beta2')
```

*   [JSX](#jsx) is now supported.
*   [Object rest/spread properties](#object-spread) are now supported.
*   Bound (fat arrow) methods are once again supported in classes; though an error will be thrown if you attempt to call the method before it is bound. See [breaking changes for classes](#breaking-changes-classes).
*   The REPL no longer warns about assigning to `_`.
*   Bugfixes for destructured nested default values and issues related to chaining or continuing expressions across multiple lines.