### 0.3.6
1. If controller is not function, not return controller, but make mock data from controller using mockjs;

### 0.4.0
1. Add `defaultController` config option;

### 0.5.0
1. Add `onStartUp` hook.

### 0.6.0
1. Add `preStart` hook.

### 0.6.1
1. when url of pageEntries item is function, pass the ctx to utl, instead of ctx.url

### 0.6.2
1. Fix returning before render when request is a template page request
