Releases: babel/babel-preset-env
1.6.1
FYI we are moving this repo/package into https://github.com/babel/babel
🐛 Bug Fix
ES2015 destructuring is not fully supported in Edge 15 and the polyfill required again. es6.math.imul
is supported on Android as of version 4.4
Functions such as Object.keys
, Object.freeze
, ... do already exist in ES5, but their behaviour changed in ES2015. babel-preset-env
with builtIns: true
now adds the core-js polyfills for this methods if the browser only supports the ES5 variant of the method (like IE11 for example)
v2.0.0-alpha.16
- Update to Babel alpha.15 #383
v2.0.0-alpha.15
v2.0.0-alpha.15 (2017-07-19)
🚀 New Feature
- #363 Bump compat-table for node8 support. (@existentialism)
🏠 Internal
Committers: 2
- Brian Ng (existentialism)
- Henry Zhu (hzoo)
v1.6.0
v1.6.0 (2017-07-04)
🚀 New Feature
- Bump compat-table for node8 support (#363) (@existentialism)
We updated our mappings to support native trailing function commas and string paddings in Node.js 8+.
🐛 Bug Fix
We added support for using browserslist's chromeandroid
in targets
.
📝 Documentation
- Tweak uglify option docs (#368) (@existentialism)
Thanks to @graingert and @pfiaux for pointing out some needed updates to the uglify-js
-related docs.
v1.5.2
v1.5.2 (2017-06-07)
🐛 Bug Fix
- Ensure explicit targets always override browsers key targets (#346) (@existentialism)
browser
targets should be overridden by explicit targets, and we inadvertently broke this when we landed string version support.
v2.0.0-alpha.12
v1.5.1
v1.5.0
v1.5.0 (2017-05-19)
🚀 New Feature
- Support target versions as strings (#321) (@existentialism)
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.
🏠 Internal
- Backport: use preset-env and remove flow-strip-types (#324) (@yavorsky)
- Bump electron-to-chromium (#329) (@existentialism)
- Tweak version mappings to match compat-table updates (#323) (@existentialism)
- Bump browserslist (#319) (@existentialism)
- Bump compat-table (#307) (@existentialism)
- Add debug-fixtures and test/tmp to .eslintignore (#305) (@yavorsky)
v2.0.0-alpha.7
v2.0.0-alpha.7 (2017-04-18)
🏠 Internal
- Other
- #291 Add debug messaging to usage plugin. (@existentialism)
Committers: 1
- Brian Ng (existentialism)
v2.0.0-alpha.6
v2.0.0-alpha.6 (2017-04-17)
💥 Breaking Change
🐛 Bug Fix
🏠 Internal
- Other
- #274 Use Sets for polyfills and transformations. (@existentialism)
- #286 Run smoke test for both entry and usage options. (@existentialism)
- #280 Move polyfill debug into useBuiltInsEntry plugin. (@existentialism)
- #266 Add initial flow setup. (@existentialism)
Committers: 2
- Brian Ng (existentialism)
- Henry Zhu (hzoo)