Skip to content

v3.4.1

Choose a tag to compare

@s00d s00d released this 07 Feb 16:43
1c09387

compare changes

🚀 Enhancements

  • redirect: Enhance locale handling and redirect logic (46776b8)
  • module: Add warning for missing localeCookie with redirects enabled (096a4ea)
  • types: Add optional redirects property to ModuleOptions interface (67b84a3)
  • route-strategy: Remove includeDefaultLocaleRoute option (6f38bbd)
  • types: Add cacheMaxSize and cacheTtl options to configuration (318ccf8)
  • cache: Add LRU cache implementation with sliding TTL support (9e66665)
  • plugins: Configure storage cache and optimize async loading (9f41f44)
  • module: Add cache settings and improve locale validation error (cf3cf72)

🩹 Fixes

  • Update comments to English for clarity (8dd57b3)
  • module: Enable watcher only in development mode (456138b)
  • route-generator: Handle errors in file creation process (4e13975)
  • core: Update version to 1.1.3 in package.json (d24e49c)
  • charts: Update data values for latency and traffic metrics (61e35e2)

💅 Refactors

  • resolver: Simplify parameter substitution in path resolution (c47c564)
  • storage: Delegate cache control to CacheControl class (b8cf552)
  • server-loader: Replace global cache with CacheControl singleton (bf964b1)

📖 Documentation

  • strategy: Clarify localeCookie requirement for redirects (9f2375a)
  • getting-started: Clarify localeCookie requirement for prefix strategies (e7e2cc7)
  • api/methods: Fix formatting of version introduced for $switchRoute (3fe986d)
  • guide: Update cookie name for user locale detection (b6e68dc)
  • guide/firebase: Update version number for Content-Type headers notice (f76157d)
  • getting-started: Document deprecation of includeDefaultLocaleRoute option (4fe148b)
  • migration: Update migration guide for v3.0.0 changes (e330e99)
  • strategy: Update autoDetectLanguage behavior description (6bcd7ae)
  • Update ecosystem packages section in index.md (ddec61c)
  • i18n-cache-api: Update documentation for built-in cache in v3.0.0 (9c3f6f4)
  • i18n-cache-api: Update translation cache architecture documentation (21b83eb)
  • api/methods: Add new translation and cache utility methods (13625d0)
  • custom-auto-detect: Update guide to reflect v3 changes (79717d5)
  • migration: Update migration guide for Nuxt I18n Micro v3.0.0 (c8df634)
  • strategy: Update routing strategies section for clarity and detail (9e4620c)
  • getting-started: Update caching mechanism description and structure (593b16d)
  • api: Update return type of $t method and add usage warnings (4539404)
  • guide: Enhance getting started guide with regex matcher and caching options (7c07ae5)
  • performance-results: Update performance metrics and test results (fee022f)
  • guide: Clarify usage of $t and $ts methods in i18n (1d56f00)

❤️ Contributors