All notable changes to Autowire will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
- WithCachedAutowire trait to speed up tests.
- Support Laravel 13.
- Laravel Boost skill.
- Removed support for EOL PHP and Laravel versions.
- Configurations can now include tags
- Support for new PHP and Laravel versions
- Support for new PHP and Laravel versions
- Support for new PHP and Laravel versions
- Crawler should only return interfaces and non-abstract classes
- New
Tagattribute for automatically tagging implementations of an interface
- New
Listenattribute for autowiring events to event listeners
- Custom attributes now work with caching
- Add option to use custom attribute classes
- Cache is now saves as a PHP file instead of JSON
- Autowiring can now be cached (and cleared) with console commands
- Configure attribute
- Everything