All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- First official NPM version
- autoload during stackload include via get parameters
- support npm semver package naming and autoload from jsdelivr
- error when type is not guessable
1.0.6 - 2017-10-29
- License from GPLv3 to MIT
- new option
noCache
for fileObjects to prevent caching if needed for non-jsonp files - Changelog
1.0.5 - 2017-10-20
- Internal Helper "cssProperties()" to check for specific CSS properties for the "check" property of fileObjects
- Readme updated
- loading was completely discontinued when a check expression was true
- Small fixes
1.0.4 - 2017-10-17
- Look for @import urls in stylesheets
1.0.3 - 2017-10-17
- Fill up registry with already embedded resources to avoid reloading
- Element deletion failed when jsonp resource is not available
1.0.2 - 2017-10-16
- Launch the success callback even when all scripts are already loaded
1.0.1 - 2017-10-16
- JsonP Support. Use type 'jsonp' in fileObject. Probably needed callback function parameter must already be part of the given url
- Initial Commit