Skip to content

Releases: englercj/resource-loader

v1.6.4

22 Dec 18:23
Compare
Choose a tag to compare

v1.6.3...v1.6.4

  • #37: Fix bug in handling of some baseUrls
  • #30: Allow user to specify specific cross origin value

v1.6.3

22 Dec 18:22
Compare
Choose a tag to compare

v1.6.2...v1.6.3

  • #34: Fixed: loading gets stuck after getting first asset from cache
  • #36: Add extra metadata info for middlewares

v1.6.2

06 Sep 16:51
Compare
Choose a tag to compare

v1.6.1...v1.6.2

  • Fix some CocoonJS issues
  • Emit load callback after resources have had their middleware run
  • Fix progress not being exactly 100 on complete.

v1.6.1

29 Jul 15:32
Compare
Choose a tag to compare

v1.6.0...v1.6.1

  • Fix extension detection when using a querystring
  • More tests!

v1.6.0

15 May 18:47
Compare
Choose a tag to compare

v1.5.6...v1.6.0

  • Add data-url support.
  • Update some dev dependencies.
  • Add more tests.

v1.5.6

13 May 13:55
Compare
Choose a tag to compare

v1.5.5...v1.5.6

  • Fix crossOrigin detection for urls with no ports (#17, thanks @kewah).
  • Add testem as a devDependency (#16, thanks @kewah).
  • Add more unit tests.

v1.5.5

08 May 03:07
Compare
Choose a tag to compare

v1.5.4...v1.5.5

  • Fix crossOrigin checks for IE9
  • Fix URL parsing for IE9

v1.5.4

08 May 03:06
Compare
Choose a tag to compare

v1.5.3...v1.5.4

  • Add .tga to built-in extension support

v1.5.3

05 May 13:59
Compare
Choose a tag to compare

v1.5.2...v1.5.3

  • Consider status 0 and file:// protocol to be success (#13)

v1.5.2

05 May 13:58
Compare
Choose a tag to compare

v1.5.1...v1.5.2

  • Better XHR status handling for IE9