You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,23 @@
1
+
# v10.2.0 (2025-11-02T10:19:56Z)
2
+
3
+
This changelog is generated by [GitHub Releases](https://github.com/nuxt-modules/i18n/releases/tag/v10.2.0)
4
+
5
+
### 🚀 Features
6
+
7
+
- Configurable message server route prefix - by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3853[<samp>(b40fb)</samp>](https://github.com/nuxt-modules/i18n/commit/b40fbbde)
8
+
- Experimental `httpCacheDuration` option for server messages route - by @ivanvakulov in https://github.com/nuxt-modules/i18n/issues/3856[<samp>(4a8db)</samp>](https://github.com/nuxt-modules/i18n/commit/4a8dbf05)
9
+
10
+
### 🐞 Bug Fixes
11
+
12
+
- Prevent duplicate message requests on hydration - by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3852[<samp>(d50fa)</samp>](https://github.com/nuxt-modules/i18n/commit/d50fa36b)
13
+
- Support passing localized routes to `localePath` - by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3851[<samp>(c2309)</samp>](https://github.com/nuxt-modules/i18n/commit/c2309c1b)
14
+
- Resolve `@intlify/utils/h3` by alias - by @BobbieGoede[<samp>(fcf84)</samp>](https://github.com/nuxt-modules/i18n/commit/fcf84396)
15
+
- Missing i18n context during prerender - by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3862[<samp>(2b58f)</samp>](https://github.com/nuxt-modules/i18n/commit/2b58f944)
16
+
-**server**: Prevent double redirect with root-level dynamic routes - by @ziyoonee in https://github.com/nuxt-modules/i18n/issues/3866[<samp>(c2fc5)</samp>](https://github.com/nuxt-modules/i18n/commit/c2fc5f8a)
17
+
18
+
##### [View changes on GitHub](https://github.com/nuxt-modules/i18n/compare/v10.1.2...v10.2.0)
19
+
20
+
1
21
# v10.1.2 (2025-10-26T14:38:42Z)
2
22
3
23
This changelog is generated by [GitHub Releases](https://github.com/nuxt-modules/i18n/releases/tag/v10.1.2)
0 commit comments