|
1 | 1 | # Changelog |
2 | 2 |
|
3 | 3 |
|
| 4 | +## v1.40.0 |
| 5 | + |
| 6 | +[compare changes](https://github.com/rrd108/nuxt-users/compare/v1.39.0...v1.40.0) |
| 7 | + |
| 8 | +### 🚀 Enhancements |
| 9 | + |
| 10 | +- Add locale system foundation ([6262334](https://github.com/rrd108/nuxt-users/commit/6262334)) |
| 11 | +- Add locale support to NUsersLoginForm component ([43ee5da](https://github.com/rrd108/nuxt-users/commit/43ee5da)) |
| 12 | +- Add locale support to NUsersRegisterForm component ([c573efb](https://github.com/rrd108/nuxt-users/commit/c573efb)) |
| 13 | +- Add locale support to simpler components ([3cde440](https://github.com/rrd108/nuxt-users/commit/3cde440)) |
| 14 | +- Add locale support to remaining 5 components ([b8d5ed9](https://github.com/rrd108/nuxt-users/commit/b8d5ed9)) |
| 15 | +- Add check-translations CLI command ([ceacadc](https://github.com/rrd108/nuxt-users/commit/ceacadc)) |
| 16 | +- Add translation checker and fix remaining hardcoded strings ([f9101bd](https://github.com/rrd108/nuxt-users/commit/f9101bd)) |
| 17 | +- Add locale consistency checker for Hungarian formal/informal variants ([529e06c](https://github.com/rrd108/nuxt-users/commit/529e06c)) |
| 18 | +- Add parameter count validation to translation system ([a9f35a5](https://github.com/rrd108/nuxt-users/commit/a9f35a5)) |
| 19 | +- Add context7.json configuration file. ([0f78aa3](https://github.com/rrd108/nuxt-users/commit/0f78aa3)) |
| 20 | +- Adds database indexes and migrates CLI command ([3ace60e](https://github.com/rrd108/nuxt-users/commit/3ace60e)) |
| 21 | +- Add type-level regression testing ([0d5b39e](https://github.com/rrd108/nuxt-users/commit/0d5b39e)) |
| 22 | +- Improves CLI configuration loading ([622b45e](https://github.com/rrd108/nuxt-users/commit/622b45e)) |
| 23 | +- Adds automatic token cleanup task ([65452bb](https://github.com/rrd108/nuxt-users/commit/65452bb)) |
| 24 | + |
| 25 | +### 🩹 Fixes |
| 26 | + |
| 27 | +- Correct translation key path in locale tests ([2c60e7e](https://github.com/rrd108/nuxt-users/commit/2c60e7e)) |
| 28 | +- Resolve linting errors in locale files ([84ba18f](https://github.com/rrd108/nuxt-users/commit/84ba18f)) |
| 29 | +- Add missing tranlations ([c7cb834](https://github.com/rrd108/nuxt-users/commit/c7cb834)) |
| 30 | +- Updates password strength label ([b3adce4](https://github.com/rrd108/nuxt-users/commit/b3adce4)) |
| 31 | +- Standardizes locale text ([c27ac90](https://github.com/rrd108/nuxt-users/commit/c27ac90)) |
| 32 | +- Add npm auth check ([6f1e5fa](https://github.com/rrd108/nuxt-users/commit/6f1e5fa)) |
| 33 | +- Lot of unwanted 401 errors closes #157 ([#157](https://github.com/rrd108/nuxt-users/issues/157)) |
| 34 | +- Registers server directory for Nitro ([dfb52de](https://github.com/rrd108/nuxt-users/commit/dfb52de)) |
| 35 | + |
| 36 | +### 💅 Refactors |
| 37 | + |
| 38 | +- Deep-merge extracted ([e6ddb36](https://github.com/rrd108/nuxt-users/commit/e6ddb36)) |
| 39 | +- Extraxt assertKeysExists ([f56153f](https://github.com/rrd108/nuxt-users/commit/f56153f)) |
| 40 | +- Extract getLocaleSection ([c6e9736](https://github.com/rrd108/nuxt-users/commit/c6e9736)) |
| 41 | +- Huge ternaries ([a1655da](https://github.com/rrd108/nuxt-users/commit/a1655da)) |
| 42 | +- Remove all else stamenents ([a02c88b](https://github.com/rrd108/nuxt-users/commit/a02c88b)) |
| 43 | +- **module:** Strengthen Module Definition for Stability closes #149 ([#149](https://github.com/rrd108/nuxt-users/issues/149)) |
| 44 | +- Styles for better contrast ([30794ec](https://github.com/rrd108/nuxt-users/commit/30794ec)) |
| 45 | + |
| 46 | +### 📖 Documentation |
| 47 | + |
| 48 | +- Add comprehensive localization documentation ([52d6314](https://github.com/rrd108/nuxt-users/commit/52d6314)) |
| 49 | +- Add LLM context for nuxt-users module closes #146 ([#146](https://github.com/rrd108/nuxt-users/issues/146)) |
| 50 | +- Update release date ([dd047f3](https://github.com/rrd108/nuxt-users/commit/dd047f3)) |
| 51 | + |
| 52 | +### 📦 Build |
| 53 | + |
| 54 | +- Include linting in yarn test script ([fcf4904](https://github.com/rrd108/nuxt-users/commit/fcf4904)) |
| 55 | + |
| 56 | +### 🏡 Chore |
| 57 | + |
| 58 | +- Add locale config to test module options ([4276231](https://github.com/rrd108/nuxt-users/commit/4276231)) |
| 59 | +- EmailLabel removed ([3aa8c17](https://github.com/rrd108/nuxt-users/commit/3aa8c17)) |
| 60 | +- **release:** V1.39.0 ([a8f7b95](https://github.com/rrd108/nuxt-users/commit/a8f7b95)) |
| 61 | + |
| 62 | +### ✅ Tests |
| 63 | + |
| 64 | +- Add comprehensive unit tests for locale utility ([ccab284](https://github.com/rrd108/nuxt-users/commit/ccab284)) |
| 65 | +- Add unit tests for useNuxtUsersLocale composable ([757c6dd](https://github.com/rrd108/nuxt-users/commit/757c6dd)) |
| 66 | +- **ci:** Enhance Nuxt 4 Compatibility Tests for Client-Side Behavior ([884b07e](https://github.com/rrd108/nuxt-users/commit/884b07e)) |
| 67 | +- Excludes Nitro tasks from auth checks ([ad9573d](https://github.com/rrd108/nuxt-users/commit/ad9573d)) |
| 68 | +- Fixes ([6340050](https://github.com/rrd108/nuxt-users/commit/6340050)) |
| 69 | +- Fix imports ([224a515](https://github.com/rrd108/nuxt-users/commit/224a515)) |
| 70 | + |
| 71 | +### ❤️ Contributors |
| 72 | + |
| 73 | +- Rrd108 ([@rrd108](https://github.com/rrd108)) |
| 74 | + |
4 | 75 | ## v1.39.0 |
5 | 76 |
|
6 | 77 | [compare changes](https://github.com/rrd108/nuxt-users/compare/v1.38.0...v1.39.0) |
|
0 commit comments