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

ReleaseNotes0_4_7

rwaldura edited this page Oct 17, 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

  • #565 Added support for /crossdomain.xml and /robots.txt

Fixes

  • #525 `mojito test app|mojit` failed for archetype-code…
  • #615 [doc] Added func/unit test instructions.
  • #546 multiple jslint errors in developer-guide
  • #621 [docs] Fixed a syntax issue for using run.js.
  • #624 Add getter to avoid exposing _app for Manhattan use.
  • #625 Move app init so any getHttpServer call returns initialized app instance...
  • #598 The routing configuration documentation covers the 'regex' property.
  • #628 Fix start logic.
  • #602 Rewrote item in the FAQ regarding passing data from the controller to the binder.

Acknowlegements

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

Clone this wiki locally