v7.0.0-beta.42 (2018-03-15)
💥 Breaking Change
babel-helper-module-transforms
,babel-plugin-transform-classes
,babel-plugin-transform-modules-commonjs
- #7545 Make
import
s in.mjs
files use node-like behavior where 'exports' is '.default' only. . (@loganfsmyth)
- #7545 Make
🚀 New Feature
babel-helper-module-transforms
,babel-plugin-transform-classes
,babel-plugin-transform-modules-commonjs
- #7545 Make
import
s in.mjs
files use node-like behavior where 'exports' is '.default' only. . (@loganfsmyth)
- #7545 Make
babel-plugin-proposal-object-rest-spread
,babel-plugin-transform-destructuring
🐛 Bug Fix
babel-preset-env
- #7562 Use helper-module-import inside preset-env. (@existentialism)
babel-core
,babel-helper-plugin-utils
- #7580 Ensure that the backward-compat logic for plugin-utils copies over the version API properly.. (@loganfsmyth)
babel-plugin-proposal-async-generator-functions
- #7575 Fix "Module build failed: Error: Cannot find module '@babel/types'". (@mgroenhoff)
babel-helpers
,babel-plugin-transform-classes
,babel-preset-env
- #7570 Fix incorrect value of _cache in _wrapNativeSuper. (@simonkberg)
💅 Polish
babel-helpers
,babel-plugin-transform-classes
,babel-preset-env
babel-plugin-proposal-object-rest-spread
,babel-plugin-transform-destructuring
📝 Documentation
babylon
- #7571 Remove outdated spec deviation note. (@benwiley4000)
🏠 Internal
babel-generator
,babel-plugin-transform-typescript
- #7578 Rename actual/expected test files to input/output. (@CodingItWrong)
- Other
Committers: 9
- Ben Wiley (benwiley4000)
- Brian Ng (existentialism)
- Henry Zhu (hzoo)
- Josh Justice (CodingItWrong)
- Logan Smyth (loganfsmyth)
- Mateusz Burzyński (Andarist)
- Melvin Groenhoff (mgroenhoff)
- Simon Kjellberg (simonkberg)
- Thomas Reggi (reggi)