v7.1.5 (2018-11-06)
Various bug fixes and additions.
And thanks to @benmosher, @ryanwmarsh, @Cyp, @vvyomjjain, @byronluk, @everdimension for their first PRs!
π Spec Compliancy
babel-parser
,babylon
- #7727 Fix await in function name and parameters. (@nicolo-ribaudo)
π New Feature
babel-parser
- #8828 Typescript: Validate tuple type element positions. (@Retsam)
- #8883 [flow] Add support for parsing
_
as implicit instantiation in call/new. (@jbrown215)
babel-core
,babel-generator
,babel-parser
,babel-plugin-syntax-typescript
,babel-traverse
- #8448 Remove Babylon plugins for features already merged to the ECMAScript spec. (@nicolo-ribaudo)
babel-parser
,babel-types
- #8884 [flow] Explicit inexact objects with
...
. (@jbrown215)
- #8884 [flow] Explicit inexact objects with
babel-preset-env
- #8898 Update preset-env data. (@existentialism)
π Bug Fix
babel-parser
babel-core
- #8910 Resolve babel.config.js 'babelrcRoots' values relative to the config file.. (@loganfsmyth)
- #8950 Fix message when plugin of a wrong type is passed. (@everdimension)
babel-plugin-transform-block-scoping
- #8937 rename colliding let bindings with for loop init. (@byronluk)
- #8914 Treat break inside block inside loop. (@thiagoarrais)
babel-preset-env
- #8926 preset-env: Edge support for arrow param destructuring. (@benmosher)
babel-generator
- #8868 fix single-arg async arrows when retainLines=true. (@ryanwmarsh)
babel-traverse
π Polish
- #8873 fixed an extra word. (@vvyomjjain)
Committers: 14
- Ben Mosher (benmosher)
- Brian Ng (existentialism)
- Byron Luk (byronluk)
- Daniel Tschinder (danez)
- James Garbutt (43081j)
- Jordan Brown (jbrown215)
- Logan Smyth (loganfsmyth)
- NicolΓ² Ribaudo (nicolo-ribaudo)
- Ryan Marsh (ryanwmarsh)
- Thiago Arrais (thiagoarrais)
- Vyom Jain (vvyomjjain)
- Cyp
- Retsam
- everdimension