v7.0.0-beta.36 (2017-12-25)
- First release to allow support for
class A extends Array
- Add
babel-plugin-transform-dotall-regex
- Add
lazy
option tomodules-commonjs
- Various fixes + decorator regression fix
π New Feature
babel-helpers
,babel-plugin-transform-classes
,babel-preset-es2015
- #7020 Add support for extending builtins. (@nicolo-ribaudo)
babel-preset-env
,babel-standalone
- #7065 Add dot-all regex support to preset-env and standalone. (@existentialism)
babel-plugin-transform-dotall-regex
- #7059 Import babel-plugin-transform-dotall-regex. (@mathiasbynens)
babel-helper-module-transforms
,babel-plugin-transform-modules-commonjs
- #6952 Add a 'lazy' options to modules-commonjs. (@loganfsmyth)
babel-plugin-syntax-import-meta
,babel-preset-stage-3
,babel-standalone
- #7008 expose import.meta syntax parser option as plugin. (@dnalborczyk)
π Bug Fix
babel-generator
babel-generator
,babel-plugin-transform-typescript
,babylon
babel-generator
,babel-plugin-transform-flow-strip-types
,babylon
- #7061 Treat import type * as a parser error. (@existentialism)
babel-types
babel-plugin-proposal-decorators
- #7032 [decorators] Don't transform every AssignmentExpression. (@nicolo-ribaudo)
π Polish
babel-plugin-transform-typescript
babel-core
π Documentation
babel-plugin-proposal-unicode-property-regex
- #7064 Fix installation instructions. (@mathiasbynens)
π Internal
babel-preset-env
babel-core
- #7090 Refactor config processing more. (@loganfsmyth)
babel-helper-wrap-function
,babel-plugin-proposal-class-properties
,babel-plugin-transform-typescript
,babel-traverse
- #7040 Make .insert{Before,After} work by default when the parent is an eport declaration. (@nicolo-ribaudo)
babel-plugin-transform-block-scoping
- #7028 Fix O(n^2) getLetReferences β 40% faster on large flat files. (@sophiebits)
Committers: 16
- Andy (andy-ms)
- Artem Yavorsky (yavorsky)
- Azharuddin (gs-akhan)
- Bo Lingen (citycide)
- Bogdan Chadkin (TrySound)
- Brian Ng (existentialism)
- Francisco Ryan Tolmasky I (tolmasky)
- Joe Lim (xjlim)
- Logan Smyth (loganfsmyth)
- Maaz Syed Adeeb (maaz93)
- Mahmut Surekci (msurekci)
- Mathias Bynens (mathiasbynens)
- NicolΓ² Ribaudo (nicolo-ribaudo)
- Rouven WeΓling (realityking)
- Sophie Alpert (sophiebits)
- dnalborczyk