v1.2.0 / 2017-11-08
---
### Changes
  * add `CompilerError` type

v1.1.1 / 2017-10-17
---
### Fixed
  * fixed `ErrorTypes` miss message bug

v1.1.0 / 2017-09-28
---
### Changes
  * add `ErrorTypes`

v1.0.3 / 2017-09-27
---
### Changes
  * add `renderStream` error event handler
  * add component path to error info

v1.0.0 / 2017-08-15
---
### Changes
  * reconstructing code to improve performance

v0.10.3 / 2017-04-26
---
### Fixed
  * add vue error handler

v0.10.2 / 2017-04-06
---
### Fixed
  * add `transform-object-rest-spread` for object rest spread


v0.10.1 / 2017-04-06
---
### Changes
  * change `vue-server-renderer` to peer dependencies due to vue version check
  * disable `.babelrc` in babel-loader


v0.10.0 / 2017-03-30
---
### New Features
  * add `options.global`


v0.9.2 / 2017-03-29
---
### Fixed
  * add `regeneratorRuntime` for `async/await`


v0.9.1 / 2017-03-03
---
### Fixed
  * html error character bug


v0.9.0 / 2017-03-03
---
### Breaking Change
  * remove vue-meta, but option head still work in server side render


v0.8.2 / 2017-03-02
---
### Fixed
  * state data doesn't work well when not in server render data bug


v0.8.1 / 2017-02-23
---
### Fixed
  * renderer with vuex bug


v0.8.0 / 2017-02-20
---
### New Features
  * add renderer options `watch`


v0.7.1 / 2017-02-17
---
### Changes
  * remove `css-loader` `sass-loader` `less-loader`, use `null-loader` to deal style


v0.7.0 / 2017-02-16
---
### New Features
  * add renderer options `onError`


v0.6.4 / 2017-02-15
---
### Fixed
  * sass and less support bug
  * client init state to vue options data bug


v0.6.3 / 2017-02-14
---
### Fixed
  * render multiple header bug


v0.6.2 / 2017-02-14
---
### Fixed
  * compiler bug when using plugins with string path and es6 `export default`

v0.6.1 / 2017-02-14
---
### Fixed
  * compiler bug when using plugins with string path 


v0.6.0 / 2017-02-14
---
### New Features
  * support using plugins with string path


v0.5.0 / 2017-02-13
---
### New Features
  * and `sass` and `less` internal support


v0.4.0 / 2017-02-13
---
### Breaking Change
  * remove renderer options `streamFlag`


v0.3.0 / 2017-02-09
---
### New Features
  * add vue plugin support
 

v0.2.1 / 2017-02-07
---
### Changes
  * change `vue-loader` to peer dependencies

### Fixed
  * scoped css bug


v0.2.0 / 2017-02-07
---
### New Features
  * add `vuex` store support

### Changes
  * change `vue` and `vuex` to peer dependencies

### Fixed
  * client-plugin set data to children component