Babel v7.0.0-alpha.12 Release Notes

Release Date: 2017-05-31 // almost 7 years ago
  • :eyeglasses: Spec Compliance

    • ๐Ÿ”Œ babel-core, babel-generator, babel-plugin-syntax-numeric-separator, babel-plugin-transform-numeric-separator, babel-preset-stage-1, babel-template, babel-traverse, babel-types
      • #5793 Support for NumericLiteralSeparator, Stage 1 feature. (@rwaldron)

    :rocket: New Feature

    • babel-code-frame
    • ๐Ÿ”Œ babel-core, babel-generator, babel-plugin-syntax-numeric-separator, babel-plugin-transform-numeric-separator, babel-preset-stage-1, babel-template, babel-traverse, babel-types
      • #5793 Support for NumericLiteralSeparator, Stage 1 feature. (@rwaldron)
    • babel-cli
      • #5785 Allow --inspect-brk option to be used with babel-node. (@noinkling)

    :bug: Bug Fix

    • ๐Ÿ”Œ babel-plugin-transform-async-to-generator, babel-plugin-transform-es2015-destructuring, babel-plugin-transform-es2015-modules-commonjs, babel-plugin-transform-react-constant-elements
      • #5763 Fix incorrect destructuring in for loop let initialization. (@buunguyen)
    • ๐Ÿ”Œ babel-core, babel-plugin-transform-es2015-block-scoping
    • ๐Ÿ”Œ babel-plugin-transform-flow-strip-types

    ๐Ÿ“š :memo: Documentation

    • ๐Ÿ”Œ babel-plugin-check-es2015-constants, babel-plugin-syntax-async-functions, babel-plugin-syntax-async-generators, babel-plugin-syntax-class-properties, babel-plugin-syntax-decorators, babel-plugin-syntax-do-expressions, babel-plugin-syntax-dynamic-import, babel-plugin-syntax-exponentiation-operator, babel-plugin-syntax-export-extensions, babel-plugin-syntax-function-bind, babel-plugin-syntax-function-sent, babel-plugin-syntax-jsx, babel-plugin-syntax-object-rest-spread, babel-plugin-syntax-trailing-function-commas, babel-plugin-transform-async-functions
      • #5798 Make all packages/*/README.md descriptions consistent.. (@rwaldron)
    • Other

    :house: Internal

    • babel-traverse
      • #5746 Remove duplicated getStatementParent and refactor requires to imports in tests. (@maurobringolf)
      • #5779 Added individual test cases for possible errors with path.replaceWith. (@maurobringolf)