This release is a result of 2 weeks of work. It adds some really cool new features. Also we had some first-time contributors contributing some cool changes in this release.
There are no breaking changes. But be sure to check out the upgrade guide for some small caveats.
Upgrade guide: UPGRADE.md
Added
- Support for model accessors (#401)
- Handle Builder method calls, model scope calls and dynamic where calls on relations. Thanks @BertvanHoekelen (#410, #419, #423)
- Support for custom Eloquent builders (#432)
- Infer Eloquent model property types. Thanks @muglug (#435)
- Support for app and resolve helper functions return type. Thanks @troelsselch (#431)
- Add generic stubs for Eloquent collection and Support collection. (#439)
Fixed
- Better return type support for find* methods (#400)
- Don't register abstract service providers. Thanks @CyberiaResurrection (#440)