Releases: englercj/resource-loader
Releases · englercj/resource-loader
v2.2.0
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
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
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.8
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
v2.0.6...v2.0.7
- Deploy docs to gh-pages
- More robust status-code and responseText checking
v2.0.6
v2.0.5...v2.0.6
- Fix an issue where the last resource had incorrect progress set.
v2.0.4
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)