- Changed directoriy structure.
- Fixed decorators in separated file for allow importing one by one.
- Added type definitions for separated files.
- Added support for vue-ts-decorate-loader.
- Changed Absurd.JS for a more minimalist implementation for style preprocessing.
- Removed
el
property for inconsistency with hot module reload api package. Use the normal way of doing a root component or use the instance method $mount(...). - Moved decorators to a separated file for allow importing one by one.
- Event name in
On
andOnce
decorators are now optional. - Included a type definition file.
- Support for Vue version 1.x.x and 2.x.x.
- Added some utilities typings.
- Support for Vue 1.x.x.
- Experimental support for Vue 2.x.x.
- Use Absurd.JS for preprocessing style.