Changelog History
-
v0.8.13 Changes
January 19, 2016💅 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.
-
v0.8.12 Changes
November 05, 2014Rave 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!
-
v0.8.10 Changes
April 02, 2014- ➕ Add moduleType and main properties to bower.json and package.json.
- Npm name is now curl-amd.
-
v0.8.9 Changes
February 12, 2014* 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.
-
v0.8.8 Changes
January 17, 2014* Stop double-appending .css extension in css! plugin. (thanks @stanislawosinski!)
-
v0.8.7 Changes
December 20, 2013- 🛠 Fix botched release wherein some dummy forgot to
bin/make-all.sh
.
- 🛠 Fix botched release wherein some dummy forgot to
-
v0.8.6 Changes
December 19, 2013- 🔌 Cram plugins: hide legacy plugin's
define
from cram parser.
- 🔌 Cram plugins: hide legacy plugin's
-
v0.8.5 Changes
December 19, 2013* 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.
-
v0.8.4 Changes
October 17, 2013👀 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.
-
v0.8.3 Changes
October 15, 2013- Export legacy-loaded modules with normal AMD/CommonJS module ids
(thanks @mmacaula!) - 🏗 Build curl/debug into curl/dist/debug/curl.js correctly.
- Export legacy-loaded modules with normal AMD/CommonJS module ids