Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Mar 10th, 2010 | Syntax: None | Size: 0.95 KB | Hits: 294 | Expires: Never
This paste has a previous version, view the difference. Copy text to clipboard
  1. 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.
  2.  
  3. Other highlights of this release:
  4.  
  5.  * New unittest module; we are now shipping with 235 tests.
  6.  * New jsdoc module; powering the web app <http://ringojs.org/api/>.
  7.  * POSIX support; using JRuby's jnr-posix libraries.
  8.  * New admin script for creating web app scaffolding; also simplifies Google App Engine deployment.
  9.  * New logging module; based on log4j/SLF4J.
  10.  * Lots of new JSGI middleware; gzip, etag, transaction, profiler, ...
  11.  * New CLI arguments parser in pure JS.
  12.  
  13.  
  14. Pre-built downloads for Linux, Mac and Windows: <http://github.com/ringo/ringojs/downloads>
  15.  
  16. Our new site, fully powered by RingoJS, is <http://ringojs.org/>.