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

v1.3.3

Compare
Choose a tag to compare
@existentialism existentialism released this 07 Apr 21:39
· 68 commits to 1.x since this release
a222453

v1.3.3 (2017-04-07)

馃悰 Bug Fix

Adding electron as a target was an inadvertent breaking change as it no longer
allowed string versions. We added an exception for now, even though it is
inconsistent with other versions. Just as a note, the upcoming version 2.x will
allow both number and string versions.

We now force the const-es2015-check plugin to run first (so that it can
correctly report issues before they get transpiled away).

馃殌 New Feature

  • Allow use babel-plugin- prefix for include and exclude (#242) (@yavorsky)

The include and exclude options now allow both prefixed (babel-plugin-transform-es2015-spread)
and prefix-less (transform-es2015-spread) plugin names.

馃摑 Documentation

馃彔 Internal