Skip to content

Commit 70ed49b

Browse files
iqbalhasandevgithub-actions[bot]
authored andcommitted
docs: update CHANGELOG for v0.0.4
1 parent 035d2e5 commit 70ed49b

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

CHANGELOG.md

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

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

5+
## v0.0.4 - 2025-11-09
6+
7+
@beta
8+
59
## v0.0.1 - 2025-11-09
610

711
### 🎉 Initial Beta Release
812

913
- **useTranslation Hook**: React hook for accessing Laravel translations
14+
1015
- `__()` - Main translation function with replacements and fallback
1116
- `trans()` - Alias for `__()`
1217
- `lang()` - Alias for `__()`
@@ -16,22 +21,26 @@ All notable changes to `@devwizard/laravel-localizer-react` will be documented i
1621
- `dir` - Text direction (ltr/rtl)
1722
- `availableLocales` - Available locales with metadata
1823
- `translations` - All translations for current locale
19-
24+
2025
- **Vite Plugin**: Automatic TypeScript generation
26+
2127
- Watches `lang/**` directory for changes
2228
- Debounced regeneration (300ms)
2329
- Runs `php artisan localizer:generate --all` automatically
2430
- Zero configuration required
25-
31+
2632
- **TypeScript Support**: Full type safety
33+
2734
- Comprehensive interfaces for all types
2835
- IntelliSense support in IDEs
2936
- Strict mode compatible
30-
37+
3138
- **Inertia.js Integration**: Seamless integration with Inertia.js
39+
3240
- Works with both Inertia v1 and v2
3341
- Supports React 18 and 19
3442
- Automatic page props detection
43+
3544

3645
### 📚 Documentation
3746

0 commit comments

Comments
 (0)