What's Changed
Added
- feat: Add stubs for Cache facade by @melvinversluijs in https://github.com/larastan/larastan/pull/2420
- feat: Migration caching (
enableMigrationCacheoption, disabled by default) in https://github.com/larastan/larastan/commit/9b35634d and https://github.com/larastan/larastan/commit/82c18890d0d5b012bc39a3432531e5b6cd1b4b3a Read more about it here - feat:
parseModelCastsMethodoption for better cast inference in https://github.com/larastan/larastan/commit/afd59445 Read more about it here: - feat: Styled bootstrap error reporting with stack traces in https://github.com/larastan/larastan/commit/1756b49a
Fixed
- [3.x] fix: nullability detection for TEXT and some other column types by @hivokas in https://github.com/larastan/larastan/pull/2422
- fix: groupBy stub in https://github.com/larastan/larastan/commit/7d52136f
- fix: Primary key type inference for models using HasUuids and HasUlids (#2188) in https://github.com/larastan/larastan/commit/4894e254
New Contributors
- @melvinversluijs made their first contribution in https://github.com/larastan/larastan/pull/2420
- @hivokas made their first contribution in https://github.com/larastan/larastan/pull/2422
Full Changelog: https://github.com/larastan/larastan/compare/v3.8.1...v3.9.0