Back to Coffeescript

2.2.3

documentation/sections/changelog/2.2.3.md

2.7.0263 B
Original Source
releaseHeader('2018-03-11', '2.2.3', '2.2.2')
  • Bugfix for object destructuring with an empty array as a key’s value: { key: [] } = obj.
  • Bugfix for array destructuring onto targets attached to this: [ @most... , @penultimate, @last ] = arr.