v7.0.0-beta.43 (2018-04-02)
Various fixes, also lazy-load @babel/core
dependencies (should make config lookup and other API methods fast for other projects to use).
👓 Spec Compliancy
babel-plugin-proposal-logical-assignment-operators
- #7604 Logical Assignment: ensure computed key isn't recomputed. (@jridgewell)
🚀 New Feature
babel-node
babel-generator
,babylon
babel-template
babel-preset-env
- #7242 Add regexp support to include/exclude. (@aminmarashi)
🐛 Bug Fix
babel-types
- #7639 Allow StringLiteral and NumericLiteral as ObjectTypeProperty.key. (@unconfident)
babylon
- #7617 Prevent duplicate regex flags. (@existentialism)
babel-preset-env
- #7586 Tweak es2015-related plugin order in preset-env. (@existentialism)
💅 Polish
🏠 Internal
babel-*
- #7579 Migrate a few packages' tests to use Jest Expect (see below). (@devenbansod)
babel-node
,babel-register
- #7588 Have @babel/core lazy-load all dependencies and make @babel/register not explode because of that. (@loganfsmyth)
- Other
- #7609 Update to beta.42. (@existentialism)
- #7599 Centralize Babel's own compilation config to make it easier to follow.. (@loganfsmyth)
babel-plugin-transform-classes
,babel-preset-env
babel-cli
,babel-core
,babel-helpers
,babel-node
,babel-plugin-transform-for-of
,babel-preset-env
,babylon
babel-plugin-transform-classes
Committers: 14
- Abu Shamsutdinov (yakotika)
- Amin Marashi (aminmarashi)
- Andy (andy-ms)
- Brian Ng (existentialism)
- Daniel Tschinder (danez)
- Deven Bansod (devenbansod)
- Henry Zhu (hzoo)
- John-David Dalton (jdalton)
- Justin Ridgewell (jridgewell)
- Logan Smyth (loganfsmyth)
- Mateusz Burzyński (Andarist)
- Michał Pierzchała (thymikee)
- Sven SAULEAU (xtuc)
- unconfident