Skip to content

Releases: php-stubs/generator

v0.9.0

Choose a tag to compare

@szepeviktor szepeviktor released this 28 Jun 19:50
7d0e5bd

What's Changed

New Contributors

Full Changelog: v0.8.6...v0.9.0

v0.8.6

Choose a tag to compare

@szepeviktor szepeviktor released this 05 Feb 09:22
2baea4f

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

Choose a tag to compare

@szepeviktor szepeviktor released this 18 Apr 03:48
820db58

What's Changed

New Contributors

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

Add missing return type hint

Choose a tag to compare

@szepeviktor szepeviktor released this 01 Oct 11:51
bf75810

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

Choose a tag to compare

@szepeviktor szepeviktor released this 08 Feb 20:41
9b9067b

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

v0.8.2 Upgrade Symfony packages

Choose a tag to compare

@szepeviktor szepeviktor released this 26 Oct 07:59
dd405ec
Upgrade to Symfony 6 (#17)

* Upgrade to Symfony 6

* Fix version constraints

* Fix the fix

v0.8.1

Choose a tag to compare

@szepeviktor szepeviktor released this 06 Apr 03:06
d7b1c7e
Loosen the visibility of the node stack so a child class can access i…

Release v0.8.0

Choose a tag to compare

@szepeviktor szepeviktor released this 02 Dec 20:55
53c2cbb

Add --visitor option

v0.7.0

Choose a tag to compare

@szepeviktor szepeviktor released this 12 Nov 17:35
acf0f06
  • Add --constants option
  • Support PHP 8

v0.6.0

Choose a tag to compare

@szepeviktor szepeviktor released this 15 Nov 16:41
dfe1323
Update README.md