Skip to content
This repository has been archived by the owner on Jul 30, 2018. It is now read-only.

Release 0.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@dojo-bot dojo-bot released this 30 Nov 12:09
· 46 commits to master since this release

✅ Fixes

  • Fix random XHR test fail. A security error occurs in IE11 on Windows 8.1 (and probably older) in the web-worker-xhr-upload has test causing the has test to be removed from the cache. This fix makes the has test return false when the security error occurs. (#361)

  • Guarantee util.throttle delay (#360)

  • remove destructuring from generateRequestUrl signature (#363)

  • Shim helpers (#365)

    Details
    • Converting to load helpers from shim

    • Removing usage of forOf and replacing with for..of

    • Migrating to use loader from grunt-dojo2

    • Forcing functional tests to load first

    • Fixing whitespace in imports

  • Fix type annotation for functional tests (#364)

👍 Enhancements

  • Update tests to Intern 4 (#356)

  • Add canceler to Task.all

    Details

    Resolves #260

  • Upgrade to Intern 4.1 (#366)

  • Update CI for new release of grunt-dojo2 (#359)