|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## v3.6.0 - 2025-07-18 |
| 4 | + |
| 5 | +### What's Changed |
| 6 | + |
| 7 | +* fix: Change AsArrayObject cast to be Laravel's ArrayObject by @wsamoht in https://github.com/barryvdh/laravel-ide-helper/pull/1675 |
| 8 | +* Add extends declaration for Macroable classes to fix missing inherited methods by @KentarouTakeda in https://github.com/barryvdh/laravel-ide-helper/pull/1674 |
| 9 | +* fix(meta): ignore aliases in the autoloader (Fixes #1671) by @pataar in https://github.com/barryvdh/laravel-ide-helper/pull/1686 |
| 10 | +* feat(ModelsCommand): add support for the new Scope attribute by @pataar in https://github.com/barryvdh/laravel-ide-helper/pull/1694 |
| 11 | +* fix type change for scope default float parameter by @nivseb in https://github.com/barryvdh/laravel-ide-helper/pull/1697 |
| 12 | +* Revert #1629 - *Allow adding custom Macroable classes* by @erikn69 in https://github.com/barryvdh/laravel-ide-helper/pull/1707 |
| 13 | +* Configurable macro return type defaults by @erikn69 in https://github.com/barryvdh/laravel-ide-helper/pull/1711 |
| 14 | +* docs(readme): add Laravel 12 support information by @SantosVilanculos in https://github.com/barryvdh/laravel-ide-helper/pull/1717 |
| 15 | +* Add multi-level directory support for translation files by @RosiersRobin in https://github.com/barryvdh/laravel-ide-helper/pull/1718 |
| 16 | +* Support `AsCollection::of($map)`, `AsCollection::using($class, $map)` by @erikn69 in https://github.com/barryvdh/laravel-ide-helper/pull/1714 |
| 17 | +* fix: Fixed wrong doc for SoftDeletes `withTrashed` method by @eldair in https://github.com/barryvdh/laravel-ide-helper/pull/1688 |
| 18 | +* Support other OS on tests by @erikn69 in https://github.com/barryvdh/laravel-ide-helper/pull/1715 |
| 19 | +* Fix tests on windows by @barryvdh in https://github.com/barryvdh/laravel-ide-helper/pull/1720 |
| 20 | +* Bump stefanzweifel/git-auto-commit-action from 5 to 6 in the deps group by @dependabot[bot] in https://github.com/barryvdh/laravel-ide-helper/pull/1719 |
| 21 | +* Update .gitattributes - avoid all `.php-cs-fixer` files on vendor by @erikn69 in https://github.com/barryvdh/laravel-ide-helper/pull/1708 |
| 22 | +* fix(ModelsCommand): use 'string' as realType for 'encrypted' casts by @pataar in https://github.com/barryvdh/laravel-ide-helper/pull/1698 |
| 23 | +* Trim strings and bump reflection docblock by @barryvdh in https://github.com/barryvdh/laravel-ide-helper/pull/1721 |
| 24 | +* Add magic *_exists properties by @erikn69 in https://github.com/barryvdh/laravel-ide-helper/pull/1712 |
| 25 | + |
| 26 | +### New Contributors |
| 27 | + |
| 28 | +* @wsamoht made their first contribution in https://github.com/barryvdh/laravel-ide-helper/pull/1675 |
| 29 | +* @nivseb made their first contribution in https://github.com/barryvdh/laravel-ide-helper/pull/1697 |
| 30 | +* @SantosVilanculos made their first contribution in https://github.com/barryvdh/laravel-ide-helper/pull/1717 |
| 31 | +* @RosiersRobin made their first contribution in https://github.com/barryvdh/laravel-ide-helper/pull/1718 |
| 32 | + |
| 33 | +**Full Changelog**: https://github.com/barryvdh/laravel-ide-helper/compare/v3.5.5...v3.6.0 |
| 34 | + |
3 | 35 | ## v3.5.5 - 2025-02-21 |
4 | 36 |
|
5 | 37 | ### What's Changed |
|
0 commit comments