Skip to content

Releases: englercj/resource-loader

v2.2.0

05 Dec 04:06
Compare
Choose a tag to compare

v2.1.1...v2.2.0

  • Update dependencies
  • Fix a precision error with progress calculations (#110)
  • Add ability to register default middleware (#74)
  • Add support for per-resource timeouts (#90)
  • Honor crossOrigin for source elements (#99)
  • Fix an issue with crossOrigin within iframes (#120)

v2.1.1

01 Jan 22:39
Compare
Choose a tag to compare

v2.1.0...v2.1.1

  • Handle local http loads of buffers (#101)
  • Dispatch signals properly from load() when queue is empty (#107)

v2.1.0

14 Nov 15:53
Compare
Choose a tag to compare

v2.0.9...v2.1.0

  • Remove source files from distribution (#96)
  • Add the ability to change concurrency on-the-fly (#102)
  • Replaces jaguar template with Pixi template (#103)

v2.0.9

29 Jun 15:29
Compare
Choose a tag to compare

v2.0.8...v2.0.9

  • Fix element loads not grabbing mime type and extensions correctly (#94)

v2.0.8

18 May 13:26
Compare
Choose a tag to compare

v2.0.7...v2.0.8

  • Fix #75 by defering each middleware call to a new event loop
  • Fix #91 (by merging #92) which fixes some deadlock and progress issues
  • Fix #84 so that exports work with webpack/babel correctly

v2.0.7

24 Feb 17:34
Compare
Choose a tag to compare

v2.0.6...v2.0.7

  • Deploy docs to gh-pages
  • More robust status-code and responseText checking

v2.0.6

06 Feb 22:53
Compare
Choose a tag to compare

v2.0.5...v2.0.6

  • Fix an issue where the last resource had incorrect progress set.

v2.0.5

04 Feb 17:27
Compare
Choose a tag to compare

v2.0.4...v2.0.5

  • Cache and expose Resource extension (#86)

v2.0.4

04 Feb 17:05
Compare
Choose a tag to compare

v2.0.3...v2.0.4

  • Fix some issues with build scripts and publishing
  • Remove jsnext:main to fix issues with webpack
  • Fix a bug with completed resource chunks being taken into account
  • Fix an issue where the queue didn't drain properly (#82)

v2.0.3

26 Dec 08:41
Compare
Choose a tag to compare

v2.0.2...v2.0.3

  • Better ES5 and npm support.