This repository has been archived by the owner on Oct 30, 2018. It is now read-only.
0.7.4
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 newgetAppConfig()
function. This is a better choice
for reading the static application configuration thancreateStore()
. - The resource store now exposes the server's runtime YUI instance via the
runtimeYUI
member. Resource store addons can access it viathis.get('host').runtimeYUI
.