Skip to content
rwaldura edited this page Jan 17, 2013 · 7 revisions

Mojito Release 0.4.9, 0.4.9-2

Mojito 0.4.9-2 is now tagged and available on npm.

Notes

  • Command line warning and error output used to go to stdout, they now go to stderr.
  • Version 0.4.9-2 fixes the output of the test coverage report for mojito test -c app ., which was incorrect for 0.4.9.

Features

  • e7cd3576 New mojito build hybridapp, requires snapshot name and tag options.

Fixes

  • 38666f41 Add yuitest-coverage dependency.
  • 6ddbcf33 Add yaml suport, including work from pr580 and pr670.
  • df6149b2 Fix bz4404935, including work from pr580 and pr670
  • 2bcece17 Non-functional changes to cli fixes issue #715 typo in info error msg.
  • b7d2f401 Fix bz5895425 resources for hybridapp/crt were 500/not found as web app.
  • 3fd55c9f Fix bz5904449 garbled console output on node 0.8+ if process.stdout is not a tty (i.e. a pipe) the console.log interpreted…
  • c00e29de Fix bz5898249 merge source application.json's build.hybridapp.packages object into the build's ./appname/package.json dependencies…
  • b2c6599f Fix bz5472979 server resources in build server affinity resources do not need to be uri addressable. with this change store.getAllUrls()…
  • 16a6a174 Fix bz5886351 cli bin/mojito uses wrong copy.
  • 41ed40b3 Fix bz5892364 (archetype) mojito-client not loaded for hybdridapp.
  • 4def6d6f Fix bz5886351 cli: bin/mojito launches wrong copy the cli entry point bin/mojito should always load and run the code.