Skip to content

Releases: php-stubs/generator

v0.8.6

05 Feb 09:22
2baea4f

Choose a tag to compare

What's Changed

  • Explicit nullable type hint for PHP 8.4 by @selfiens in #34
  • Fix mentions of Symfony\Finder to StubsGenerator\Finder by @philipjohn in #37
  • add PHP 8.5 test workflow by @kkmuffme in #39
  • Fix duplicate count constants and globals by @kkmuffme in #38
  • Bump actions/checkout from 4 to 5 in the github-actions group by @dependabot[bot] in #36
  • Fix issues reported by PHPStan by @IanDelMar in #41

New Contributors

Full Changelog: v0.8.5...v0.8.6

v0.8.5 - Modernize

18 Apr 03:48
820db58

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.4...v0.8.5

Add missing return type hint

01 Oct 11:51
bf75810

Choose a tag to compare

What's Changed

  • Add more test cases for abstract methods of traits by @herndlm in #19
  • add missing return type hint by @criskell in #22

New Contributors

Full Changelog: v0.8.3...v0.8.4

Ignore inaccessible class child nodes

08 Feb 20:41
9b9067b

Choose a tag to compare

Could be included with --include-inaccessible-class-nodes

v0.8.2 Upgrade Symfony packages

26 Oct 07:59
dd405ec

Choose a tag to compare

Upgrade to Symfony 6 (#17)

* Upgrade to Symfony 6

* Fix version constraints

* Fix the fix

v0.8.1

06 Apr 03:06
d7b1c7e

Choose a tag to compare

Loosen the visibility of the node stack so a child class can access i…

Release v0.8.0

02 Dec 20:55
53c2cbb

Choose a tag to compare

Add --visitor option

v0.7.0

12 Nov 17:35
acf0f06

Choose a tag to compare

  • Add --constants option
  • Support PHP 8

v0.6.0

15 Nov 16:41
dfe1323

Choose a tag to compare

Update README.md