Untitled
By: a guest | Mar 10th, 2010 | Syntax:
None | Size: 0.95 KB | Hits: 294 | Expires: Never
The first release under the new name RingoJS. Since 0.3, most notably CommonJS compliance was pushed on and the web application modules fleshed out or improved. Lower level enhancements include optimizations regarding code caching, resource loading and bringing in the new ECMAScript 5 and JavaScript 1.8 features from Rhino.
Other highlights of this release:
* New unittest module; we are now shipping with 235 tests.
* New jsdoc module; powering the web app <http://ringojs.org/api/>.
* POSIX support; using JRuby's jnr-posix libraries.
* New admin script for creating web app scaffolding; also simplifies Google App Engine deployment.
* New logging module; based on log4j/SLF4J.
* Lots of new JSGI middleware; gzip, etag, transaction, profiler, ...
* New CLI arguments parser in pure JS.
Pre-built downloads for Linux, Mac and Windows: <http://github.com/ringo/ringojs/downloads>
Our new site, fully powered by RingoJS, is <http://ringojs.org/>.