v7.1.0 (2018-09-17)
🚀 New Feature
babel-cli
,babel-core
- #8660 Better support monorepos by allowing users to opt into automatically resolving 'root' with
rootMode: "upward"
.. (@loganfsmyth)
- #8660 Better support monorepos by allowing users to opt into automatically resolving 'root' with
babel-helper-transform-fixture-test-runner
babel-helpers
,babel-plugin-proposal-decorators
,babel-plugin-syntax-decorators
- #7976 Add support for the new decorators proposal. (@nicolo-ribaudo)
babel-helpers
,babel-plugin-proposal-class-properties
🐛 Bug Fix
babel-parser
- #8698 Fix parsing of newline between 'async' and 'function'. (@existentialism)
- #8677 Fix typescript parsing typed object shorthand methods. (@existentialism)
babel-plugin-transform-typescript
- #8682 Fix TSParameterProperty getting lost with transform-classes. (@existentialism)
- #8695 Adjust TSParameterProperty handling to work with transform-parameters. (@existentialism)
- #8666 Fix typescript import elision. (@Retsam)
babel-preset-env
- #8693 Fix es6.string.iterator mapping in babel-preset-env. (@existentialism)
babel-core
,babel-plugin-proposal-class-properties
,babel-plugin-proposal-decorators
,babel-plugin-transform-runtime
- #8659 Fix version checks in .availableHelper and transform-runtime definitions.. (@loganfsmyth)
- Other
babel-plugin-transform-parameters
- #8414 Allow patterns as argument of RestElement. (@microbouji)
babel-core
,babel-plugin-transform-runtime
- #8624 Verify 'sourceMap' option with hasOwnProperty, and verify string-typed 'version'. (@loganfsmyth)
babel-helpers
,babel-plugin-proposal-class-properties
- #8614 [static private] Unify loose handling of static and instance props. (@nicolo-ribaudo)
💅 Polish
babel-plugin-transform-runtime
- #8581 Fix grammar in error message at @babel/plugin-transform-runtime. (@tricknotes)
babel-parser
- #8576 More helpful errorr message for missing decoratorsBeforeExport in parser. (@nicolo-ribaudo)
📝 Documentation
- #8561 Added pronounciation of babel. (@siddhant1)
🏠 Internal
babel-core
- #8714 Fix Flow error with new versionRange test.. (@loganfsmyth)
- Other
babel-plugin-transform-runtime
babel-*
- #8658 Format fixture options.json with Prettier.. (@loganfsmyth)
babel-parser
babel-*
Committers: 19
- Aaron Ang (aaronang)
- Adam Noakes (adamnoakes)
- Avi Vahl (AviVahl)
- Bartosz Kaszubowski (Simek)
- Brian Ng (existentialism)
- Elian Ibaj (microbouji)
- Henry Zhu (hzoo)
- James Garbutt (43081j)
- Jeff Rafter (jeffrafter)
- Logan Smyth (loganfsmyth)
- Maaz Syed Adeeb (maaz93)
- Mateusz Burzyński (Andarist)
- Nicolò Ribaudo (nicolo-ribaudo)
- Robin Ricard (rricard)
- Ryunosuke Sato (tricknotes)
- Siddharth Parmar (Siddharth11)
- Sven Sauleau (xtuc)
- Retsam
- siddhant (siddhant1)