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

0.5.6

Compare
Choose a tag to compare
@drewfish drewfish released this 06 Aug 22:58
· 1364 commits to develop since this release

Notes

  • A compiled history of changes is available
    here.
  • Mojito cli commands will be moving to a separate package mojito-cli in
    upcoming releases, which will be for global installation. The core mojito
    package will be for bundling with your application.

Deprecations

  • Mojits shipped with Mojito (like HTMLFrame, tunnel, etc) will play by the same
    rules, no more conditions when we walk them. Before, those mojits were forced
    to not have res.url because they should not be used from the client side, that's not
    longer the case.

Bug Fixes

  • #812 only walk the first/shallowest version of each package
  • #1016 regression that prevented shaker for controllering CDN urls
  • #1026 compatibility with Node.js 0.10 by making all mojits to play by the same rules