npm @babel/plugin-proposal-optional-chaining 7.2.0

latest releases: 7.21.4-esm.4, 7.21.4-esm.3, 7.21.4-esm.2...
5 years ago

v7.2.0 (2018-12-03)

Thanks to @Gcaufy, @morozRed, @phapp88, @tim-mc and @katrotz for their first PRs!

You can read more about this release at https://babeljs.io/blog/2018/12/03/7.2.0.

πŸš€ New Feature

  • babel-parser
  • babel-core
  • babel-node
  • babel-generator, babel-helpers, babel-plugin-class-features, babel-plugin-proposal-private-methods, babel-plugin-syntax-class-properties, babel-types
  • babel-preset-env

πŸ› Bug Fix

  • babel-parser
    • #9114 Parse non-octals with leading zeros in non strict mode correctly. (@danez)
    • #9074 Disallow await inside arrow functions. (@nicolo-ribaudo)
    • #9069 [flow] Allow type casts in array patterns inside arrow parameters. (@nicolo-ribaudo)
    • #9058 Fix compatibility between typescript and jsx plugins in interface declarations. (@danez)
    • #9055 Fix bug with parsing TS generic async arrow function. (@existentialism)
    • #9035 Fix parsing typescript function types with destructuring. (@danez)
  • babel-helper-fixtures, babel-parser
    • #9113 Ignore empty fixture directories and fix fixtures in the parser. (@danez)
  • babel-preset-env
  • babel-plugin-transform-destructuring
  • babel-plugin-proposal-optional-chaining
  • babel-core, babel-helper-wrap-function, babel-plugin-proposal-async-generator-functions, babel-plugin-proposal-function-sent, babel-plugin-transform-async-to-generator, babel-plugin-transform-classes
  • babel-core

πŸ’… Polish

  • babel-generator
  • babel-node
  • babel-parser
    • #9046 a better error message for disallowed trailing commas/additional parameters after rest elements in function params. (@morozRed)
  • babel-*

🏠 Internal

  • babel-helper-create-class-features-plugin, babel-plugin-proposal-class-properties, babel-plugin-proposal-private-methods
  • Other
    • #9096 Add node 11 to CI and remove node 9. (@danez)
    • #9094 Skip minifying standalone in non-publish runs. (@danez)
  • babel-types
    • #9093 Fix warning when using prettier in code generators. (@danez)
  • babel-generator

Committers: 15

Don't miss a new plugin-proposal-optional-chaining release

NewReleases is sending notifications on new releases.