Release Name: 1.2.0
Notes:
Description:
The +newjs+ command creates a new JavaScript project/application
with a default directory structure and configuration at the path you specify.
Example:
+newjs path/to/my-app-name+
This generates a skeletal JavaScript project/application
installation in path/to/my-app-name
Changes:
== 1.2.0 2008-02-18
MAJOR CHANGE
* using jsunittest (http://drnicjavascript.rubyforge.org/jsunittest/)
* no prototypejs dependencies
|