- [ENHANCEMENT] Upgrade to Babel 7. Thanks to @pahan35.
- [ENHANCEMENT] Dependencies update.
- [BUGFIX] ````filename` of undefined``` bug fix
- [ENHANCEMENT] Babel 6 support.
- [ENHANCEMENT] All Babel 6 options support.
- [FEATURE] Source map support for stack traces.
- [BUGFIX] removed unnecessary console.log
- [BREAKING ENHANCEMENT] Follow babeljs major semver
- [BREAKING ENHANCEMENT] changed
experimentaltostagewhich now accepts an integer.stage: 0is the same asexperimental: true - [FEATURE] added options for
ignore,onlyandextensions.
- [ENHANCEMENT] Bumped Babel version.
- [ENHANCEMENT] Made
experimentalflag configurable. - [ENHANCEMENT] Made
looseflag configurable.