This repository has been archived by the owner on May 11, 2018. It is now read-only.
v1.2.2
v1.2.2 (2017-03-14)
🐛 Bug Fix
- Refactor browser data parsing to handle families (#208) (@existentialism)
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!)
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)