Back to Coffeescript

2.0.0 Beta3

documentation/sections/changelog/2.0.0-beta3.md

2.7.0571 B
Original Source
releaseHeader('2017-06-30', '2.0.0-beta3', '2.0.0-beta2')
  • JSX is now supported.
  • Object rest/spread properties 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.
  • 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.