Skip to content

Releases: nuxt-modules/i18n

v2.1.1

08 Feb 16:58

Choose a tag to compare

chore(release): 2.1.1

v2.1.0

28 Jan 18:39

Choose a tag to compare

chore(release): 2.1.0

v2.0.1

28 Jan 18:38

Choose a tag to compare

chore(release): 2.0.1

v2.0.0

26 Jan 13:28

Choose a tag to compare

Merge branch 'develop'

v1.1.0

22 Jan 21:44

Choose a tag to compare

Merge branch 'develop'

v1.0.2

07 Dec 03:31

Choose a tag to compare

Fixed

v1.0.1

05 Dec 22:22

Choose a tag to compare

Fixed

v1.0.0

05 Dec 04:04

Choose a tag to compare

Features

  • refactor: refactor module's code (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

v0.1.0

26 Nov 18:14

Choose a tag to compare

New:

  • Improved support for vue-i18n options by exposing a vueI18n key in the module's options

v0.0.1

26 Nov 18:13

Choose a tag to compare

Initial release