-
Notifications
You must be signed in to change notification settings - Fork 214
ReleaseNotes0_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).
- 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.
- 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.