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

Commit

Permalink
getting mojito 0.7.4 minor release ready
Browse files Browse the repository at this point in the history
  • Loading branch information
caridy committed Sep 10, 2013
1 parent ed57a42 commit 1ee091b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
14 changes: 10 additions & 4 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,23 @@ Deprecations, Removals

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`.

Bug Fixes
---------

Acknowledgements
----------------

version 0.7.4
=================

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`.

version 0.7.3
=================

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mojito",
"version": "0.7.3",
"version": "0.7.4",
"description": "Mojito provides an architecture, components and tools for developers to build complex web applications faster.",
"author": "Drew Folta <folta@yahoo-inc.com>",
"contributors": [
Expand Down

0 comments on commit 1ee091b

Please sign in to comment.