Skip to content

Releases: englercj/resource-loader

v2.0.2

26 Dec 08:01
Compare
Choose a tag to compare

v2.0.1...v2.0.2

  • Support default export.

v2.0.1

06 Nov 16:19
Compare
Choose a tag to compare

v2.0.0...v2.0.1

  • Fix "main" field in package.json (#76)

v2.0.0

14 Oct 03:43
Compare
Choose a tag to compare

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.8.0

28 Sep 04:42
Compare
Choose a tag to compare

v1.7.1...v1.8.0

  • Add more tests
  • Update to EE3 v2
  • Remove async dependency

v1.7.1

14 Aug 03:31
Compare
Choose a tag to compare

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

28 Jul 16:25
Compare
Choose a tag to compare

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.8

28 Jul 03:18
Compare
Choose a tag to compare

v1.6.7...v1.6.8

  • Fix included folders for npm

v1.6.7

27 Jul 14:29
Compare
Choose a tag to compare

v1.6.6...v1.6.7

  • Fix #57, before middleware now works properly
  • Remove gulp/jshint and update toolchain
  • Doc related fixes

v1.6.6

04 Jul 20:07
Compare
Choose a tag to compare

v1.6.5...v1.6.6

  • Increment progress after middleware execution (#59)
  • Properly set loading state (#60)

v1.6.5

10 May 14:33
Compare
Choose a tag to compare

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)