Skip to content

Commit 66ea6aa

Browse files
barryvdhgithub-actions[bot]
authored andcommitted
Update CHANGELOG
1 parent 2a41415 commit 66ea6aa

File tree

1 file changed

+29
-1
lines changed

1 file changed

+29
-1
lines changed

CHANGELOG.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Changelog
22

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+
328
## v3.3.0 - 2024-12-18
429

530
### What's Changed
@@ -54,10 +79,13 @@
5479
- Fix type of hashed model property to `string`
5580

5681
### Changed
57-
- Update view "version" variable name to avoid potential conflicts
5882

83+
- Update view "version" variable name to avoid potential conflicts
84+
5985
- Add support for EloquentBuilder generics introduced in Laravel 11.15.
86+
6087
- Drop support for Laravel versions earlier than 11.15.
88+
6189

6290
### Added
6391

0 commit comments

Comments
 (0)