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

Commit

Permalink
Updated exprees-map, express-state, yui, yahoo-arrow, updated some of…
Browse files Browse the repository at this point in the history
… the semantic versioning.
  • Loading branch information
aljimenez committed Apr 1, 2014
1 parent 0194d34 commit 75dd16b
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 20 deletions.
51 changes: 37 additions & 14 deletions HISTORY.md
Expand Up @@ -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
=================

Expand Down Expand Up @@ -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)

Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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"

Expand Down
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -16,16 +16,16 @@
"Lichun Zhan <lzhan@yahoo-inc.com>"
],
"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",
Expand All @@ -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 75dd16b

Please sign in to comment.