Today Vue.js released it’s fourth V2 release candidate and this version is primarily a bugfix release with one new feature.
A new Async component function now supports returning a Promise. Note if you are using async components with vue-router you need to update vue-router too.
You can find the full changelog from their release page and they also have a starter kit available for those that want to start using V2 now.