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

0.3.28

Compare
Choose a tag to compare
@drewfish drewfish released this 06 Aug 23:41
· 3834 commits to develop since this release

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

Fixes

  • c9c3f62 #231 Update sys references to util references.
  • 2dd7313 #219 [bz5651900] stop mojit data memory leak - record dynamically
  • 2e95209 #223 [bz5646042] log warning if server mojit has DOM dependency.
  • 9823966 #232 [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

Credits

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