Features
- The middleware feature is out 🔥 ! Read more on the documentation.
You can check the example-auth0 repository to see a real-life example. Otherwise, you can check the i18n example or the middleware example.
- Wildcard route:
_.vuewill now create a route{ path: '/*', name: 'all' }
Improvements
~storelinks now to the store file which exports thevuexstore instance, useful to require it in plugins to extend it, same for~router. See documentation.- A progress bar is now displayed when building the application (thanks to progress-bar-webpack-plugin)
- No need to use a root div for the
<nuxt>component (@sirlancelot via #229)
Bug fixes
- Fix regression from
v0.9.7:datawas not called anymore when query changed, it's now fixed. - Fix bug: routes generated by file names were in the wrong order.
