What's Changed
- feat: adds throw types for macros by @canvural in #1013
- Update default config to match new highest level by @felixdorn in #1014
- fix: correct method reflection for magic
with*
calls onRedirectResponse
by @canvural in #1016 - feat: improve return types for Collection::first, last, get and pull when default value is given. by @bastien-phi in #1010
- fix: Eloquent collection has array-key for the key type by @canvural in #1027
- fix: Laravel container can have scalar bindings by @canvural in #1028
- fix: the tap helper should not enforce any return type for the callback by @tpetry in #1031
- fix: respect ancestor property tags in model extensions by @spawnia in #1037
- fix: improve return types for Collection
first
,firstWhere
,last
by @sebdesign in #1025 - feat: run tests on PHP 8.1 by @canvural in #1043
New Contributors
- @felixdorn made their first contribution in #1014
- @tpetry made their first contribution in #1031
Full Changelog: 1.0.1...1.0.2