Releases: Soyhuce/next-ide-helper
Releases · Soyhuce/next-ide-helper
0.12.0
What's Changed
- Fix docblock for class with modifier by @bastien-phi in #72
- Keep user defined tags by @bastien-phi in #74
- Don't throw exception when table columns is empty by @ElRochito in #75
- Bump dependabot/fetch-metadata from 1.3.5 to 1.3.6 by @dependabot in #77
- Laravel 10 support by @bastien-phi in #78
Full Changelog: 0.11.2...0.12.0
0.11.2
What's Changed
- Fix macro export when type is mixed or nullable union type by @bastien-phi in #69
Full Changelog: 0.11.1...0.11.2
0.11.1
What's Changed
- Bump dependabot/fetch-metadata from 1.3.4 to 1.3.5 by @dependabot in #66
- TestCase Attribute by @edwinvdpol and @bastien-phi in #68
New Contributors
- @edwinvdpol made their first contribution in #68
Full Changelog: 0.11.0...0.11.1
0.11.0
What's Changed
- Bump actions/checkout from 2 to 3 by @dependabot in #63
- Bump dependabot/fetch-metadata from 1.3.3 to 1.3.4 by @dependabot in #64
- PHP 8.2, drop PHP 8.0 by @bastien-phi in #65
Full Changelog: 0.10.0...0.11.0
0.10.0
What's Changed
- Change Larastan friendly rendering by @bastien-phi in #62
Full Changelog: 0.9.2...0.10.0
0.9.2
What's Changed
- Bump dependabot/fetch-metadata from 1.3.0 to 1.3.1 by @dependabot in #55
- Bump dependabot/fetch-metadata from 1.3.1 to 1.3.3 by @dependabot in #56
- Fix overriding nullable type by @bastien-phi in #59
- Fix doctrine/dbal deprecation notice by @bastien-phi in #61
New Contributors
- @dependabot made their first contribution in #55
Full Changelog: 0.9.1...0.9.2
0.9.1
What's Changed
- Fix ModelDocBlock when the model uses HasFactory but the factory does not exist by @bastien-phi in #54
Full Changelog: 0.9.0...0.9.1
0.9.0
What's Changed
- Remove composer dependency by @bastien-phi in #52
- Upgrade skeleton by @bastien-phi in #53
Full Changelog: 0.8.1...0.9.0
0.8.1
Fixed
- Remove generics tags from docblocks in
@method
tags, add@phpstan-method
with generics in
casemodels.larastan_friendly
is enabled.
0.8.0
Changed
- Drop Laravel 8 support
- Docblocks for Eloquent Collections now respect Laravel 9 generic template
- Docblocks for Eloquent Factories now respect Laravel 9 generic template