Back to Coffeescript

1.9.1

documentation/sections/changelog/1.9.1.md

2.7.0556 B
Original Source
releaseHeader('2015-02-18', '1.9.1', '1.9.0')
  • Interpolation now works in object literal keys (again). You can use this to dynamically name properties.
  • Internal compiler variable names no longer start with underscores. This makes the generated JavaScript a bit prettier, and also fixes an issue with the completely broken and ungodly way that AngularJS “parses” function arguments.
  • Fixed a few yield-related edge cases with yield return and yield throw.
  • Minor bug fixes and various improvements to compiler error messages.