- Added support for .webp image extensions
- Removed unnecessary console.log() statement
- Added support for automatic image and css detection on urls with with query arguments and anchor tags
- Upgraded devDependencies
- Fixed issue with source code documentation (kubetail-org#88)
- Bugfix for IE Edge CSS file cross-domain onerror detection
- Added support for Promises via
returnPromise
option
- Bugfix for IE Edge CSS file cross-domain SecurityError
- Added support for loading images
- Updated documentation
- Added support for success function as callback argument
- Upgraded devDependencies and re-built payload
- Added support for "css!" prefix to force treating file as stylesheet
- Added support for DOM insertion bypass if
before
callback returnsfalse
- Added isDefined() method to check if a bundle is already defined
- Minor code cleanup
- Added reset() method to reset dependency trackers
- Minor code cleanup
- Added
before
callback hook to modify script/link elements before adding them to the DOM
- Added numRetries option
- Changed 'fail' callback name to 'error'
- Fixed bug in main attribute of bower.json
- Upgraded devDependencies, rebuilt packaged, saved a byte
- Fixed bug causing issues with external css files
- Added support for loading CSS files
- Changed API to accept object with success/fail functions
- Added support for async: false
- Added support for ad blocked script failures
- Shaved off 3 more bytes (minified + gzipped)
- Added bower.json
- Removed onload script deletion
- Small improvement to internal code to save a few bytes
- Added UMD support