|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## v3.4.0 - 2024-12-29 |
| 4 | + |
| 5 | +### What's Changed |
| 6 | + |
| 7 | +* fix: add @template TModel of static for Eloquent by @imzyf in https://github.com/barryvdh/laravel-ide-helper/pull/1631 |
| 8 | +* Add templates to Eloquent by @barryvdh in https://github.com/barryvdh/laravel-ide-helper/pull/1634 |
| 9 | +* Update testsuite for Generator, simplify service provider and mock by @barryvdh in https://github.com/barryvdh/laravel-ide-helper/pull/1635 |
| 10 | +* Add option for only eloquent by @barryvdh in https://github.com/barryvdh/laravel-ide-helper/pull/1636 |
| 11 | +* Add weak generics for array type objects by @LauJosefsen in https://github.com/barryvdh/laravel-ide-helper/pull/1621 |
| 12 | +* Make all "note" in README apply quote style by @hms5232 in https://github.com/barryvdh/laravel-ide-helper/pull/1590 |
| 13 | +* Update README.md by @Mtillmann in https://github.com/barryvdh/laravel-ide-helper/pull/1587 |
| 14 | +* Rename view var by @barryvdh and @pb30 in https://github.com/barryvdh/laravel-ide-helper/pull/1637 and https://github.com/barryvdh/laravel-ide-helper/pull/1563 |
| 15 | +* Format IDE helper by @barryvdh in https://github.com/barryvdh/laravel-ide-helper/pull/1638 |
| 16 | +* Add TLDR section, update options by @barryvdh in https://github.com/barryvdh/laravel-ide-helper/pull/1639 |
| 17 | + |
| 18 | +### New Contributors |
| 19 | + |
| 20 | +* @imzyf made their first contribution in https://github.com/barryvdh/laravel-ide-helper/pull/1631 |
| 21 | +* @LauJosefsen made their first contribution in https://github.com/barryvdh/laravel-ide-helper/pull/1621 |
| 22 | +* @hms5232 made their first contribution in https://github.com/barryvdh/laravel-ide-helper/pull/1590 |
| 23 | +* @Mtillmann made their first contribution in https://github.com/barryvdh/laravel-ide-helper/pull/1587 |
| 24 | +* @pb30 made their first contribution in https://github.com/barryvdh/laravel-ide-helper/pull/1563 |
| 25 | + |
| 26 | +**Full Changelog**: https://github.com/barryvdh/laravel-ide-helper/compare/v3.3.0...v3.4.0 |
| 27 | + |
3 | 28 | ## v3.3.0 - 2024-12-18 |
4 | 29 |
|
5 | 30 | ### What's Changed |
|
54 | 79 | - Fix type of hashed model property to `string` |
55 | 80 |
|
56 | 81 | ### Changed |
57 | | -- Update view "version" variable name to avoid potential conflicts |
58 | 82 |
|
| 83 | +- Update view "version" variable name to avoid potential conflicts |
| 84 | + |
59 | 85 | - Add support for EloquentBuilder generics introduced in Laravel 11.15. |
| 86 | + |
60 | 87 | - Drop support for Laravel versions earlier than 11.15. |
| 88 | + |
61 | 89 |
|
62 | 90 | ### Added |
63 | 91 |
|
|
0 commit comments