-
-
Notifications
You must be signed in to change notification settings - Fork 483
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
22 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. | ||
|
||
<a name="1.0.0"></a> | ||
# [1.0.0](https://github.com/paulgv/nuxt-i18n/compare/v0.1.0...v1.0.0) (2017-12-05) | ||
|
||
|
||
### Features | ||
|
||
* **refactor:** refactor module's code ([e4186dc](https://github.com/paulgv/nuxt-i18n/commit/e4186dc)) | ||
|
||
|
||
### BREAKING CHANGES | ||
|
||
* **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` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters