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

Commit

Permalink
Updated yahoo-arrow version, updated history.
Browse files Browse the repository at this point in the history
  • Loading branch information
aljimenez committed Apr 17, 2014
1 parent d652f12 commit 1050f79
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 8 deletions.
23 changes: 16 additions & 7 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
version 0.9.3
=============

Notes
-----

* Various improvements to the Resource Store, which reduce start up time.
* Yahoo Arrow dependency was upgraded to [email protected]

version 0.9.2
=================
=============

Notes
-----
Expand All @@ -14,7 +23,7 @@ Notes
* Express devDependency was upgraded to [email protected]

version 0.9.1
=================
=============

Notes
-----
Expand All @@ -29,18 +38,18 @@ Notes
* Express devDependency was upgraded to [email protected]

version 0.9.0
=================
=============

Notes
------------
-----

This release introduces a set of new APIs and concepts.

Please refer to some of the examples apps under the [`examples/`](https://github.com/yahoo/mojito/tree/develop/examples) folder to get
an overview of what has changed.

Deprecations, Removals
------------
----------------------

* Mojito no longer supports `index.js` and `server.js` to start up the server.
Applications will instead instantiate Mojito as follows:
Expand Down Expand Up @@ -99,7 +108,7 @@ Deprecations, Removals


Features
------------
--------

* To register Mojito routes programmatically instead of using `routes.json`:

Expand Down Expand Up @@ -142,7 +151,7 @@ New Dependencies
[`express-annotations`](https://github.com/yahoo/express-annotations#express-annotations)

version 0.8.3
=================
=============

Bug Fixes
---------
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"mojito-cli": "~0.1",
"node-static": ">0.6.8",
"wrench": "~1.3.9",
"yahoo-arrow": "0.3.3",
"yahoo-arrow": "0.5.x",
"portfinder": "0.2.1"
},
"optionalDependencies": {
Expand Down

0 comments on commit 1050f79

Please sign in to comment.