Skip to content
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.

Releases: inexorabletash/polyfill

Minor fixes for bind() and URLSearchParams

25 Sep 03:23
Compare
Choose a tag to compare
  • Handle bind() called on function without prototype
  • URLSearchParams: Correct forEach callback arg order
  • Ensure params are copied by value when cloning an URLSearchParams object

New DOM Extras

29 Jul 15:55
Compare
Choose a tag to compare

ParentNode: append(), prepend()
ChildNode: before(), after(), replaceWith(), remove()

Patch Release

16 Jul 20:20
Compare
Choose a tag to compare

DOM: Don't rely on document.body existing when script executes

Point Release

16 Jul 20:02
Compare
Choose a tag to compare
  • DOM: Add second argument to DOMTokenList.toggle if necessary
  • Use Unlicense

Point Release

20 Jun 01:57
Compare
Choose a tag to compare
  • Keyboard: Update key names (#99)
  • URL: Fix for base resolution (#100)
  • Add Element.prototype.matches() c/o Jack Farley

URL statics fix

05 Apr 04:37
Compare
Choose a tag to compare

Ensures URL statics are copied to polyfill constructor if needed

Bugfixes

04 Apr 00:02
Compare
Choose a tag to compare
  • Fix Reflect.apply()
  • Avoid HTML closing tags inlined in scripts

IE/iframe fix

23 Mar 03:32
Compare
Choose a tag to compare
v0.1.18

Bump package versions

Fetch credentials

20 Mar 00:10
Compare
Choose a tag to compare
  • fetch: Support credentials option in Request constructor
  • Typed Arrays: Add option to disable indexed getter shimming

Bump version for Bower/NPM versions

25 Feb 03:23
Compare
Choose a tag to compare

Version bump to get package/bower.json and tags in sync.