All notable changes to rollup-plugin-vue2
will be documented in this file.
0.6.0 - 2016-11-30
- #7 Strip
with
by transpiling render methods
0.5.0 - 2016-11-04
- #5 Freeze render methods to avoid renamed methods
0.4.0 - 2016-11-02
- #2 Support for src imports
0.3.0 - 2016-11-01
- #4 Replace parse5 by vue-template-compiler from jetiny.
0.2.0 - 2016-09-30
- Sourcemap support
0.1.0 - 2016-09-28
- Force strict mode to avoid trouble with other formats.
0.0.8 - 2016-09-24
- Add support for Vue components without script and/or template.
- Try fixing compatibility with uglifyjs.
- #1 Option
css
is removed. Styles are transformed into animport
statement.
0.0.1 - 2016-08-23
- Same API as rollup-plugin-vue
- Use vue-template-compiler to compile *.vue files.