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

0.3.29

Compare
Choose a tag to compare
@drewfish drewfish released this 06 Aug 23:40
· 3824 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.29 explicitly (either npm i mojito@0.3.29 or via package.json).

Fixes

  • 2d014df release 0.3.29 (based on 0.3.28-9-gaafd34b)
  • b6b646f fixed the HelloMojit-tests in the default mojit archetype to prevent a test failure when running mojito test app . (as indicated in the Getting Started tutorial). The objects are not equal even if they have the same elements
  • e606336 updated controller.server.js and controller.server-tests.js code examples in getting_started to reflect the files generated by mojito 0.3.26
  • 276965f, ac7a408 [bz5472517] Error on server doesn't propagate to client

Features

No new features in this release.

Credits

Special thanks to Dmitry Savintsev for his code contributions to this release.