Releases: dlueth/qoopido.demand
Releases · dlueth/qoopido.demand
make xhr load and JSON parsing async
- make provide accept pledges as argument so that async provides are possible
- add function/toArray to provided default modules
- utilize worker for xhr loading and JSON parsing
- remove IE9/10 compatibility
add global events "provide" and "reject"
5.3.0 add events for module provide/reject
update dev-dependencies
5.2.9 update dev-dependencies
Improve component to resolve with a single object
5.2.8 components will now resolve with a single object
Fix handler bug regarding file-suffixes
5.2.7 fix bug regarding suffix in module-handler
Improve handler & Pledge
- Make handler more flexbible regarding auto-adding a file-suffix, behaviour is now configurable and extendable
- Improve Pledges to behave more like Promises: "catch" and "always" (also available as "finally" from now on) relate to the whole pledge-chain as they do for promises
Bugfix for WeakMap on IE11
5.2.5 prevent IE11 problems with weakmap-implementation
Bugfix for WeakMap on IE11
5.2.4 fix bug regarding semver suffix identifier
Semver bugfix
Fixed a bug in semver class that prevented the invalidation of localstorage cache under certain conditions.