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

Releases: dojo/core

Release 0.2.1

30 Nov 12:11
Compare
Choose a tag to compare
Release 0.2.1 Pre-release
Pre-release

✅ Fixes

  • Using importHelpers instead of noEmitHelpers (#368)

    Details
    • Using importHelpers instead of noEmitHelpers

Release 0.2.0

30 Nov 12:09
Compare
Choose a tag to compare
Release 0.2.0 Pre-release
Pre-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)

Release 0.1.0

30 Nov 12:08
Compare
Choose a tag to compare
Release 0.1.0 Pre-release
Pre-release

👍 Enhancements

  • Update tag for @dojo dependencies

Release 2.0.0 Beta3 1

30 Nov 12:06
Compare
Choose a tag to compare
Release 2.0.0 Beta3 1 Pre-release
Pre-release

✅ Fixes

  • Fixes issue using request in a web worker (#351)

    Details
    • Adding tests for web workers, issue #320

    • Adjusting test to work with postMessage, issue #320

    • Relying on host browser rather than window object

👍 Enhancements

  • Update tag for @dojo dependencies

Release 2.0.0 Beta2 4

30 Nov 12:05
Compare
Choose a tag to compare
Release 2.0.0 Beta2 4 Pre-release
Pre-release

✅ Fixes

  • Adding overwrite flag to has flags, issue #341 (#349)

  • Adding a flag to disable automatic inclusion of x-requested-with (#350)

    Details
    • Adding a flag to disable automatic inclusion of the x-requested-with header, issue #328

    • Documenting request options

    • Busting IE cache for failed test, issue #328

👍 Enhancements

  • Comparison API (#233)

    Details

    Fixes #138

  • Update tag for @dojo dependencies

Release v2.0.0 Beta2 3

26 Jul 18:36
2d6a5e1
Compare
Choose a tag to compare
Pre-release

Fixed

  • Several typing changes and changes to Promise support upstream changes in dojo/shim#101 (see: #346)

Release 2.0.0 Beta2 2

27 Aug 15:47
Compare
Choose a tag to compare
Release 2.0.0 Beta2 2 Pre-release
Pre-release

Breaking Changes

  • Adding base64 encoding from web-editor and removed old encoding module (#339)

New Features

  • Forward compatible updates for TS 2.4 (#342)
    Refs: dojo/meta#189

  • Update to TypeScript 2.4 (#344)
    Refs: dojo/meta#189

  • Re-Export @dojo/shim/global and change imports (#345)
    This deprecates @dojo/core/global in favour of @dojo/shim/global
    Resolves #302

Release 2.0.0 Beta2 1

27 Aug 15:49
Compare
Choose a tag to compare
Release 2.0.0 Beta2 1 Pre-release
Pre-release

New Features

  • Adding upload progress reporting (#326)
    Resolves #285

  • Move to BrowserStack for CI (#337)

  • Move to next tag for @dojo deps (#336)

    • move to next tag for @dojo deps
    • set the url to dojo.io

Fixes

  • fixed usage of node auth with special characters (#323)

Release 2.0.0 Alpha 6

06 Jun 13:11
Compare
Choose a tag to compare
Release 2.0.0 Alpha 6 Pre-release
Pre-release

Updates

  • Update Intern for testing
  • Changes to improve CI

Changes

  • Decouple typing dependency on dojo-loader
  • Restructure package to support building distributions from source
  • Migrate to typings/typings to manage types

Additions

  • Support Iterators on older browsers