From 9844f3e57f2f73d3f5bf8c41db5facb0a9dd1f82 Mon Sep 17 00:00:00 2001 From: Caleb White Date: Fri, 13 Sep 2024 22:46:23 -0500 Subject: [PATCH] doc: add PRs to README --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 462cb11b2..ed95c92d4 100644 --- a/README.md +++ b/README.md @@ -26,13 +26,17 @@ This fork is intended to provide the community with immediate access to these en This fork includes the following changes and enhancements: -- [feat: update relation generics](https://github.com/larastan/larastan/pull/1990) +- [feat: update relation generics (support Laravel >= 11.15)](https://github.com/larastan/larastan/pull/1990) - [feat: support newFactory method when resolving factory](https://github.com/larastan/larastan/pull/1922) - [feat: add support for config array shapes](https://github.com/larastan/larastan/pull/2004) - [feat: support multiple database connections](https://github.com/larastan/larastan/pull/1879) +- [feat: support wildcards in migration/schema paths](https://github.com/larastan/larastan/pull/2031) - [fix: default date casting](https://github.com/larastan/larastan/pull/1842) - [fix: handle model property aliases](https://github.com/larastan/larastan/pull/1999) - [fix: make TGet covariant on Attribute stub](https://github.com/larastan/larastan/pull/2014) +- [fix: incorrect phpdocs and stubs](https://github.com/larastan/larastan/pull/2028) +- [fix: properly handle static called on type for query](https://github.com/larastan/larastan/pull/2030) +- [fix: check if class exists before calling reflectionProvider getClass](https://github.com/larastan/larastan/pull/2037) ## ✨ Getting Started