Releases: dojo/core
Release 0.2.1
✅ Fixes
-
Using importHelpers instead of noEmitHelpers (#368)
Details
- Using importHelpers instead of noEmitHelpers
Release 0.2.0
✅ 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
Release 0.1.0
👍 Enhancements
- Update tag for @dojo dependencies
Release 2.0.0 Beta3 1
Release 2.0.0 Beta2 4
Release v2.0.0 Beta2 3
Fixed
- Several typing changes and changes to Promise support upstream changes in dojo/shim#101 (see: #346)
Release 2.0.0 Beta2 2
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
Release 2.0.0 Alpha 6
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