Skip to content

Releases: barryvdh/laravel-ide-helper

v3.7.0

17 Mar 15:26
ad7e376

Choose a tag to compare

What's Changed

  • Skip calling fake() when required parameters exist (Socialite compatibility) by @Jaspur in #1746
  • Make Soft Deleted Relationships Nullable by @evan-burrell in #1749
  • Support all DNF types from PHP RFC by @gurmanolog in #1751
  • Replace psalm with larastan by @barryvdh in #1755
  • perf: reduce redundant lookups and file I/O in generation hot paths by @pataar in #1757
  • fix: wrap bare intersection types in parentheses when adding nullable by @pataar in #1756
  • feat(ModelsCommand): add configuration option to disable model query methods by @pataar in #1692
  • ci: add PHP 8.5 to integration test matrix by @pataar in #1760
  • chore: update test snapshots after merge order issue by @pataar in #1762
  • Laravel 13.x Compatibility by @laravel-shift in #1763
  • fix: Correct indentation in camel case config comment block by @isaackaara in #1767
  • fix: Place PHPDoc before class attributes when writing to models by @isaackaara in #1765
  • fix: Don't extend root's parent class for facade stubs in helper file by @isaackaara in #1766
  • Fix PHPDoc placement before PHP 8 class attributes and add regression tests by @Copilot in #1769
  • fix: Skip autoload exception when class existence is being checked by @isaackaara in #1764
  • Remove closure in attribute test by @barryvdh in #1772
  • Bump branch alias to 3.6 by @jnoordsij in #1774

New Contributors

Full Changelog: v3.6.1...v3.7.0

v3.6.1

10 Dec 09:12
b106f7e

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.6.0...v3.6.1

v3.6.0

18 Jul 14:10
8d00250

Choose a tag to compare

What's Changed

  • fix: Change AsArrayObject cast to be Laravel's ArrayObject by @wsamoht in #1675
  • Add extends declaration for Macroable classes to fix missing inherited methods by @KentarouTakeda in #1674
  • fix(meta): ignore aliases in the autoloader (Fixes #1671) by @pataar in #1686
  • feat(ModelsCommand): add support for the new Scope attribute by @pataar in #1694
  • fix type change for scope default float parameter by @nivseb in #1697
  • Revert #1629 - Allow adding custom Macroable classes by @erikn69 in #1707
  • Configurable macro return type defaults by @erikn69 in #1711
  • docs(readme): add Laravel 12 support information by @SantosVilanculos in #1717
  • Add multi-level directory support for translation files by @RosiersRobin in #1718
  • Support AsCollection::of($map), AsCollection::using($class, $map) by @erikn69 in #1714
  • fix: Fixed wrong doc for SoftDeletes withTrashed method by @eldair in #1688
  • Support other OS on tests by @erikn69 in #1715
  • Fix tests on windows by @barryvdh in #1720
  • Bump stefanzweifel/git-auto-commit-action from 5 to 6 in the deps group by @dependabot[bot] in #1719
  • Update .gitattributes - avoid all .php-cs-fixer files on vendor by @erikn69 in #1708
  • fix(ModelsCommand): use 'string' as realType for 'encrypted' casts by @pataar in #1698
  • Trim strings and bump reflection docblock by @barryvdh in #1721
  • Add magic *_exists properties by @erikn69 in #1712

New Contributors

Full Changelog: v3.5.5...v3.6.0

v3.5.5

21 Feb 15:09

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.5.4...v3.5.5

v3.5.4

14 Jan 09:07
980a87e

Choose a tag to compare

What's Changed

Full Changelog: v3.5.3...v3.5.4

v3.5.3

08 Jan 10:03
271682a

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.5.2...v3.5.3

v3.5.2

06 Jan 15:42

Choose a tag to compare

Fixes

Fix empty/anonymous closure in meta command.

Full Changelog: v3.5.1...v3.5.2

v3.5.1

06 Jan 14:09
4c656cc

Choose a tag to compare

What's Changed

Full Changelog: v3.5.0...v3.5.1

v3.5.0

06 Jan 13:53
030f6f1

Choose a tag to compare

This release mostly enhances the ide-helper:meta command to provide autocomplete for more config values, routes etc.

Screenshot.2025-01-06.at.15.20.47.mp4

What's Changed

New Contributors

Full Changelog: v3.4.0...v3.5.0

v3.4.0

29 Dec 13:26
2a41415

Choose a tag to compare

What's Changed

Also updated ReflectionDocblock to v2.2.0

New Contributors

Full Changelog: v3.3.0...v3.4.0