Skip to content

v0.02

Choose a tag to compare

@willstocks willstocks released this 25 Jan 12:54
· 107 commits to master since this release
259d78a
  • 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