From 75dd16b5a203a252503ab8c74007ed4112e6ebca Mon Sep 17 00:00:00 2001 From: jimenez Date: Tue, 1 Apr 2014 16:07:48 -0700 Subject: [PATCH] Updated exprees-map, express-state, yui, yahoo-arrow, updated some of the semantic versioning. --- HISTORY.md | 51 +++++++++++++++++++++++++++++++++++++-------------- package.json | 12 ++++++------ 2 files changed, 43 insertions(+), 20 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 2bf96ec4d..89c676025 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,21 +2,44 @@ version @VERSION@ ================= Notes ------------- +----- Deprecations, Removals ------------- +---------------------- Features ------------- +-------- Bug Fixes ------------- +--------- Acknowledgements ---------------- +version 0.9.1 +================= + +Notes +----- + +* YUI dependency was upgraded to yui@3.15.x +* Express State dependency was upgraded to express-state@1.1.x +* Express Map dependency was upgraded to express-map@0.1.x +* Arrow devDependency was upgraded to yahoo-arrow@0.5.x + +Deprecations, Removals +---------------------- + +Features +-------- + +Bug Fixes +---------- + +Acknowledgements +---------------- + version 0.9.0 ================= @@ -126,7 +149,7 @@ app.map('/foo', 'get#foo.index'); New Dependencies ---------------- -* Mojito now leverages the following packages for its routing implementation: +* Mojito now leverages the following packages for its routing implementation: [`express-map`](https://github.com/yahoo/express-map#express-map) and [`express-annotations`](https://github.com/yahoo/express-annotations#express-annotations) @@ -172,26 +195,26 @@ version 0.8.0 Notes ----- -* **!IMPORTANT!** This release contains a notable backward-incompatible change. +* **!IMPORTANT!** This release contains a notable backward-incompatible change. See "Deprecations, Removals" below. Deprecations, Removals ---------------------- -* **!Backwards-Incompatible Change!** Getting model instance by passing model +* **!Backwards-Incompatible Change!** Getting model instance by passing model YUI module name to `ac.models.get` has been removed. -* Cleanup: The `archetypes` directory containing boilerplate template code has been - removed from the `mojito` package because the template code is located +* Cleanup: The `archetypes` directory containing boilerplate template code has been + removed from the `mojito` package because the template code is located in [mojito-cli-create](https://github.com/yahoo/mojito-cli-create). Features -------- * Contextualized model support is added: - ac.models.get(modelName) will take the model's logical name (filename minus - the affinity and context parts) and return contextualized model instance. + ac.models.get(modelName) will take the model's logical name (filename minus + the affinity and context parts) and return contextualized model instance. - For example: + For example: Different model files can be provided for different context settings under models directory: .../models/ mymodel.common.iphone.js @@ -204,7 +227,7 @@ Bug Fixes * Issue #1251: easy way to get contextualized models * PR #1264: better output handler response header check -* PR #1270: removed `archetypes` directory and boilerplate template code for apps/mojits. +* PR #1270: removed `archetypes` directory and boilerplate template code for apps/mojits. * PR #1278: added middleware and updated app configs so that apps can use mocked models. Acknowledgements @@ -219,7 +242,7 @@ version 0.7.5 Bug Fixes --------- -* Issue #1215: [regression] lang collection in metas is missing for controller +* Issue #1215: [regression] lang collection in metas is missing for controller * Issue #1238 Lower Resource Store log messages for duplicate resources from "info" to "debug" diff --git a/package.json b/package.json index e2286b96d..ec344b679 100644 --- a/package.json +++ b/package.json @@ -16,16 +16,16 @@ "Lichun Zhan " ], "dependencies": { - "debug": "*", - "express-state": "~1.0.0", - "express-map": "~0.0.2", + "debug": "0.8.x", + "express-state": "1.1.x", + "express-map": "0.1.x", "glob": "~3.1.11", "js-yaml": "1.0.2", "mime": "1.2.4", "request": "2.9.202", "semver": "1.0.14", - "ycb": "~1.1.0", - "yui": "~3.10.3" + "ycb": "1.1.x", + "yui": "3.15.x" }, "keywords": [ "framework", @@ -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": {