Skip to content

Releases: Soyhuce/next-ide-helper

0.12.0

03 Feb 14:10
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.11.2...0.12.0

0.11.2

25 Nov 15:28
Compare
Choose a tag to compare

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

16 Nov 08:13
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.11.0...0.11.1

0.11.0

21 Oct 12:46
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.10.0...0.11.0

0.10.0

29 Aug 09:32
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.9.2...0.10.0

0.9.2

11 Aug 14:21
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.9.1...0.9.2

0.9.1

22 Mar 12:19
Compare
Choose a tag to compare

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

04 Mar 08:02
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.8.1...0.9.0

0.8.1

21 Feb 16:10
Compare
Choose a tag to compare

Fixed

  • Remove generics tags from docblocks in @method tags, add @phpstan-method with generics in
    case models.larastan_friendly is enabled.

0.8.0

18 Feb 15:00
Compare
Choose a tag to compare

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