v7.9.6 (2020-04-29)
Thanks to @Beraliv, @ChintanAcharya, @dosentmatter, @jdreesen and @johannes-z for their first PRs!
👓 Spec Compliance
babel-plugin-proposal-object-rest-spread- #11471 Fix evaluation order with object spread, 2 (@jridgewell)
- #11412 Fix evaluation order with object spread (@Zzzen)
babel-helper-replace-supers,babel-plugin-proposal-class-properties,babel-plugin-transform-classes- #11480 Super property eval order (@jridgewell)
🚀 New Feature
babel-traverse,babel-types
🐛 Bug Fix
babel-helper-create-class-features-plugin,babel-helpers,babel-plugin-transform-modules-commonjs,babel-preset-env- #11495 Fix helpers.unsupportedIterableToArray for Map and Set (@ChintanAcharya)
babel-traversebabel-plugin-transform-typescript- #11410 Throw error for TypeScript
declare const enum(@dosentmatter)
- #11410 Throw error for TypeScript
babel-compat-datababel-parserbabel-helper-create-class-features-plugin,babel-plugin-proposal-class-properties- #11424 Fix redeclaring private in nested class's superClass (@jridgewell)
- #11405 Fix nested classes reference private fields (@jridgewell)
babel-traverse,babel-typesbabel-standalonebabel-plugin-transform-runtime- #11366 fix: replace backslashes with forward slashes from resolved path for … (@johannes-z)
babel-generator,babel-plugin-proposal-decorators,babel-plugin-proposal-pipeline-operator,babel-plugin-proposal-throw-expressions,babel-plugin-transform-async-to-generator- #11382 Unify parens printing for postfix-like expressions (@nicolo-ribaudo)
💅 Polish
babel-parserbabel-core
📝 Documentation
babel-parser- Other
- #11493 Add note about experimental nature of @babel/eslint-* packages (@kaicataldo)
- #11403 contributing.md updates [skip ci] (@hzoo)
🏠 Internal
babel-compat-data,babel-preset-env- #11496 Update compat table script (@nicolo-ribaudo)
- #11450 Update compat data (@JLHwung)
- Other
babel-node
🏃♀️ Performance
babel-helpers,babel-plugin-proposal-class-properties,babel-plugin-proposal-decorators,babel-plugin-transform-classes,babel-plugin-transform-function-name,babel-plugin-transform-parameters,babel-plugin-transform-react-jsx,babel-plugin-transform-runtime,babel-plugin-transform-typescript,babel-preset-env- #11401 Speed up the createSuper helper (@jridgewell)
Committers: 13
- Arun Kumar Mohan (@arku)
- Brian Ng (@existentialism)
- Chintan Acharya (@ChintanAcharya)
- Henry Zhu (@hzoo)
- Huáng Jùnliàng (@JLHwung)
- Jacob Dreesen (@jdreesen)
- Justin Ridgewell (@jridgewell)
- Kai Cataldo (@kaicataldo)
- Kevin Lau (@dosentmatter)
- Nicolò Ribaudo (@nicolo-ribaudo)
- Zen (@Zzzen)
- beraliv (@Beraliv)
- johannes (@johannes-z)