Releases: englercj/resource-loader
Releases · englercj/resource-loader
v2.0.0
v1.8.0...v2.0.0
- Rewrite to ES6
- Rework how progress is calculated
- Fix issues with resetting and trying to load more files (#66)
- Support adding query strings to all urls automatically (#68)
- Add default font types to be loaded as buffers
v1.7.1
v1.7.0...v1.7.1
- Reduce build size by only including necessary parts of the
async
library
- Always specify the
useCapture
param when dealing with events
v1.7.0
v1.6.8...v1.7.0
- Fix blob parser not calling
next()
(#58)
- Allow users to pass in custom elements for loading (#43)
- Cancel resource loads on reset (#49)
v1.6.7
v1.6.6...v1.6.7
- Fix #57, before middleware now works properly
- Remove gulp/jshint and update toolchain
- Doc related fixes
v1.6.5
v1.6.4...v1.6.5
- Move complete event to end of event lifecycle (#47)
- Fix error when pathname of parsed url is empty (#50)
- Add svg+xml mime type (#52)
- Normalize extension casing (#54)
- Do not change global URL variable (#55)