Added
- Add support for Laravel 8.77 Attributes #1289 / SimonJnsson
- Add support for cast types
decimal:*
,encrypted:*
,immutable_date
,immutable_datetime
,custom_datetime
, andimmutable_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
- Fix recursively searching for
HasFactory
andMacroable
traits #1216 / daniel-de-wit - Use platformName to determine db type when casting boolean types #1212 / stockalexander
Changed
- Move default models helper filename to config #1241 / wimski