Skip to content

Latest commit

 

History

History
82 lines (51 loc) · 1.33 KB

File metadata and controls

82 lines (51 loc) · 1.33 KB

Changelog

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.

Unreleased

[3.0.0]

Added

  • WithCachedAutowire trait to speed up tests.
  • Support Laravel 13.
  • Laravel Boost skill.

Removed

  • Removed support for EOL PHP and Laravel versions.

[2.0.0]

Added

  • Configurations can now include tags

[1.9.0]

Added

  • Support for new PHP and Laravel versions

[1.8.0]

Added

  • Support for new PHP and Laravel versions

[1.7.0]

Added

  • Support for new PHP and Laravel versions

[1.6.1]

Fixed

  • Crawler should only return interfaces and non-abstract classes

[1.6]

Added

  • New Tag attribute for automatically tagging implementations of an interface

[1.5]

Added

  • New Listen attribute for autowiring events to event listeners

[1.4.1]

Changed

  • Custom attributes now work with caching

[1.4.0]

Added

  • Add option to use custom attribute classes

[1.3.0]

Changed

  • Cache is now saves as a PHP file instead of JSON

[1.2.0]

Added

  • Autowiring can now be cached (and cleared) with console commands

[1.1.0]

Added

  • Configure attribute

[1.0.0]

Added

  • Everything