Skip to content

Releases: cujojs/curl

0.8.13: Stop waiting for stylesheets in Chrome

19 Jan 00:52
Compare
Choose a tag to compare

Chrome is unpredictable no matter what we try to do. It doesn't signal when/if the stylesheet is applied, so why incur the delay.

0.8.12: Announcement: RaveJS will succeed curl.js

05 Nov 18:32
Compare
Choose a tag to compare

Rave is definitely the future, so we're putting all of our effort into ensuring that RaveJS is as awesome as it can possibly be.

This means that all development for curl.js and cram.js has stopped. For the foreseeable future, we will continue to respond to issues on github, as well as in the #cujojs room on freenode. However, keep in mind that there will be no further development, so some issues might not be resolved fully.

We've added some info in the README, as well as some links to various RaveJS resources and a migration guide.

Watch rave to stay up to date!

Update bower.json and package.json

02 Apr 01:40
Compare
Choose a tag to compare
  • Add moduleType and main properties to bower.json and package.json.
  • Npm name is now curl-amd.

Improved support for CommonJS/node modules

12 Feb 21:51
Compare
Choose a tag to compare
* Protect more API functions in plugins and loaders from closure compiler's
aggressive obfuscation.
* Switch to newer //# sourceURL syntax.
* Stop doubling the ".js" on the sourceURL.
* Ensure that `define` is undefined when wrapping cjs/node modules.

Fix cram css! plugin

17 Jan 21:14
Compare
Choose a tag to compare
* Stop double-appending .css extension in css! plugin. (thanks @stanislawosinski!)

Fix botched 0.8.6 release

20 Dec 17:26
Compare
Choose a tag to compare
  • Fix botched release wherein some dummy forgot to bin/make-all.sh.

Another cram plugin fix

19 Dec 20:58
Compare
Choose a tag to compare
  • Cram plugins: hide legacy plugin's define from cram parser.

Fixes to cram plugins

19 Dec 18:33
Compare
Choose a tag to compare
* Cram plugins: plugins are now responsible for resolving url/filepath.
* Cram plugins: legacy loader no longer fails to add a .js extension
  when there are dots in the file name.

Simplify bootstrap code with data-curl-run

17 Oct 03:09
Compare
Choose a tag to compare

The experimental data-curl-run HTML attribute is now official and is documented in the wiki. You can use it to bootstrap an app with curl.js. See the wiki for more information.

Fix for legacy loader and debug dist build

15 Oct 02:13
Compare
Choose a tag to compare
  • Export legacy-loaded modules with normal AMD/CommonJS module ids
    (thanks @mmacaula!)
  • Build curl/debug into curl/dist/debug/curl.js correctly.