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 10, 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. 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 mojito@0.3.28 or via package.json).

Fixes

  • c9c3f62 #231 Update sys references to util references.
  • 2dd7313 bz5651900, #219 stop mojit data memory leak - record dynamically
  • 2e95209 bz5646042, #223 log warning if server mojit has DOM dependency.
  • 9823966 [bz5649382] Fix for mojito test app .
  • 4bfd82e fix dynamic mojit regression introduced in 2dd7313
  • fcd6fa0 fix unit test errors in build 130
  • 99ce6cf [bz5491914] Fix client exception on ac.error()
  • 9c105cd [bz5649346] Updates yui and yuitest dependencies; +FreeBSD
  • 9b86ca5 [bz5494997] Fix for Mojito client throwing on tunnel timeout
  • f27dbdc More null fixes for Mustache
  • 83a68da [bz5590319] Unicode and/or HTML escaping for config data.

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