All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.9.5 (2018-04-18)
2.9.4 (2018-04-16)
2.9.3 (2018-04-16)
2.9.2 (2018-04-06)
2.9.1 (2018-03-26)
2.9.0 (2018-03-22)
- Different domain names (055403a)
2.8.1 (2018-03-22)
- Make detectBrowserLanguage redirection work with noPrefixDefaultLocale disabled (90d9e45), closes #45
2.8.0 (2018-03-21)
- Allow usage of redirectRootToLocale option even with noPrefixDefaultLocale disabled (6994072), closes #45
2.7.2 (2018-03-21)
- Prevent language from switching back to default when navigating to ignored route (fb4889b), closes #47
2.7.1 (2018-03-19)
2.7.0 (2018-03-14)
- Add beforeLanguageSwitch & onLanguageSwitched callbacks (21b5f13)
2.6.1 (2018-03-11)
2.6.0 (2018-03-10)
- Add useRedirectCookie option (6d6aad0)
2.5.1 (2018-03-10)
- Check req.headers.cookie before parsing (0e3dad8)
2.5.0 (2018-03-10)
2.4.1 (2018-03-10)
2.4.0 (2018-03-10)
2.3.4 (2018-02-25)
- Fix issue where locale messages would not be preserved after lazy-loading (c39b33d)
2.3.3 (2018-02-21)
2.3.2 (2018-02-21)
- Require loadLanguageAsync only when needed (2b8cd9e)
2.3.1 (2018-02-21)
2.3.0 (2018-02-20)
- Prevent adding hreflang data to non-localized pages (7ba097d)
2.3.0-0 (2018-02-17)
- Async messages loader (a539609)
2.2.4 (2018-02-11)
2.2.3 (2018-02-11)
2.2.2 (2018-02-10)
2.2.1 (2018-02-10)
- Cleaner URLs for index (72938f3)
2.2.0 (2018-02-10)
- Generate pages SEO metadata (dfb8432)
2.1.1 (2018-02-08)
2.1.0 (2018-01-27)
2.0.1 (2018-01-27)
2.0.0 (2018-01-26)
- Improved dynamic nested routes support (e08935e)
- Custom routes translations now use routes
chunkName
instead ofname
, you should update your config accordlingly.
1.1.0 (2018-01-22)
- Add ignorePaths option (1a0fc57)
1.0.2 (2017-12-07)
- 2nd fix for children routes generation (b53059e) @MengWeiChen
1.0.1 (2017-12-05)
- Fix children routes generator (696b7c7) @MengWeiChen
1.0.0 (2017-12-05)
- refactor: refactor module's code (e4186dc)
- refactor: Route generation utils have been renamed & the module doesn't register a vuex module anymore
- Replace all calls to getLocalizedRoute() with localePath()
- Replace all calls to getSwitchLocaleRoute() with switchLocalePath()
- Configured locales are now accessible in any component via
$i18n.locales
- Similarly, default app locale can be accessed via
i18n.defaultLocale