v7.0.0-beta.32 (2017-11-12)
Regression with loose modules + export #6805
π₯ Breaking Change
babel-traverse
- #6528 Remove support for flow bindings (remove deprecation). (@nicolo-ribaudo)
π New Feature
babel-core
,babylon
- #6789 Allow sourceType:unambiguous as a way to tell Babylon to guess the type.. (@loganfsmyth)
babel-core
,babel-plugin-transform-modules-umd
,babel-plugin-transform-react-display-name
,babel-plugin-transform-react-jsx-source
- #6777 Add an official 'state.filename' and be more explicit about option passing.. (@loganfsmyth)
babel-helper-module-transforms
,babel-plugin-transform-modules-amd
,babel-plugin-transform-modules-commonjs
,babel-plugin-transform-modules-umd
- #6742 Add additional support for loose mode in helper-module-transforms. (@existentialism)
π Bug Fix
babel-helper-function-name
,babel-plugin-transform-arrow-functions
,babel-plugin-transform-function-name
,babel-traverse
π Polish
babel-register
- #6651 Lazy-install sourceMapSupport. (@aminmarashi)
babel-plugin-transform-destructuring
,babel-plugin-transform-spread
- #6763 No unneeded empty arrays in transform spread. (@apapirovski)
babylon
π Documentation
babel-plugin-proposal-unicode-property-regex
- #6796 Link to README on GitHub rather than the npm copy. (@mathiasbynens)
babel-core
- #6794 Update README with new Sync-suffix functions.. (@loganfsmyth)
π Internal
babel-generator
babel-core
,babel-register
- #6783 Apply option defaults when transforming, not up front.. (@loganfsmyth)
babel-plugin-proposal-object-rest-spread
,babel-plugin-proposal-unicode-property-regex
,babel-plugin-transform-block-scoping
,babel-plugin-transform-destructuring
- #6776 Hoist more plugin options and default useUnicodeFlag to 'true'.. (@loganfsmyth)
babel-plugin-*
- #6778 Use the peerDep to load types/template/traverse in plugins. (@loganfsmyth)
babel-polyfill
- #6755 Remove core-js/regenerator-runtime stubs. (@existentialism)
.eslintrc
,babel-helper-transform-fixture-test-runner
,babylon
- Other
Committers: 12
- Amin Marashi (aminmarashi)
- Anatoli Papirovski (apapirovski)
- Benedikt Meurer (bmeurer)
- Brian Ng (existentialism)
- Clement Hoang (clemmy)
- Daniel Tschinder (danez)
- Diogo Franco (Kovensky)
- Henry Zhu (hzoo)
- Logan Smyth (loganfsmyth)
- Mathias Bynens (mathiasbynens)
- Mauro Bringolf (maurobringolf)
- NicolΓ² Ribaudo (nicolo-ribaudo)