Skip to content

v0.0.7

Choose a tag to compare

@willstocks willstocks released this 25 Feb 10:19
· 14 commits to master since this release
9ebaf5e

README Changes

  • [Enhancement] Updated minified script size statistics based on new minification method

Bug fixes

  • [Fix] UglifyJS was mangling the .min.js version of the file, so much so that it straight up wouldn't work in some browsers/environments. Stripped out the uglification and for now have gone with a "simple" minification method (via Google's Closure Compiler)