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

Commit

Permalink
Update HISTORY.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aljimenez committed Jul 14, 2014
1 parent 4d88565 commit 4c3dda2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ Features
--------

* Clearer and more specific error messages regarding invalid mojits and exceptions.
* Routes.json now accepts an annotations object (See [express annotations](https://github.com/yahoo/express-annotations#express-annotations)). Also the 'client' annotation can be used to specify whether to expose the route to the client side; by default, routes are exposed to the client.
Ex: routes.json
* Routes.json now accepts an annotations object (See [express annotations](https://github.com/yahoo/express-annotations#express-annotations)). Also the "client" annotation can be used to specify whether to expose the route to the client; by default, routes are exposed to the client.

Ex routes.json:

```js
...
Expand All @@ -18,6 +19,7 @@ Features
"client": false
}
}
...
```

Bug Fixes
Expand Down

0 comments on commit 4c3dda2

Please sign in to comment.