- Moved Vue plugin functionality from
created
intobeforeMount
to support SSR mechanisms - Added a few files to
.npmignore
- Fixed a major bug where the library would not work in a built application
- Fixed a bug where updating an instance before it got initialized would fail
- Introduced a changelog 🎉
- Better documentation
- More examples
- Changed naming of
controller
toresource
(controller
will continue to work for 1.x) - Removed unused dependencies
- Moved
index.js
intosrc/
folder