Releases: php-stubs/generator
Releases · php-stubs/generator
v0.8.5 - Modernize
What's Changed
- Change to GitHub actions by @mikemanger in #29
- Correct typos and add spelling workflow by @mikemanger in #30
- Add support for PhpParser v5 for PHP 7.4+ by @IanDelMar in #33
New Contributors
- @mikemanger made their first contribution in #29
- @IanDelMar made their first contribution in #33
Full Changelog: v0.8.4...v0.8.5
Add missing return type hint
Ignore inaccessible class child nodes
Could be included with --include-inaccessible-class-nodes
v0.8.2 Upgrade Symfony packages
Upgrade to Symfony 6 (#17) * Upgrade to Symfony 6 * Fix version constraints * Fix the fix
v0.8.1
Loosen the visibility of the node stack so a child class can access i…
Release v0.8.0
Add --visitor
option
v0.7.0
- Add
--constants
option - Support PHP 8
v0.6.0
Update README.md