Releases: dojo/loader
Releases · dojo/loader
Release 0.1.1
Release 0.3.0
Version Alignment Release
Release 2.0.0 Beta2 3
Release 2.0.0 Beta2 2
✅ Fixes
👍 Enhancements
-
Forward compatible updates for TS 2.4 (#137)
Details
Refs: dojo/meta#189
-
changes for ts 2.4 (#141)
Release 2.0.0 Beta2 1
✅ Fixes
-
Fix require.undef() with cache injection (#127)
-
Undefining a module no longer undefines special modules, issue #128 (#130)
-
Adding to cache as soon as require.cache is called instead of pending… (#129)
Details
-
Adding to cache as soon as require.cache is called instead of pending it for later, issue #124
-
Removing unused code
-
-
Fix codecov mapping (#131)
👍 Enhancements
Release 2.0.0 Beta1 1
👍 Enhancements
- Update dependencies to 'beta1' (#122)
Release 2.0.0 Beta 1
This is the first beta release of the dojo/loader
, we now anticipate the API to remain fairly consistent until the initial release of the loader v2.
New Features
- Addition of
require.on
to listen for loader events. (see #42) - Addition of event type
'error'
to receive more information when a module fails to load. (see #14, #42)
Changes
- Updating to TypeScript 1.8 (see #45)
- Note that the typings for the package now utilises a string literal, which was introduced in TypeScript 1.8, meaning the typings now require TypeScript 1.8+ to be used.
- Aligning to the AMD specification, plugins now receive a configuration object (see #34)
- Aligning to the AMD specification, configuration can no longer be passed as the first argument (see #48)
Fixes
- The loader map now handles plugins properly which have a configuration (see #21)