- Better handling of simultaneously loaded components (#12 - thanks @vgavro)
- Emit vue events for
loaded
anderror
(#31 - thanks @vgavro) - Updated all dev dependencies and switched from uglify to terser
- Fix inline-source containing HTML entities (via @andrispraulitis)
- IE Support (via @akhoury)
- Use
render
function instead oftemplate
(via @bichikim) - Updated dependencies
- Removed broken
grunt-rollup
and updatedGruntfile.js
accordingly
- 2.0.1 -
crossorigin
Safari fix (thanks @mingchuno!) - 2.0.0 - Vue 2.x compatible. Requires Vue 2.x. Use 1.2.2 for Vue 1.x.
- 1.2.2 - Fixes broken
crossorigin
attribute (thx @grempe!) - 1.2.1 - Just a bit of perfectionism to fix a non-issue issue
- 1.2.0 - Added
VueScript2.load
imperative loading - 1.1.2 - Another bump to get npm.org to display
script2ify
in the README - 1.1.1 - Identical to
1.1.0
, just adds needed package.json info. - 1.1.0 - Adds special support for
async
attribute. - 1.0.0 - Initial release.