🚨 Breaking changes
🚀 Features
- database: add support for
whereHasandwhereDoesntHave(#2081) (5469e01) - database: add
min,max,avgandsumto query builders (#2083) (c83783c) - discovery: support containers with autowiring (#2084) (4a85663)
⚡ Performance
🐛 Bug fixes
- core: properly check paths during config loading on Windows (#2091) (e71f2b3)
- database: convert backtick identifiers to double quotes for postgres (#2093) (c0d6ebe)
- database: check explicit relation attributes after singularizing property names (#2090) (ccd398f)
- database: support multiple model properties joining the same table (#2080) (806c7c0)
- database: target
whereHascallback to the target table instead of the pivot table (#2095) (da2ee87) - discovery: discover packages using
tempest/discovery(#2082) (148c698) - intl: handle snake case when singularizing/pluralizing last words (#2089) (ba92595)