Skip to content

Releases: Jeroen-G/autowire

3.0.0

Choose a tag to compare

@Jeroen-G Jeroen-G released this 31 Mar 07:43
b6c998c

[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

Choose a tag to compare

@Jeroen-G Jeroen-G released this 27 Aug 15:11
79487a3

[2.0.0]

Added

  • Configurations can now include tags

1.9.0

Choose a tag to compare

@Jeroen-G Jeroen-G released this 19 May 11:22
19d2b03

[1.9.0]

Added

  • Support for new PHP and Laravel versions

1.8.0

Choose a tag to compare

@Jeroen-G Jeroen-G released this 14 Mar 08:37
0828f0e

[1.8.0]

Added

  • Support for new PHP and Laravel versions

1.7.0

Choose a tag to compare

@Jeroen-G Jeroen-G released this 20 Mar 11:48
9760f15

[1.7.0]

Added

  • Support for new PHP and Laravel versions

1.6.1

Choose a tag to compare

@Jeroen-G Jeroen-G released this 14 Feb 18:42
846d6ee

[1.6.1]

Fixed

  • Crawler should only return interfaces and non-abstract classes

1.6.0

Choose a tag to compare

@Jeroen-G Jeroen-G released this 12 Feb 17:40

[1.6]

  • New Tag attribute for automatically tagging implementations of an interface

1.5.0

Choose a tag to compare

@Jeroen-G Jeroen-G released this 28 Jun 19:38

[1.5.0]

  • New Listen attribute for autowiring events to event listeners

1.4.1

Choose a tag to compare

@Jeroen-G Jeroen-G released this 24 Jun 12:59
d94db3f

[1.4.1]

  • Custom attributes now work with caching

1.4.0

Choose a tag to compare

@Jeroen-G Jeroen-G released this 13 Jun 12:21
a987a9f

[1.4.0]

  • Add option to use custom attribute classes