Back to Coffeescript

1.11.1

documentation/sections/changelog/1.11.1.md

2.7.0388 B
Original Source
releaseHeader('2016-10-02', '1.11.1', '1.11.0')
  • Bugfix for shorthand object syntax after interpolated keys.
  • Bugfix for indentation-stripping in """ strings.
  • Bugfix for not being able to use the name “arguments” for a prototype property of class.
  • Correctly compile large hexadecimal numbers literals to 2e308 (just like all other large number literals do).