Releases: englercj/resource-loader
Releases · englercj/resource-loader
v1.2.2
- Fix a crash caused by trying to read
responseText
on error conditions.
v1.2.1
- XDR wasn't fully implemented, fixed that.
v1.2.0
- Add full
.add()
syntax that supports many different ways of adding resources (#4).
- Name is now optional when adding a resource (#3)
v1.1.4
Fix a problem with XHR loads in FF.
v1.1.3
Fix an issue with loading blobs. xhrType detection was broken, and so was the blob parser middleware.
v1.1.2
- Use async queue for loading resources, and pre-map resources into an object based on name.
v1.1.1
- Queue mapping was not working properly, that is now fixed.