Releases: cujojs/curl
0.8.13: Stop waiting for stylesheets in Chrome
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
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
- Add moduleType and main properties to bower.json and package.json.
- Npm name is now curl-amd.
Improved support for CommonJS/node modules
* 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
* Stop double-appending .css extension in css! plugin. (thanks @stanislawosinski!)
Fix botched 0.8.6 release
- Fix botched release wherein some dummy forgot to
bin/make-all.sh
.
Another cram plugin fix
- Cram plugins: hide legacy plugin's
define
from cram parser.
Fixes to cram plugins
* 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
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
- Export legacy-loaded modules with normal AMD/CommonJS module ids
(thanks @mmacaula!) - Build curl/debug into curl/dist/debug/curl.js correctly.