Releases: lubber-de/stackload
Releases · lubber-de/stackload
1.1.0
[1.1.0] - 2022-11-18
- First official NPM version
Added
- autoload during stackload include via get parameters
- support npm semver package naming and autoload from jsdelivr
Fixed
- error when type is not guessable
v1.0.6
Changed
- from GPLv3 to MIT License
Added
- new option
noCache
for fileObject
v1.0.5
Fixed
- loading was completely discontinued when a check expression was true
- Small fixes
Added
- Internal Helper "cssProperties()" to check for specific CSS properties for the "check" property of fileObjects
Changed
v1.0.4
Added
- Look for @import urls in stylesheets
v1.0.3
Added
- Fill up registry with already embedded resources to avoid reloading
Fixed
- Element deletion failed when jsonp resource is not available
v1.0.2
Fixed
- Launch the success callback even when all scripts are already loaded
v1.0.1
Added
- JsonP Support.
Use type 'jsonp' in fileObject. Probably needed callback function parameter must already be part of the given url