Releases: spatie/php-structure-discoverer
Releases · spatie/php-structure-discoverer
2.3.1
What's Changed
- Laravel 12.x Compatibility by @laravel-shift in #28
New Contributors
- @laravel-shift made their first contribution in #28
Full Changelog: 2.3.0...2.3.1
2.3.0
What's Changed
- Fix parsing classes containing anonymous classes by @stevebauman in #27
Full Changelog: 2.2.1...2.3.0
2.2.1
What's Changed
- Fix typo in
README.md
by @PerryvanderMeer in #24 - Fix PHP 8.4 deprecation by @LordSimal in #26
New Contributors
- @PerryvanderMeer made their first contribution in #24
- @LordSimal made their first contribution in #26
Full Changelog: 2.2.0...2.2.1
2.2.0
- Add a new uses resolver which can be used by external packages
2.1.2
- Fix issue where string or int backed enums with interfaces were not discovered
- Added extra types
2.1.1
What's Changed
- Create cache when requested (fixes #17) by @francoism90 in #18
Full Changelog: 2.1.0...2.1.1
2.1.0
What's Changed
- Fix doc example spacing by @stevebauman in #15
- Laravel 11 by @rubenvanassche in #16
- Dropped support for Laravel 9
Full Changelog: 2.0.1...2.1.0
2.0.1
What's Changed
- Docs - Fix config publish command by @stevebauman in #14
- chore: update dependencies by @jameswagoner in #13
New Contributors
- @jameswagoner made their first contribution in #13
Full Changelog: 2.0.0...2.0.1
2.0.0
- Add support for discovering structures using Reflection
1.2.1
- Add better support for detecting Laravel