New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

nuxt-i18n-micro

Package Overview
Dependencies
Maintainers
0
Versions
186
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nuxt-i18n-micro - npm Package Versions

13
19

1.65.3

Diff

Changelog

Source

v1.65.3

compare changes

🩹 Fixes

  • $has always returns true (2af97f1)

📖 Documentation

  • storybook: Add integration guide for Nuxt, Storybook, and nuxt-i18n (2ea2029)
  • guide: Update storybook integration guide title and content (b418899)

🏡 Chore

  • ci: Reorder commands in CI workflow (0a27650)
  • playground: Update nuxt-i18n-micro to version v1.65.2 (7234d2d)

❤️ Contributors

s00d
published 1.65.2 •

Changelog

Source

v1.65.2

compare changes

🏡 Chore

  • scripts: Update release process to use prepack script (3145219)

❤️ Contributors

s00d
published 1.65.1 •

Changelog

Source

v1.65.1

compare changes

🩹 Fixes

  • test/fixtures: Correct import path for Strategies type (2e1488e)

💅 Refactors

  • plugins: Remove redundant i18n properties from global config (546bb09)

📖 Documentation

  • news: Add announcement for major release v1.65.0 (130a43d)
  • news: Update release date for v1.65.0 announcement (dbc82d8)
  • news: Update release notes for v1.65.0 (c1f8d79)

🏡 Chore

  • package: Update postinstall script and add client:prepare script (a00afa7)
  • docs: Remove prepack step from documentation workflow (4da51f0)
  • package: Add postinstall script to release process (582e0c8)

❤️ Contributors

s00d
published 1.65.0 •

Changelog

Source

v1.65.0

compare changes

🚀 Enhancements

  • types: Add TypeScript types and configuration for nuxt-i18n (026964d)
  • playground: Refactor localization handling in index.vue (0fa4e65)
  • locale-redirect: Implement client-side redirection logic (de2537a)
  • useLocaleHead: Update imports and enhance alternate links handling (a1059e8)
  • runtime/plugins: Refactor translation handling and route services (630e6cd)
  • module: Enhance type imports and refactor strategy checks (1b2c8c6)
  • tests: Add automated testing script for URL strategies (e5212a5)

🩹 Fixes

  • i18n-t: Update import path for PluralFunc type (0afe21a)
  • meta: Update import path for ModuleOptionsExtend type (788242c)
  • routes: Update import path for translation types (5698723)
  • translation-server-middleware: Update import path for types (4296fd2)
  • playwright: Update testMatch pattern from *.test.ts to *.spec.ts (d533c57)
  • format-service: Return "0 seconds ago" for invalid dates (f937113)
  • test-utils: Suppress TypeScript error in nuxt.config.ts (24fc45d)

💅 Refactors

  • test-utils: Update import path for translation types (f2ed77a)
  • core: Remove unused types and update imports (0ca337c)
  • runtime/plugins: Streamline locale handling in Nuxt plugin (2dffdc5)
  • plugins: Update import paths for type definitions and helpers (c36b4c2)
  • helpers: Remove unused strategy helper functions (89a1db8)
  • devtools: Update import path for type definitions (09de011)
  • locale-manager: Update import path for types module (7bde673)
  • page-manager: Update import paths for types and utilities (d317be1)
  • utils: Update Locale and LocaleCode imports for consistency (e3acdbf)
  • tests: Replace old test files with updated spec files (03f5ba0)

📖 Documentation

  • contribution: Update build instructions in contribution guide (13d2d7c)
  • performance-results: Update test script location and performance metrics (2a7d863)
  • guide: Add known issues and best practices for locale strategies (d1a10f3)
  • core: Update README to include formatting and routing utilities (5b10997)
  • performance-results: Update performance metrics for i18n and i18n-micro (5b779bc)

🏡 Chore

  • types: Add MIT license and types for Jest (4c12699)
  • types: Update test script to indicate no tests are specified (11f0978)
  • playwright: Rename performance test file to use .spec.ts extension (e9e5e95)

✅ Tests

  • Add comprehensive unit tests for format and route services (80ca6d6)

❤️ Contributors

s00d
published 1.64.0 •

Changelog

Source

v1.64.0

compare changes

🚀 Enhancements

  • page-manager: Add support for no-prefix localization strategy (aa7e4ab)
  • utils: Add buildFullPathNoPrefix utility function (316e859)
  • runtime: Add no-prefix strategy check for locale setting (6dacb39)
  • locales: Add internationalization support for contact and about pages (a53efe1)

🩹 Fixes

  • i18n: Adjust locale assignment based on prefix strategy (979e50d)
  • auto-detect: Correct locale parameter handling in route resolution (515438b)

💅 Refactors

  • module: Reorder conditional checks for improved readability (1db1919)

📖 Documentation

  • guide: Clarify no_prefix strategy limitations in locale detection (153a9be)

🏡 Chore

  • release: Bump version for test-utils and core packages (4d60cee)
  • release: Bump version for test-utils and core packages (3374627)
  • workflows: Update prepack step to build packages before packing (2a30928)

✅ Tests

  • pages: Add tests for no_prefix strategy and localized paths (c8cf997)

❤️ Contributors

s00d
published 1.63.2 •

Changelog

Source
s00d
published 1.63.1 •

Changelog

Source
s00d
published 1.63.0 •

Changelog

Source

v1.63.0

compare changes

🚀 Enhancements

  • i18n: Enhance locale handling with new helper functions (3d9e227)
  • locale: Add support for multiple locales in useLocaleHead (feff1be)
  • translation: Update translation helper to support locale parameter (1349e89)
  • test-utils: Improve locale handling in translation utilities (991dbc2)

🩹 Fixes

  • module: Ignore TypeScript error for metaBaseUrl option (385a61c)

💅 Refactors

  • translation-server-middleware: Streamline translation helper usage (9994135)

🏡 Chore

  • playground: Update nuxt-i18n-micro to version v1.62.0 (74bde99)

❤️ Contributors

s00d
published 1.62.0 •

Changelog

Source

v1.62.0

compare changes

🚀 Enhancements

  • routes: Add server route handler for i18n translations (0b96c2e)
  • module: Add deepMerge function for recursive object merging (169f864)
  • contact: Add contact page with localized routes (05fe922)
  • scripts: Add artillery test script for performance testing (ca5fcdf)
  • locales: Add initial localization files for contact page (e2be027)

🩹 Fixes

  • ui: Add assets (35d182e)
  • plugins: Update URL construction for translation data fetching (2d76c74)
  • devtools: Prevent error when index.html does not exist (b6eef10)
  • config: Restore compatibilityDate in fallback locale config (b83e123)
  • routes: Suppress TypeScript error in get.ts (56d3a7f)

💅 Refactors

  • i18n-loader: Remove unused translation loader middleware (691b3ce)

📖 Documentation

  • guide: Update available strategies section in strategy.md (cdb44e0)
  • guide: Add instructions for setting default locale using env variable (298d02f)
  • performance-results: Update performance metrics and dependencies (6b33280)

🏡 Chore

  • test/fixtures: Update package versions in fixture files (3113ff6)

✅ Tests

  • performance: Update stress test function to include name parameter (dd6ab7d)

❤️ Contributors

s00d
published 1.61.0 •

Changelog

Source

v1.61.0

compare changes

🚀 Enhancements

  • i18n: Add mergeGlobalTranslations method for global translation (35535d8)
  • components: Add useNuxtApp import to test.vue (615a5b4)

🩹 Fixes

  • plugins: Rename translation merge function for clarity (98a67ed)

💅 Refactors

  • page-manager: Remove unnecessary rootDir parameter (e2dc7d8)

✅ Tests

  • locale: Add tests for component text in English and German (3a780c6)
  • pages-manager: Remove unused rootDir parameter from tests (a3d405a)

❤️ Contributors

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc