Skip to content

Releases: dlueth/qoopido.demand

make xhr load and JSON parsing async

17 Apr 00:05
Compare
Choose a tag to compare
  • 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"

31 Mar 19:16
Compare
Choose a tag to compare
5.3.0

add events for module provide/reject

update dev-dependencies

31 Mar 19:16
Compare
Choose a tag to compare
5.2.9

update dev-dependencies

Improve component to resolve with a single object

09 Mar 13:34
Compare
Choose a tag to compare
5.2.8

components will now resolve with a single object

Fix handler bug regarding file-suffixes

09 Mar 13:34
Compare
Choose a tag to compare
5.2.7

fix bug regarding suffix in module-handler

Improve handler & Pledge

26 Feb 13:35
Compare
Choose a tag to compare
  • 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

25 Nov 14:22
Compare
Choose a tag to compare
5.2.5

prevent IE11 problems with weakmap-implementation

Bugfix for WeakMap on IE11

25 Nov 14:22
Compare
Choose a tag to compare
5.2.4

fix bug regarding semver suffix identifier

Semver bugfix

19 Nov 07:17
Compare
Choose a tag to compare

Fixed a bug in semver class that prevented the invalidation of localstorage cache under certain conditions.

5.2.2

14 May 20:18
Compare
Choose a tag to compare

Patches

  • Switch to terser instead of uglify: f53a064
  • Fix bug in weakmap regardnig IE11: 78ea7a0