Skip to content

Releases: dojo/loader

Release 0.1.1

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

👍 Enhancements

  • Convert tests to Intern 4 (#145)

  • Upgrade to Intern 4.1 and fix release build (#150)

  • Update to TypeScript 2.6.1 and turn on strict (#151)

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

  • Update .gitignore for Intern 4 (#148)

  • Add declaration true to tsconfig (#144)

Release 0.3.0

30 Nov 11:29
Compare
Choose a tag to compare
Release 0.3.0 Pre-release
Pre-release

Version Alignment Release

Release 2.0.0 Beta2 3

30 Nov 11:34
Compare
Choose a tag to compare
Release 2.0.0 Beta2 3 Pre-release
Pre-release

✅ Fixes

  • Adding support for npm namespaces (#143)

    Details
    • Adding support for npm namespaces, issue #134

    • Adding functional test for @ package, issue #134

    • Fixing support for @ root packages, issue #134

    • Improving package check, issue #134

Release 2.0.0 Beta2 2

30 Nov 11:40
Compare
Choose a tag to compare
Release 2.0.0 Beta2 2 Pre-release
Pre-release

✅ Fixes

  • Fix failures on tests for Firefox (#139)

    Details

    Fixes #138

👍 Enhancements

Release 2.0.0 Beta2 1

30 Nov 11:51
Compare
Choose a tag to compare
Release 2.0.0 Beta2 1 Pre-release
Pre-release

✅ Fixes

  • Fix require.undef() with cache injection (#127)

    Details

    Fixes #125
    Fixes #126

  • 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

  • Update typescript to 2.3.2 (#133)

  • Add support for web workers (#117)

    Details

    Fixes #115

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

    Details
    • move to next tag for @dojo deps

    • set the url to dojo.io

Release 2.0.0 Beta1 1

30 Nov 11:53
Compare
Choose a tag to compare
Release 2.0.0 Beta1 1 Pre-release
Pre-release

👍 Enhancements

  • Update dependencies to 'beta1' (#122)

Release 2.0.0 Beta 1

04 Mar 17:01
Compare
Choose a tag to compare

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)