Skip to content

Commit 9d6cd38

Browse files
iqbalhasandevgithub-actions[bot]
authored andcommitted
docs: update CHANGELOG for v0.0.2
1 parent 1eb521f commit 9d6cd38

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,17 @@
22

33
All notable changes to `@devwizard/laravel-localizer-react` will be documented in this file.
44

5+
## v0.0.2 - 2025-11-09
6+
7+
@beta release
8+
**Full Changelog**: https://github.com/DevWizardHQ/laravel-localizer-react/compare/v0.0.1...v0.0.2
9+
510
## v0.0.1 - 2025-11-09
611

712
### 🎉 Initial Beta Release
813

914
- **useTranslation Hook**: React hook for accessing Laravel translations
15+
1016
- `__()` - Main translation function with replacements and fallback
1117
- `trans()` - Alias for `__()`
1218
- `lang()` - Alias for `__()`
@@ -16,22 +22,26 @@ All notable changes to `@devwizard/laravel-localizer-react` will be documented i
1622
- `dir` - Text direction (ltr/rtl)
1723
- `availableLocales` - Available locales with metadata
1824
- `translations` - All translations for current locale
19-
25+
2026
- **Vite Plugin**: Automatic TypeScript generation
27+
2128
- Watches `lang/**` directory for changes
2229
- Debounced regeneration (300ms)
2330
- Runs `php artisan localizer:generate --all` automatically
2431
- Zero configuration required
25-
32+
2633
- **TypeScript Support**: Full type safety
34+
2735
- Comprehensive interfaces for all types
2836
- IntelliSense support in IDEs
2937
- Strict mode compatible
30-
38+
3139
- **Inertia.js Integration**: Seamless integration with Inertia.js
40+
3241
- Works with both Inertia v1 and v2
3342
- Supports React 18 and 19
3443
- Automatic page props detection
44+
3545

3646
### 📚 Documentation
3747

0 commit comments

Comments
 (0)