Skip to content

Commit 59eb267

Browse files
barryvdhgithub-actions[bot]
authored andcommitted
Update CHANGELOG
1 parent b767567 commit 59eb267

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

CHANGELOG.md

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

3+
## v3.3.0 - 2024-12-18
4+
5+
### What's Changed
6+
7+
* Feature: Add Config Option to Enforce Nullable Relationships by @jeramyhing in https://github.com/barryvdh/laravel-ide-helper/pull/1580
8+
* Improve replacement of return type for methods from Query\Builder by @pjio in https://github.com/barryvdh/laravel-ide-helper/pull/1575
9+
* Update CHANGELOG.md, fix typo(s) by @NicholasWilsonDEV in https://github.com/barryvdh/laravel-ide-helper/pull/1613
10+
* Fixed PHP 8.4 deprecation warning by @eusonlito in https://github.com/barryvdh/laravel-ide-helper/pull/1622
11+
* Fix PHP 8.4 deprecations by @JeppeKnockaert in https://github.com/barryvdh/laravel-ide-helper/pull/1618
12+
* Assign $output method parameter to $this->output on Generator by @eusonlito in https://github.com/barryvdh/laravel-ide-helper/pull/1623
13+
14+
### New Contributors
15+
16+
* @jeramyhing made their first contribution in https://github.com/barryvdh/laravel-ide-helper/pull/1580
17+
* @pjio made their first contribution in https://github.com/barryvdh/laravel-ide-helper/pull/1575
18+
* @NicholasWilsonDEV made their first contribution in https://github.com/barryvdh/laravel-ide-helper/pull/1613
19+
* @eusonlito made their first contribution in https://github.com/barryvdh/laravel-ide-helper/pull/1622
20+
21+
**Full Changelog**: https://github.com/barryvdh/laravel-ide-helper/compare/v3.2.2...v3.3.0
22+
323
## v3.2.2 - 2024-10-29
424

525
### What’s Changed
@@ -39,9 +59,11 @@
3959
- Drop support for Laravel versions earlier than 11.15.
4060

4161
### Added
42-
- Introduce `enforce_nullable_relationships` configuration option to control how nullable Eloquent relationships are enforced during static analysis. This provides flexibility for scenarios where application logic ensures data integrity without relying on database constraints. [#1580 / jeramyhing](https://github.com/barryvdh/laravel-ide-helper/pull/1580)
4362

63+
- Introduce `enforce_nullable_relationships` configuration option to control how nullable Eloquent relationships are enforced during static analysis. This provides flexibility for scenarios where application logic ensures data integrity without relying on database constraints. [#1580 / jeramyhing](https://github.com/barryvdh/laravel-ide-helper/pull/1580)
64+
4465
- Add support for AsCollection::using and AsEnumCollection::of casts [#1577 / uno-sw](https://github.com/barryvdh/laravel-ide-helper/pull/1577)
66+
4567

4668
## 3.1.0 - 2024-07-12
4769

0 commit comments

Comments
 (0)