v2.14.0
版本发布时间: 2024-02-05 18:34:21
barryvdh/laravel-ide-helper最新发布版本:v3.1.0(2024-07-12 22:21:24)
Finally after a year a new release 🎉
As mentioned below, Lumen is no longer officially supported.
Changed
- Official support for Lumen has been dropped #1425 / mfn
- Refactor resolving of null information for custom casted attribute types #1330 / wimski
Fixed
- Add support for attribute accessors marked as protected. #1339 / pindab0ter
- Catch exceptions when loading aliases #1465 / dongm2ez
Added
- Add support for nikic/php-parser 5 (next to 4) #1502 / mfn
- Add support for
immutable_date:*
andimmutable_datetime:*
casts. #1380 / thekonz