Skip to content

Commit

Permalink
0.1.35
Browse files Browse the repository at this point in the history
  • Loading branch information
lsm committed Dec 1, 2015
1 parent c39204f commit b45779f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,40 @@
0.1.35 (2015/11/30)
===================
- Bug fix for route handler can't get `next`
- Escape unsafe characters when render template with layout middleware `web/middleware/express-layout.js`.
- Accept using middleware name in route definition.
```javascript
route: {
'/hello': ['layout', handlerFn]
}
```
- Fix incorrect parameter for express `router.param`.


0.1.34 (2015/11/25)
===================
- [Breaking] Rename sub command `micromono asset` to `micromono bundle`.
- [Breaking] `Service#use` now accepts http method prefix same as in `route`. e.g. `post::/user/update`.
- [Breaking] Rename `-a` to `-b` for `--bundle-asset`.
- Make main export stateless and export `MicroMonoServer` to support multipe micromono instances in one process.


0.1.33 (2015/11/18)
===================
- Make the layout middleware more friendly for isomorphic rendering.


0.1.32 (2015/11/13)
===================
- Expose more asset info in service announcement.
- Fix bugs for bundling asset.


0.1.31 (2015/11/09)
===================
- Support using `^` to override `baseUrl`.


0.1.30 (2015/10/30)
===================
- Bundle static asset on the fly with option `-a` or `--bundle-asset`.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "micromono",
"version": "0.1.34",
"version": "0.1.35",
"description": "Monolithic micro-services framework",
"main": "lib/index.js",
"bin": {
Expand Down Expand Up @@ -47,7 +47,7 @@
"eventemitter3": "1.1.1",
"express": "4.13.3",
"http-proxy": "1.12.0",
"jspm": "0.16.14",
"jspm": "0.16.15",
"lodash.assign": "3.2.0",
"lodash.difference": "3.2.2",
"lodash.isarray": "3.0.4",
Expand Down

0 comments on commit b45779f

Please sign in to comment.