Skip to content

Releases: cujojs/curl

More bug fixes

03 Oct 14:43
Compare
Choose a tag to compare
  • Run compile.sh from anywhere (thanks @webpro!)
  • Restore quotes to cram text plugin output (thanks @gehan!)
  • Correctly bake-in the locale module in the kitchen-sink dist build.

0.8.1 - Build-time (cram) plugin for the new legacy loader.

28 Aug 17:34
Compare
Choose a tag to compare
Add release notes and bump version.

Compile dist versions.

0.8.0 - Better way to load legacy packages, dojo 1.8/1.9 is "official", more docs and bug fixes

23 Aug 17:02
Compare
Choose a tag to compare
  • Adds new curl/loader/legacy module loader that provides similar
    functionality to RequireJS's "shim config".
  • Adds dontAddFileExt config option functionality to js! plugin and
    curl/loader/legacy module loader.
  • Fixes configuration context mixups. Modules will get their package's
    config unless they are loaded explicitly via a plugin and that
    plugin has a custom configuration.
  • Paths can now be objects like packages and can have all of the same
    properties, except main, i.e. location (or path), config, name.
  • Fixes an issue in node on windows wherein C: was seen as a web protocol.
  • Updates READMEs in the plugin and loader folders.
  • Drops dojo 1.6 compatibility in the "kitchen sink" distribution.
  • Adds new dojo 1.8 distribution.

0.7.6 - dojo 1.8/1.9 plus fixes for cram plugins

21 Aug 20:22
Compare
Choose a tag to compare
* Adds compatibility with dojo 1.8 and 1.9, including the ability to provide
  `has` configuration via `curl.config()`. (Requires use of the
  curl/shim/dojo18 shim.)
* Fixes many bugs in the i18n and cjsm11 cram (build) plugins.
* Stops encoding the output of the cram plugins that emit javascript code.
* Adds code documentation improvements in the plugins.
* Applies Seriously overdue README updates.
* Restores text! plugin functionality to the "kitchen sink" build.

0.7.5 - Bug fixes

30 Jul 20:40
Compare
Choose a tag to compare
  • Can now resolve relative plugin ids in local require (bug fix).
  • Fixes #199: Fallback to doc.getElementsByTagName when doc.scripts does not exist.