documentation/sections/changelog/2.3.2.md
releaseHeader('2018-09-19', '2.3.2', '2.3.1')
babel-core on NPM to @babel/core. Now the CoffeeScript --transpile option will first search for @babel/core (Babel versions 7 and above) and then search for babel-core (versions 6 and below) to try to find an installed version of Babel to use for transpilation.new.target is now supported.yield with an indented object, like has already been allowed for return and other keywords.{ and }) to be output. This is only necessary for line (#, or // in JavaScript) comments, not here (###, or /* */) comments; so now the compiler checks if all the comments that would trigger the braces are here comments, and if so it doesn’t generate the unnecessary interpolation braces.