Skip to content

Commit

Permalink
chore(release): v1.64.0
Browse files Browse the repository at this point in the history
  • Loading branch information
s00d committed Jan 16, 2025
1 parent c8cf997 commit fed3148
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 1 deletion.
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,44 @@
# Changelog


## v1.64.0

[compare changes](https://github.com/s00d/nuxt-i18n-micro/compare/v1.63.2...v1.64.0)

### 🚀 Enhancements

- **page-manager:** Add support for no-prefix localization strategy ([aa7e4ab](https://github.com/s00d/nuxt-i18n-micro/commit/aa7e4ab))
- **utils:** Add buildFullPathNoPrefix utility function ([316e859](https://github.com/s00d/nuxt-i18n-micro/commit/316e859))
- **runtime:** Add no-prefix strategy check for locale setting ([6dacb39](https://github.com/s00d/nuxt-i18n-micro/commit/6dacb39))
- **locales:** Add internationalization support for contact and about pages ([a53efe1](https://github.com/s00d/nuxt-i18n-micro/commit/a53efe1))

### 🩹 Fixes

- **i18n:** Adjust locale assignment based on prefix strategy ([979e50d](https://github.com/s00d/nuxt-i18n-micro/commit/979e50d))
- **auto-detect:** Correct locale parameter handling in route resolution ([515438b](https://github.com/s00d/nuxt-i18n-micro/commit/515438b))

### 💅 Refactors

- **module:** Reorder conditional checks for improved readability ([1db1919](https://github.com/s00d/nuxt-i18n-micro/commit/1db1919))

### 📖 Documentation

- **guide:** Clarify no_prefix strategy limitations in locale detection ([153a9be](https://github.com/s00d/nuxt-i18n-micro/commit/153a9be))

### 🏡 Chore

- **release:** Bump version for test-utils and core packages ([4d60cee](https://github.com/s00d/nuxt-i18n-micro/commit/4d60cee))
- **release:** Bump version for test-utils and core packages ([3374627](https://github.com/s00d/nuxt-i18n-micro/commit/3374627))
- **workflows:** Update prepack step to build packages before packing ([2a30928](https://github.com/s00d/nuxt-i18n-micro/commit/2a30928))

### ✅ Tests

- **pages:** Add tests for no_prefix strategy and localized paths ([c8cf997](https://github.com/s00d/nuxt-i18n-micro/commit/c8cf997))

### ❤️ Contributors

- Pavel Kuzmin ([@s00d](http://github.com/s00d))

## v1.63.2

[compare changes](https://github.com/s00d/nuxt-i18n-micro/compare/v1.63.1...v1.63.2)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuxt-i18n-micro",
"version": "1.63.2",
"version": "1.64.0",
"description": "Nuxt I18n Micro is a lightweight, high-performance internationalization module for Nuxt, designed to handle multi-language support with minimal overhead, fast build times, and efficient runtime performance.",
"repository": "s00d/nuxt-i18n-micro",
"license": "MIT",
Expand Down

0 comments on commit fed3148

Please sign in to comment.