v7.0.0-alpha.10 (2017-05-25)
Use v7.0.0-alpha.12, didn't update deps correctly in these releases.
Update Babylon: https://github.com/babel/babylon/releases/tag/v7.0.0-beta.9, https://github.com/babel/babylon/releases/tag/v7.0.0-beta.10
👓 Spec Compliancy
babel-generator
,babel-plugin-transform-flow-strip-types
,babel-types
- #5525 Add support for object type spread. (@conartist6)
💥 Breaking Change
babel-*
- #5677 Kill the "shadow-functions.js" internal plugin in favor of an explicit helper. (@loganfsmyth)
🚀 New Feature
babel-*
babel-plugin-transform-es2015-arrow-functions
,babel-plugin-transform-es2015-function-name
babel-plugin-transform-react-display-name
babel-register
- #5669 Find cache dir. (@pwmckenna)
🐛 Bug Fix
babel-types
- #5762 Fix ObjectProperty patterns. (@citycide)
- #5753 Hoist toSequenceExpression's convert helper (#5693). (@jridgewell)
- #5693 Hoist toSequenceExpression's convert helper. (@jridgewell)
- #5722 Correct the validator for ArrayPattern. (@Kovensky)
babel-plugin-transform-flow-comments
- #5675 Flow comments import export. (@lightsofapollo)
babel-plugin-transform-do-expressions
- #5694 Transform do-expressions on exit. (@jridgewell)
babel-plugin-transform-es2015-classes
,babel-plugin-transform-es2015-destructuring
,babel-traverse
- #5749 Fix issue semi-colon gets inserted unnecessarily. (@buunguyen)
babel-core
,babel-helpers
,babel-plugin-transform-async-to-generator
,babel-plugin-transform-react-constant-elements
babel-plugin-transform-object-rest-spread
- #5685 Fix incorrect property ordering with obj rest spread on nested. (@existentialism)
- #5650 Fix object destructuring in param arrays. (@CKarper)
💅 Polish
babel-plugin-transform-es2015-template-literals
- #5748 Cleanup template-literals transform. (@jridgewell)
📝 Documentation
babel-plugin-transform-runtime
- #5767 [Documentation change] regeneratorRuntime -> _regenerator2.default. (@adityavohra7)
babel-plugin-transform-es2015-arrow-functions
- #5698 Add spec option example for transform-es2015-arrow-functions [skip ci]. (@existentialism)
- Other
babel-core
- #5659 [Doc PR] naming fix in example. (@aretecode)
🏠 Internal
babel-helper-fixtures
- #5765 Support specifying minimum Node version a test requires. (@buunguyen)
babel-helper-transform-fixture-test-runner
- #5410 Add process to test sandbox. (@existentialism)
babel-preset-es2015
- #5720 Add test cases for bad options in babel-preset-es2015. (@maurobringolf)
babel-register
babel-core
- #5649 Remove merge helper and add more type declarations.. (@loganfsmyth)
babel-core
,babel-plugin-transform-react-jsx
- #5642 Typecheck much more of the config loading process. (@loganfsmyth)
- Other
Committers: 20
- Aditya Vohra (adityavohra7)
- Bo Lingen (citycide)
- Brian Ng (existentialism)
- Brian Vaughn (bvaughn)
- Buu Nguyen (buunguyen)
- Christopher Karper (CKarper)
- Conrad Buck (conartist6)
- Daniel Lo Nigro (Daniel15)
- Daniel Tschinder (danez)
- Diogo Franco (Kovensky)
- Henry Zhu (hzoo)
- James (aretecode)
- James Lal (lightsofapollo)
- Justin Ridgewell (jridgewell)
- Logan Smyth (loganfsmyth)
- Mauro Bringolf (maurobringolf)
- Mitch Robb (olslash)
- Patrick Williams (pwmckenna)
- Samuel Reed (STRML)
- Steven Hargrove (hulkish)