Skip to content

Releases: RaveJS/rave

0.1.2: Minor fixes and doc updates

08 May 21:24
Compare
Choose a tag to compare

The only items of interest:

  • Report "unknown version" when rave metadata isn't found.
  • Ensure rave only grabs the pathname of the url, not the hash (#) or query (?) portions.

0.1.1: Mostly bug fixes

07 May 00:07
Compare
Choose a tag to compare
  • Stop removing reserved AMD psuedo-modules from dependency lists
  • Use rave.extension .json property when supplied
  • Output rave context directly, rather than logging (a copy) to the console so it can be manipulated

0.1.0: First consumable rave

02 May 15:51
Compare
Choose a tag to compare

Rave now supports load extensions that automatically prioritize themselves via specificity. Rave also helps devs and extension authors determine when extensions are out of date. (This can happen, despite well-behaved devs and authors, if devs use both npm and bower simultaneously.)

Rave doesn't yet deal with builds, deployment, or testing. This release is good for evaluating the rave concepts as well as building quick prototype apps.