Back to Coffeescript

2.1.1

documentation/sections/changelog/2.1.1.md

2.7.0406 B
Original Source
releaseHeader('2017-12-29', '2.1.1', '2.1.0')
  • Bugfix to set the correct context for executable class bodies. So in class @B extends @A then @property = 1, the @ in @property now refers to the class, not the global object.
  • Bugfix where anonymous classes were getting created using the same automatic variable name. They now each receive unique names, so as not to override each other.