v7.0.0-alpha.3 (2017-03-23)
💥 Breaking Change
babel-traverse
babel-runtime
- #5516 removed unused alias in babel-runtime. (@JulianJason)
babel-core
,babel-generator
,babel-plugin-transform-es2015-template-literals
,babel-template
,babel-traverse
,babel-types
babel-core
,babel-preset-react
,babel-runtime
- #5489 Misc fixes + Move babel-core config processing from transformation/file/options into top-level folder. (@loganfsmyth)
babel-cli
,babel-core
,babel-register
,babel-types
- #5487 Make only/ignore relative to cwd/config file and move only/ignore checking all to core.. (@loganfsmyth)
babel-core
,babel-plugin-transform-es2015-modules-umd
,babel-plugin-transform-react-display-name
,babel-plugin-transform-react-jsx-source
- #5467 Misc reorganizing and prep for ignore/only refactoring. (@loganfsmyth)
babel-core
- #5466 Resolve programmatic/CLI arguments from cwd, not file being compiled.. (@loganfsmyth)
babel-cli
,babel-core
- #5463 More strictly parse configs and explicitly handle arguments in babel-cli. (@loganfsmyth)
🚀 New Feature
babel-plugin-transform-runtime
,babel-runtime
babel-core
,babel-register
🐛 Bug Fix
babel-plugin-transform-react-inline-elements
,babel-traverse
babel-core
,babel-runtime
babel-plugin-transform-react-constant-elements
,babel-traverse
babel-plugin-transform-es2015-modules-amd
,babel-plugin-transform-es2015-modules-commonjs
babel-plugin-transform-do-expressions
,babel-types
babel-plugin-transform-es2015-function-name
,babel-types
💅 Polish
babel-register
- #5411 Seperate version env cache files. (@pwmckenna)
📝 Documentation
babel-plugin-transform-runtime
- #5481 Add useBuiltins and useESModules options to transform-runtime README. (@existentialism)
- #5401 Improve options documentation for
babel-plugin-transform-runtime
. (@aaronang)
babel-register
- #5475 Update coffescript/register reference link address. (@sergeybekrin)
babel-generator
babel-plugin-transform-es2015-*
🏠 Internal
babel-cli
- #5205 Ensure babel-cli tests compare generated output with out-files. (@existentialism)
- Other
babel-plugin-transform-regenerator
babel-core
,babel-plugin-transform-es2015-classes
,babel-template
,babel-traverse
babel-plugin-transform-es2015-classes
babel-helper-builder-react-jsx
- #5484 Removes unused lodash dep from babel-helper-builder-react-jsx. (@segphault)
Committers: 17
- Aaron Ang (aaronang)
- Arshabh Kumar Agarwal (arshabh)
- Artem Yavorsky (yavorsky)
- Boopathi Rajaa (boopathi)
- Brian Ng (existentialism)
- Damien Maillard (dmail)
- Diogo Franco (Kovensky)
- Henry Zhu (hzoo)
- Jason Julian (JulianJason)
- Logan Smyth (loganfsmyth)
- Nitin Tulswani (nitin42)
- Patrick Williams (pwmckenna)
- Robert Jackson (rwjblue)
- Ryan Paul (segphault)
- Samuel Reed (STRML)
- Sergey Bekrin (sergeybekrin)
- Sven SAULEAU (xtuc)
babel@7.0.0-alpha.2 (2017-03-08)
🚀 New Feature
babel-core
,babel-generator
,babel-plugin-transform-object-rest-spread
- #4892 Add support for .babelrc.js files. (@kaicataldo)
babel-plugin-transform-es2015-modules-amd
,babel-plugin-transform-es2015-modules-commonjs
📝 Documentation
babel-plugin-transform-object-rest-spread
- #5409 Fix transform-object-rest-spread README. (@existentialism)
- #5409 Fix transform-object-rest-spread README. (@existentialism)
🏠 Internal
babel-core
,babel-helper-transform-fixture-test-runner
- #5416 Use 'resolve' from npm instead of private 'module' methods.. (@loganfsmyth)
babel-*
- #5413 Run new lint rules. (@existentialism)
Committers: 5
- Artem Gurzhii (artemgurzhii)
- Brian Ng (existentialism)
- Kai Cataldo (kaicataldo)
- Logan Smyth (loganfsmyth)
- Robert Jackson (rwjblue)