Skip to content
Permalink
master
Switch branches/tags

Commits on Jun 26, 2019

  1. 2.1.0 - emit vue events and handle simultaneously loaded scripts

    + Better handling of simultaneously loaded components ([#12](#12) - thanks **[@vgavro](https://github.com/vgavro)**)
    + Emit vue events for `loaded` and `error` ([#31](#31) - thanks **[@vgavro](https://github.com/vgavro)**)
    + Updated all dev dependencies and switched from uglify to terser
    taoeffect committed Jun 26, 2019
  2. setting loading promise on request (not on load) to avoid duplicate l… (

    #29)
    
    * setting loading promise on request (not on load) to avoid duplicate loadings before load were finished
    
    * fixes for setting loading promise instead of 1
    
    * fixed verbose prop async=false (will act as async=true previously); added load and error events
    vgavro authored and taoeffect committed Jun 26, 2019

Commits on Jun 1, 2018

  1. Decode html entities (#25)

    * Decode html entities
    
    * Update index.js
    
    * Update index.js
    
    * Update index.js
    Andris Praulitis authored and taoeffect committed Jun 1, 2018

Commits on May 13, 2018

  1. 2.0.2

    - IE Support (via **[@akhoury](https://github.com/akhoury)**)
    - Use `render` function instead of `template` (via **[@bichikim](https://github.com/bichikim)**)
    - Updated dependencies
    - Removed broken `grunt-rollup` and updated `Gruntfile.js` accordingly
    taoeffect committed May 13, 2018

Commits on May 12, 2018

  1. fix template compiler error (#20)

    Now injects the script properly with Vue's `render` function thanks to @bichikim
    bichikim authored and taoeffect committed May 12, 2018
  2. Merge pull request #21 from akhoury/patch-1

    IE Support
    taoeffect committed May 12, 2018

Commits on May 11, 2018

  1. IE Support

    see #17
    akhoury committed May 11, 2018

Commits on Aug 28, 2017

  1. 2.0.1

    taoeffect committed Aug 28, 2017
  2. Merge pull request #10 from mingchuno/master

    fix #9 null/undefined crossorigin params handling
    taoeffect committed Aug 28, 2017

Commits on Aug 2, 2017

  1. fix #9 null/undefined crossorigin params for script tag in e.g. Safar…

    …i 9 will cause error
    mingchuno committed Aug 2, 2017

Commits on Dec 14, 2016

  1. Vue 2.x support

    taoeffect committed Dec 14, 2016

Commits on Sep 13, 2016

  1. 1.2.2

    taoeffect committed Sep 13, 2016
  2. Merge pull request #6 from grempe/master

    Fixes #5 crossorigin in HTML is crossOrigin in DOM
    taoeffect committed Sep 13, 2016

Commits on Sep 12, 2016

  1. Fixes #5 crossorigin in HTML is crossOrigin in DOM

    This should fix the issue where the crossorigin property was not
    being written out to the script tag in the DOM. The HTML
    property is all lower case, but the DOM spec requires it to
    be camel cased.
    
    See:
    
    w3c/webappsec-subresource-integrity#24
    https://html.spec.whatwg.org/multipage/embedded-content.html#dom-img-crossorigin
    grempe committed Sep 12, 2016

Commits on May 8, 2016

  1. Release 1.2.1

    This commit doesn't change any behavior due to a lucky bug.
    I had some code to "support" IE, but it was wrong. Thankfully, its
    wrongness was ameliorated by a bug (`this` being bound to something
    else due to arrow-function usage). I've now simply removed the IE-specific
    support as the latest versions of IE should support .onerror and .onload
    taoeffect committed May 8, 2016
  2. Minor README update

    taoeffect committed May 8, 2016
  3. Minor change

    taoeffect committed May 8, 2016

Commits on May 6, 2016

  1. First commit

    taoeffect committed May 6, 2016