- [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
experimental
tostage
which now accepts an integer.stage: 0
is the same asexperimental: true
- [FEATURE] added options for
ignore
,only
andextensions
.
- [ENHANCEMENT] Bumped Babel version.
- [ENHANCEMENT] Made
experimental
flag configurable. - [ENHANCEMENT] Made
loose
flag configurable.