v7.1.1 (2018-09-28)
EDIT: had a publish issue here as well where it compiled against Node 8 instead of Node 6 so 7.1.2 will fix this.
Also force publish@babel/runtime
and@babel/runtime-corejs2
. We need to fix the publishing around that since Lerna doesn't pickup the@babel/helpers
changes as there is no "dependency"
🐛 Bug Fix
babel-generator
,babel-parser
,babel-types
babel-plugin-transform-destructuring
- #8535 Do not unpack array patterns that update a referenced binding. (@nicolo-ribaudo)
babel-plugin-proposal-decorators
- #8742 [decorators] Support async and generator methods. (@nicolo-ribaudo)
babel-helpers
,babel-plugin-proposal-decorators
- #8761 [decorators] Fields are enumerable. (@nicolo-ribaudo)
babel-generator
- #8751 Fix some missing parens cases with OptionalMemberExpression in generator. (@existentialism)
- #8727 Handle throw expressions in generator. (@existentialism)
🏠 Internal
- Other
- #8780 Run test262 tests for exportNamespaceFrom. (@existentialism)
babel-helper-transform-fixture-test-runner
- #8768 Use babel-check-duplicated-nodes. (@nicolo-ribaudo)
Committers: 5
- Brian Ng (existentialism)
- Logan Smyth (loganfsmyth)
- Nicolò Ribaudo (nicolo-ribaudo)
- Pig Fang (g-plane)
- Sampo Kivistö (Havunen)