Skip to content

Latest commit

History

History
62 lines (38 loc) 路 1.03 KB

changelog.md

File metadata and controls

62 lines (38 loc) 路 1.03 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

[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