Skip to content
This repository was archived by the owner on Oct 21, 2022. It is now read-only.

Releases: filamentgroup/loadJS

0.2.3

03 Nov 21:56

Choose a tag to compare

Only expose loadJS on the global object if module is undefined. Play more nicely with commonjs

0.2.2

03 Nov 21:34

Choose a tag to compare

Expose loadJS on window, even when require'd via CommonJS and wrapped with Browserify

0.2.1

21 Oct 17:45

Choose a tag to compare

Common JS exports

Version 0.2

15 Oct 17:06

Choose a tag to compare

Added script async attr to ensure that loadScript does not block rendering (it appears that Chrome 38 changed its behavior to block rendering on dynamically injected scripts unless they have an async attr).

0.1.2

10 Jul 14:16

Choose a tag to compare

Merge pull request #2 from nhoizey/patch-2

Remaining copy/paste from loadCSS…

0.1.1

10 Jul 14:13

Choose a tag to compare

window ref

0.1.0

10 Jul 13:51

Choose a tag to compare

Update README.md