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

v1.2.2

Compare
Choose a tag to compare
@existentialism existentialism released this 15 Mar 16:52
· 92 commits to 1.x since this release
e186f2d

v1.2.2 (2017-03-14)

🐛 Bug Fix

When parsing plugin data, we weren't properly handling browser families. This caused
transform-es2015-block-scoping and other plugins to be incorrectly added for Edge >= 12.
(s/o to @mgol for the the report and review!)

  • Add typed array methods to built-ins features. (#198) (@yavorsky)

Fixes an issue where some TypedArray features were not being polyfilled properly. (s/o to @alippai for the report!)

📝 Documentation

  • Fixed minor typo in readme (#199) (@bl4ckdu5t)
  • Add built-ins, better links, compat-table url, etc (#195) (@yavorsky)
  • Change CONTRIBUTING.md to use absolute paths (#194) (@aaronang)

🏠 Internal