Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

ReleaseNotes0_3_28

rwaldura edited this page Jul 13, 2012 · 13 revisions

Mojito Release 0.3.28

Mojito 0.3.28 is now tagged and available on npm.

Note: Mojito depends on the latest patch release of YUI, currently YUI 3.5.1-2. This version of YUI fixes a Y.io issue which appeared in the last release. Also, as with the last Mojito release, YUI 3.5.x has removed built-in jsdom support. Server code that depends on a DOM will cause Mojito to throw an exception on startup. A warning will now be issued for known DOM dependent modules matching this criteria. Folks are asked to either move DOM dependencies to client affinities or binders, or create the required host objects for your application's DOM requirements. See http://yuilibrary.com/yui/docs/yui/nodejs-dom.html. There may also be other app-specific issues with the upgrade in YUI.

Because of the YUI situation, both the latest and stable tags on npm point to Mojito 0.3.26. To install this release you need to specify version 0.3.28 explicitly (either npm i [email protected] or via package.json).

Fixes

Features

  • 726a2e4 Added -p option for jslint results to sdtout

Special thanks to Michael Ridgway, Karen Fay and Ryuichi Okumura for their code contributions to this release.

Clone this wiki locally