Skip to content
This repository has been archived by the owner on May 19, 2018. It is now read-only.

v6.9.1

Compare
Choose a tag to compare
@danez danez released this 24 Aug 09:26
· 607 commits to master since this release

6.9.1 (2016-08-23)

This release contains mainly small bugfixes but also updates babylons default mode to es2017. The features for exponentiationOperator, asyncFunctions and trailingFunctionCommas which previously needed to be activated via plugin are now enabled by default and the plugins are now no-ops.

Bug Fixes

  • Fix issues with default object params in async functions (#96) @danez
  • Fix issues with flow-types and async function (#95) @danez
  • Fix arrow functions with destructuring, types & default value (#94) @danharper
  • Fix declare class with qualified type identifier (#97) @danez
  • Remove exponentiationOperator, asyncFunctions, trailingFunctionCommas plugins and enable them by default (#98) @danez