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

0.7.4

Compare
Choose a tag to compare
@caridy caridy released this 10 Sep 21:41
· 727 commits to develop since this release

This is a minor release with few internal changes. There is no anticipated impact for the general Mojito application developer.

Notes

This new version will work with the new mojito-rs-hotswap extension, which is a development time tool that watches for changes in Mojito resources to dynamically update the necessary Resource Store meta-data and see the changes reflected in your application without having to restart the node process. More information here:
https://github.com/yahoo/mojito-rs-hotswap

Features

  • The lib/store.js has a new getAppConfig() function. This is a better choice
    for reading the static application configuration than createStore().
  • The resource store now exposes the server's runtime YUI instance via the
    runtimeYUI member. Resource store addons can access it via this.get('host').runtimeYUI.