Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 2.3.2 #5110

Merged
merged 3 commits into from Sep 20, 2018
Merged

Release 2.3.2 #5110

merged 3 commits into from Sep 20, 2018

Conversation

GeoffreyBooth
Copy link
Collaborator

https://rawgit.com/geoffreybooth/coffeescript/release-2.3.2/docs/v2/index.html#changelog

  • Babel 7 is now supported. With version 7, the Babel team moved from 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.
  • The syntax new.target is now supported.
  • You can now follow the keyword yield with an indented object, like has already been allowed for return and other keywords.
  • Previously, any comments inside a JSX tag or attribute would cause interpolation braces ({ 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.

@GeoffreyBooth GeoffreyBooth mentioned this pull request Sep 18, 2018
@GeoffreyBooth GeoffreyBooth merged commit 6e86b67 into jashkenas:master Sep 20, 2018
@GeoffreyBooth GeoffreyBooth deleted the release-2.3.2 branch September 20, 2018 06:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant