Skip to content

Releases: englercj/resource-loader

v1.2.2

23 Mar 15:41
Compare
Choose a tag to compare
  • Fix a crash caused by trying to read responseText on error conditions.

v1.2.1

23 Mar 15:40
Compare
Choose a tag to compare
  • XDR wasn't fully implemented, fixed that.

v1.2.0

23 Mar 15:40
Compare
Choose a tag to compare
  • 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

10 Feb 15:08
Compare
Choose a tag to compare

Fix a problem with XHR loads in FF.

v1.1.3

09 Feb 17:00
Compare
Choose a tag to compare

Fix an issue with loading blobs. xhrType detection was broken, and so was the blob parser middleware.

v1.1.2

23 Mar 15:43
Compare
Choose a tag to compare
  • Use async queue for loading resources, and pre-map resources into an object based on name.

v1.1.1

23 Mar 15:42
Compare
Choose a tag to compare
  • Queue mapping was not working properly, that is now fixed.

v1.1.0

23 Mar 15:41
Compare
Choose a tag to compare
  • Add names for resources

v1.0.0

04 Feb 15:59
Compare
Choose a tag to compare

Initial release