Skip to content

Releases: lubber-de/stackload

1.1.0

17 Nov 21:14
Compare
Choose a tag to compare

[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

29 Oct 10:09
Compare
Choose a tag to compare

Changed

  • from GPLv3 to MIT License

Added

  • new option noCache for fileObject

v1.0.5

21 Oct 09:21
Compare
Choose a tag to compare

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

  • Readme updated

v1.0.4

21 Oct 09:22
Compare
Choose a tag to compare

Added

  • Look for @import urls in stylesheets

v1.0.3

21 Oct 09:23
Compare
Choose a tag to compare

Added

  • Fill up registry with already embedded resources to avoid reloading

Fixed

  • Element deletion failed when jsonp resource is not available

v1.0.2

21 Oct 09:23
Compare
Choose a tag to compare

Fixed

  • Launch the success callback even when all scripts are already loaded

v1.0.1

21 Oct 09:24
Compare
Choose a tag to compare

Added

  • JsonP Support.
    Use type 'jsonp' in fileObject. Probably needed callback function parameter must already be part of the given url