We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d48167 commit 846d6eeCopy full SHA for 846d6ee
1 file changed
changelog.md
@@ -6,21 +6,34 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## Unreleased
8
9
+## [1.6.1]
10
+
11
+### Fixed
12
+- Crawler should only return interfaces and non-abstract classes
13
14
## [1.6]
15
16
+### Added
17
- New `Tag` attribute for automatically tagging implementations of an interface
18
19
## [1.5]
20
21
22
- New `Listen` attribute for autowiring events to event listeners
23
24
## [1.4.1]
25
26
+### Changed
27
- Custom attributes now work with caching
28
29
## [1.4.0]
30
31
32
- Add option to use custom attribute classes
33
34
## [1.3.0]
35
-## Changed
36
37
- Cache is now saves as a PHP file instead of JSON
38
39
## [1.2.0]
0 commit comments