Skip to content

Releases: willstocks/dynamically-polyfill-features-for-a-script

v0.03-beta.1

28 Jan 09:08
4c26c11

Choose a tag to compare

v0.03-beta.1 Pre-release
Pre-release

Make the script more "dynamic" (Issue #4)

  • Allow dynamic working - CDN usage or self-hosted
  • There's now the ability to call this function off of a CDN as opposed to having to include it within a local/self-hosted JS file. Example function in README
  • Tweak deployment instructions to cater for "CDN" loading of script

Optimise performance (a little)

  • Store polyfill requirements in an array and grab them all via a single request as opposed to making (potentially) multiple calls to polyfill.io
  • Remove erroneous return
  • MINIFICATION!!!!
  • Further caching outside of for loops/if's

Update README

  • Updated script size stats
  • Updated deployment instructions

v0.02

25 Jan 12:54
259d78a

Choose a tag to compare

  • Update README documentation
    • Include deployment instructions
    • Include script sizing info
  • Create minified version of script
  • Rename and restructure variables/functions to make them a bit more understandable
  • Make it easier to execute required function once polyfills and scripts are loaded
  • Minor performance improvements:
    • Utilizing for loop value caching of array length
    • Remove all console.log() and console.warn() from minified script
  • Check window.FEATURE as well as FEATURE in window
  • Reword console.log(), console.warn() and console.error() messages to be more user friendly

v0.02-beta.3

24 Jan 12:43
7c4c4d0

Choose a tag to compare

v0.02-beta.3 Pre-release
Pre-release
Update dynamicpolyfill.min.js

To accommodate changes to the non-minified version of the script - make it easier/simpler to update variables!

v0.02-beta.2

23 Jan 16:30
22e5738

Choose a tag to compare

v0.02-beta.2 Pre-release
Pre-release
Create dynamicpolyfill.min.js

Made it actually "useful" this time, although can be a bit tricky to use still

v0.01-beta

22 Jan 14:43
6cc90af

Choose a tag to compare

Update readme with template