Bump nunomaduro/larastan from 2.8.1 to 2.9.0
Bumps nunomaduro/larastan from 2.8.1 to 2.9.0.
Release notes
Sourced from nunomaduro/larastan's releases.
2.9.0
Added
- feat: return array shape from model only method by
@calebdw
in larastan/larastan#1834- feat: detect usage of env() function outside of config folder by
@calebdw
in larastan/larastan#1828- feat: infer nullable type information by filled/blank function calls by
@tpetry
in larastan/larastan#1843- Add stub for Str::replace by
@besanek
in larastan/larastan#1840- Add stubs for Collection->pop and Collection->shift by
@simon-tma
in larastan/larastan#1827- Added
toRawSql
,dumpRawSql
andddRawSql
toQueryBuilder.stub
by@eusonlito
in larastan/larastan#1823- Add missing typehints to query builder stub by
@lribi
in larastan/larastan#1821Fixed
- To avoid PHPUnit deprecations, add the 'static' keyword to the method by
@Hikaru-Giannis
in larastan/larastan#1817- fix: add generics for
cursor
method by@calebdw
in larastan/larastan#1825- fix: check relation parent instead of string in name for many/morph by
@calebdw
in larastan/larastan#1835- fix: infinite mixin recursion by
@calebdw
in larastan/larastan#1839- fix: HasOneThrough relation being recognized as a collection by
@calebdw
in larastan/larastan#1841- fix: model
first
not checking model properties by@calebdw
in larastan/larastan#1845Internal
- chore: add test for nullable collection cast by
@calebdw
in larastan/larastan#1846- feat: add filament as e2e test and update others by
@canvural
in larastan/larastan#1847New Contributors
@Hikaru-Giannis
made their first contribution in larastan/larastan#1817@eusonlito
made their first contribution in larastan/larastan#1823@simon-tma
made their first contribution in larastan/larastan#1827@lribi
made their first contribution in larastan/larastan#1821@besanek
made their first contribution in larastan/larastan#1840Full Changelog: https://github.com/larastan/larastan/compare/v2.8.1...v2.9.0
Commits
-
35fa9cb
fix: modelfirst
not checking model properties (#1845) -
930c2c0
Add stub for Str::replace (#1840) -
6522493
feat: add filament as e2e test and update others (#1847) -
c3fd4b2
feat: adds missing typehints to query builder stub (#1821) -
d05f410
chore: add test for nullable collection cast (#1846) -
5a37b3d
feat: infer nullable type information by filled/blank function calls (#1843) -
94833ac
fix: HasOneThrough relation being recognized as a collection (#1841) -
4f84db5
fix: infinite mixin recursion (#1839) -
03c6ac8
Add stubs for Collection->pop and Collection->shift (#1827) -
7b01d2e
feat: detect usage of env() function outside of config folder (#1828) - Additional commits viewable in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot rebase
will rebase this MR -
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts