Skip to content

Releases: barryvdh/laravel-ide-helper

v2.12.1

24 Jan 22:02
@mfn mfn
999167d
Compare
Choose a tag to compare

Fixed

v2.12.0

23 Jan 16:52
@mfn mfn
771770e
Compare
Choose a tag to compare

Added

v2.11.0

08 Jan 12:37
f2a7f9d
Compare
Choose a tag to compare

Added

  • Add support for Laravel 8.77 Attributes #1289 / SimonJnsson
  • Add support for cast types decimal:*, encrypted:*, immutable_date, immutable_datetime, custom_datetime, and immutable_custom_datetime #1262 / miken32
  • Add support of variadic parameters in ide-helper:models #1234 / shaffe-fr
  • Add support of custom casts without properties #1267 / sparclex

Fixed

Changed

Release 2.10.0

09 Apr 11:43
@mfn mfn
73b1012
Compare
Choose a tag to compare

Added

  • Allowing Methods to be set or unset in ModelHooks #1198 / jenga201
    Note: the visibility of \Barryvdh\LaravelIdeHelper\Console\ModelsCommand::setMethod has been changed to public!

Fixed

  • Fixing issue where incorrect autoloader unregistered #1210 / tezhm

v2.9.3

02 Apr 17:45
2f61602
Compare
Choose a tag to compare

Fixed

  • Support both customized namespace factories as well as default resolvable ones #1201 / wimski

v2.9.2

01 Apr 18:57
c8ebf56
Compare
Choose a tag to compare

Added

  • Model hooks for adding custom information from external sources to model classes through the ModelsCommand #945 / wimski

Fixed

v2.9.1

15 Mar 19:52
8d8302f
Compare
Choose a tag to compare

Added

  • Generate PHPDoc for Laravel 8.x factories #1074 / ahmed-aliraqi
    Be sure to remove any use HasFactory; on models not having factories to avoid crashes in ide-helper
  • Add a comment to a property like table columns #1168 / biiiiiigmonster
  • Added post_migrate hook to run commands after a migration #1163 / netpok

Fixed

v2.9.0

30 Dec 08:19
64a6b90
Compare
Choose a tag to compare

Changed

  • Dropped support for Laravel 6 and Laravel 7, as well as support for PHP 7.2 and added support for doctrine/dbal:^3 #1114 / mfn

Fixed

v2.8.2

08 Dec 21:59
5515cab
Compare
Choose a tag to compare

Added

Changed

Fixed

  • Compatibility with Lumen #1043 / mfn
  • Allow model_locations to have glob patterns #1059 / saackearl
  • Error when generating helper for macroable classes which are not facades and contain a "fake" method [#1066 / domkrm] (#1066)
  • Casts with a return type of static or $this now resolve to an instance of the cast #1103 / riesjart

Removed

  • Removed format and broken generateJsonHelper #1053 / mfn

Support Laravel 8

07 Sep 11:13
affa551
Compare
Choose a tag to compare

Added