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

ReleaseNotes0_4_7

drewfish edited this page Oct 16, 2012 · 8 revisions

Mojito Release 0.4.7

Mojito 0.4.7 is now tagged and available on npm.

Notes

IMPORTANT - index.js/server.js compatibility changes This release requires changes to any application's index.js file and server.js file to properly launch. The templates in mojito/lib/app/archetypes/app/default for index.js and server.js are the appropriate content to use in any existing applications. For new applications these files are automatically used when the mojito create app command is invoked to create a new application.

Please see DEPRECATIONS.md.

Features

  • ebccc52a Added support for /crossdomain.xml
  • 09c66816 Added support for /robots.txt

Fixes

  • #607 fix issue #525 `mojito test app|mojit` failed for archetype-code…
  • #615 TODO
  • #620 fix issue #546 multiple jslint errors in developer-guide
  • #621 TODO
  • #623 TODO
  • #624 TODO
  • #625 Move app init so any getHttpServer call returns initialized app instance...
  • #627 TODO
  • #628 Fix start logic.
  • #629 TODO
  • b5483846 fix issue #546 multiple jslint errors in developer-guide
  • 111a7148 fix issue #525 `mojito test app|mojit` failed for archetype-code Support for `mojito test` on client/binder code had been…

Acknowlegements

Special thanks to @jlecomte for his contributions to this release.

Clone this wiki locally