Skip to content
This repository has been archived by the owner on May 11, 2018. It is now read-only.

Releases: babel/babel-preset-env

1.6.1

17 Oct 12:36
Compare
Choose a tag to compare

FYI we are moving this repo/package into https://github.com/babel/babel

🐛 Bug Fix

  • Update compat table to fix two small issues (#445) (@danez)

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

  • Add polyfills for ES6 static Object methods (#441) (@danez)

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)

  • Normalize module format of plugins/built-ins data (#376) (@rtsao)

v2.0.0-alpha.16

25 Jul 22:05
Compare
Choose a tag to compare
v2.0.0-alpha.16 Pre-release
Pre-release
  • Update to Babel alpha.15 #383

v2.0.0-alpha.15

19 Jul 14:53
Compare
Choose a tag to compare
v2.0.0-alpha.15 Pre-release
Pre-release

v2.0.0-alpha.15 (2017-07-19)

🚀 New Feature

🏠 Internal

Committers: 2

v1.6.0

04 Jul 15:06
8d09fa5
Compare
Choose a tag to compare

v1.6.0 (2017-07-04)

🚀 New Feature

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

Thanks to @graingert and @pfiaux for pointing out some needed updates to the uglify-js-related docs.

v1.5.2

07 Jun 14:45
f4ce53c
Compare
Choose a tag to compare

v1.5.2 (2017-06-07)

🐛 Bug Fix

browser targets should be overridden by explicit targets, and we inadvertently broke this when we landed string version support.

v2.0.0-alpha.12

01 Jun 18:36
Compare
Choose a tag to compare
v2.0.0-alpha.12 Pre-release
Pre-release

v2.0.0-alpha.12 (2017-06-01)

🏠 Internal

Committers: 2

v1.5.1

22 May 14:31
5ff37e3
Compare
Choose a tag to compare

v1.5.1 (2017-05-22)

🐛 Bug Fix

v1.5.0

20 May 19:21
d937261
Compare
Choose a tag to compare

v1.5.0 (2017-05-19)

🚀 New Feature

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

v2.0.0-alpha.7

18 Apr 15:02
Compare
Choose a tag to compare
v2.0.0-alpha.7 Pre-release
Pre-release

v2.0.0-alpha.7 (2017-04-18)

🏠 Internal

Committers: 1

v2.0.0-alpha.6

17 Apr 20:56
Compare
Choose a tag to compare
v2.0.0-alpha.6 Pre-release
Pre-release

v2.0.0-alpha.6 (2017-04-17)

💥 Breaking Change

  • Other
    • #285 make useBuiltIns: false default, rename true to 'usage'. (@hzoo)

🐛 Bug Fix

  • Other

🏠 Internal

Committers: 2