This repository was archived by the owner on Dec 14, 2021. It is now read-only.
Releases: inexorabletash/polyfill
Releases · inexorabletash/polyfill
Release list
ES2017, URL fixes for Opera Mini, ES6 fix for IE9
Update minified versions, fix case-insensitive test in fetch
- Fix byteCaseInsensitiveMatch function bug (#133)
Also, the minifying script had silently broken. Ensure the minified (.min.js) files are updated.
Add Element.closest()
Fix URLSearchParams constructor in ES5
v0.1.33 0.1.33
URL sequence support, bower.json fix and QUnit upgrade
Minor addition: CustomEvent
Add CustomEvent polyfill c/o Andres Rios
v0.1.30
IE8 fixes:
- Make DOM mixins not throw on IE8
- Minify with uglify2's --support-ie8 option to eliminate errors using minified source
- Tweak workaround in Object.getOwnPropertyNames to satisfy IE devtools
Other:
- URLSearchParams iterators should have @@iterator
- Remove unnecessary helpers
Bug Fix Release
- Fix assertion error in min.js version if Array.prototype.includes polyfill is necessary (assertions should be removed during minification)
- Remove duplicate fetch and url definitions in web.js and polyfill.js (and minified versions)
Point Release
- Remove setImmediate from gestalt polyfills (no longer on track for standardization)
- Move bindata from experimental to obsolete
- ECMAScript proposed features: Add Promise .finally and .try, Map/Set .of/.from.
- Convert tests to QUnit v2
- Keyboard events: Updated keyFixTable for older browsers
Add ECMAScript 2016 to default polyfill.js
v0.1.27 Add ECMAScript 2016 file, include in polyfill.js