All notable changes to php-structure-discoverer
will be documented in this file.
- Added support for using Reflection instead of PHP token parsing to discover structures
- @PerryvanderMeer made their first contribution in #24
- @LordSimal made their first contribution in #26
Full Changelog: https://github.com/spatie/php-structure-discoverer/compare/2.2.0...2.2.1
- Add a new uses resolver which can be used by external packages
- Fix issue where string or int backed enums with interfaces were not discovered
- Added extra types
- Create cache when requested (fixes #17) by @francoism90 in #18
Full Changelog: https://github.com/spatie/php-structure-discoverer/compare/2.1.0...2.1.1
- Fix doc example spacing by @stevebauman in #15
- Laravel 11 by @rubenvanassche in #16
- Dropped support for Laravel 9
Full Changelog: https://github.com/spatie/php-structure-discoverer/compare/2.0.1...2.1.0
- Docs - Fix config publish command by @stevebauman in #14
- chore: update dependencies by @jameswagoner in #13
- @jameswagoner made their first contribution in #13
Full Changelog: https://github.com/spatie/php-structure-discoverer/compare/2.0.0...2.0.1
- Add support for discovering structures using Reflection
- Add better support for detecting Laravel
- Add ability to sort discovered files by @stevebauman in #6
- @stevebauman made their first contribution in #6
Full Changelog: https://github.com/spatie/php-structure-discoverer/compare/1.1.1...1.2.0
- Add symphony finder as a requirement
- Allow discovered structures to be built using reflection
- Fix require with file cache driver
Test release
- test release
- experimental release
- initial release