Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 903 Bytes

CHANGELOG.md

File metadata and controls

26 lines (20 loc) · 903 Bytes

7.0.0:

  • [ENHANCEMENT] Upgrade to Babel 7. Thanks to @pahan35.

6.0.3:

  • [ENHANCEMENT] Dependencies update.

6.0.2:

  • [BUGFIX] ````filename` of undefined``` bug fix

6.0.0:

5.0.1

  • [BUGFIX] removed unnecessary console.log

5.0.0

  • [BREAKING ENHANCEMENT] Follow babeljs major semver
  • [BREAKING ENHANCEMENT] changed experimental to stage which now accepts an integer. stage: 0 is the same as experimental: true
  • [FEATURE] added options for ignore, only and extensions.

2.1.0

  • [ENHANCEMENT] Bumped Babel version.
  • [ENHANCEMENT] Made experimental flag configurable.
  • [ENHANCEMENT] Made loose flag configurable.