v2.8.2
版本发布时间: 2020-12-09 05:59:29
barryvdh/laravel-ide-helper最新发布版本:v3.1.0(2024-07-12 22:21:24)
Added
- Fix phpdoc generate for custom cast with parameter #986 / artelkr
- Created a possibility to add custom relation type #987 / efinder2
- Added
@see
with macro/mixin definition location to PhpDoc #1054 / riesjart - Initial compatibility for PHP8 #1106 / mfn
Changed
- Implement DeferrableProvider #914 / kon-shou
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] (https://github.com/barryvdh/laravel-ide-helper/pull/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