babel-preset-env
Advanced tools
Changelog
v1.6.0 (2017-07-04)
We updated our mappings to support native trailing function commas and string paddings in Node.js 8+.
chromeandroid
browserslist value (#367) (@yavorsky)We added support for using browserslist's chromeandroid
in targets
.
Thanks to @graingert and @pfiaux for pointing out some needed updates to the uglify-js
-related docs.
Changelog
v1.5.0 (2017-05-19)
We were originally waiting on 2.x for a breaking change, but since node v7.10 and other targets are causing some pain, we decided to land a backwards compatible version.
Changelog
v1.4.0 (2017-04-14)
spec
option (#98) (@Kovensky)Added an option to enable more spec compliant, but potentially slower, transformations for any plugins in this preset that support them.
We updated our mappings so that you can get native support for async/await and other goodies when targeting Edge 15!
Fixed a bug that was ignoring Android targets in browserslist queries (for example: "Android >= 4").