Skip to content

Commit 1a5131b

Browse files
committed
chore(release): v1.88.0
1 parent f4dec54 commit 1a5131b

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,40 @@
11
# Changelog
22

33

4+
## v1.88.0
5+
6+
[compare changes](https://github.com/s00d/nuxt-i18n-micro/compare/v1.87.0...v1.88.0)
7+
8+
### 🚀 Enhancements
9+
10+
- **module:** Check for missing "pages" directory in Nuxt project ([a5c5425](https://github.com/s00d/nuxt-i18n-micro/commit/a5c5425))
11+
- **locale-server-middleware:** Add server middleware for locale detection ([09812f6](https://github.com/s00d/nuxt-i18n-micro/commit/09812f6))
12+
13+
### 🩹 Fixes
14+
15+
- Prefer `nitro.static` over `_generate` ([0fea211](https://github.com/s00d/nuxt-i18n-micro/commit/0fea211))
16+
- **module:** Disable eslint rule for explicit 'any' type usage ([d9660e0](https://github.com/s00d/nuxt-i18n-micro/commit/d9660e0))
17+
- **locale:** Add missing `isFallback` property to locale response ([ff1ab69](https://github.com/s00d/nuxt-i18n-micro/commit/ff1ab69))
18+
19+
### 💅 Refactors
20+
21+
- **module:** Simplify imports and remove pages directory check ([388419e](https://github.com/s00d/nuxt-i18n-micro/commit/388419e))
22+
- **locale-server-middleware:** Improve type assertion for i18n config ([f4dec54](https://github.com/s00d/nuxt-i18n-micro/commit/f4dec54))
23+
24+
### 📖 Documentation
25+
26+
- **guide:** Update `canonicalQueryWhitelist` description for clarity ([f09cb05](https://github.com/s00d/nuxt-i18n-micro/commit/f09cb05))
27+
- **guide:** Update `canonicalQueryWhitelist` description for clarity ([81078d6](https://github.com/s00d/nuxt-i18n-micro/commit/81078d6))
28+
29+
### 🏡 Chore
30+
31+
- Use nullish coalescing ([10b8ae2](https://github.com/s00d/nuxt-i18n-micro/commit/10b8ae2))
32+
33+
### ❤️ Contributors
34+
35+
- Pavel Kuzmin ([@s00d](http://github.com/s00d))
36+
- Daniel Roe ([@danielroe](http://github.com/danielroe))
37+
438
## v1.87.0
539

640
[compare changes](https://github.com/s00d/nuxt-i18n-micro/compare/v1.86.0...v1.87.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-i18n-micro",
3-
"version": "1.87.0",
3+
"version": "1.88.0",
44
"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.",
55
"repository": "s00d/nuxt-i18n-micro",
66
"license": "MIT",

0 commit comments

Comments
 (0)