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

1.6.1

Latest
Compare
Choose a tag to compare
@danez danez released this 17 Oct 12:36
· 6 commits to 1.x since this release

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)