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.
- Support for new PHP and Laravel versions
- Support for new PHP and Laravel versions
- Crawler should only return interfaces and non-abstract classes
- New
Tag
attribute for automatically tagging implementations of an interface
- New
Listen
attribute 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