Skip to content

Releases: Jeroen-G/autowire

1.8.0

14 Mar 08:37
0828f0e
Compare
Choose a tag to compare

[1.8.0]

Added

  • Support for new PHP and Laravel versions

1.7.0

20 Mar 11:48
9760f15
Compare
Choose a tag to compare

[1.7.0]

Added

  • Support for new PHP and Laravel versions

1.6.1

14 Feb 18:42
846d6ee
Compare
Choose a tag to compare

[1.6.1]

Fixed

  • Crawler should only return interfaces and non-abstract classes

1.6.0

12 Feb 17:40
Compare
Choose a tag to compare

[1.6]

  • New Tag attribute for automatically tagging implementations of an interface

1.5.0

28 Jun 19:38
Compare
Choose a tag to compare

[1.5.0]

  • New Listen attribute for autowiring events to event listeners

1.4.1

24 Jun 12:59
d94db3f
Compare
Choose a tag to compare

[1.4.1]

  • Custom attributes now work with caching

1.4.0

13 Jun 12:21
a987a9f
Compare
Choose a tag to compare

[1.4.0]

  • Add option to use custom attribute classes

1.3.0

06 Jan 19:26
b2acea1
Compare
Choose a tag to compare

[1.3.0]

Changed

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

1.2.0

06 Jan 10:52
b1a891f
Compare
Choose a tag to compare

[1.2.0]

Added

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

1.1.0

03 Jan 11:35
ebe161c
Compare
Choose a tag to compare

[1.1.0]

Added

  • Configure attribute