You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+38Lines changed: 38 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,44 @@ All notable changes to this project will be documented in this file, in reverse
31
31
`laminas/laminas-zendframework-bridge` has been removed, and is instead to be installed optionally
32
32
by consumers of the library. If you are still migrating from `zendframework/zend-code`, you will
33
33
need to add it to your `composer.json` yourself, or directly use to `Laminas\Code` symbols.
34
+
- BC BREAK [laminas/laminas-code#58](https://github.com/laminas/laminas-code/pull/58) the `Scanner`
35
+
and `Annotation` components have been removed, and with it all API that interacted with it:
36
+
*`Laminas\Code\Generator\FileGeneratorRegistry` has been deleted
37
+
*`Laminas\Code\Generator\FileGenerator::fromReflectedFileName()` was removed
38
+
*`Laminas\Code\Generator\FileGenerator::fromReflection()` was removed
39
+
*`Laminas\Code\NameInformation` has been deleted
40
+
*`Laminas\Code\Reflection\ReflectionInterface` was marked `@internal`
41
+
*`Laminas\Code\Reflection\FileReflection` has been deleted
42
+
*`Laminas\Code\Generic\Prototype\PrototypeInterface` was marked `@internal`
43
+
*`Laminas\Code\Generic\Prototype\PrototypeClassFactory` was marked `@internal`
44
+
*`Laminas\Code\Generic\Prototype\PrototypeGenericInterface` was marked `@internal`
45
+
*`Laminas\Code\Annotation\AnnotationInterface` has been deleted
46
+
*`Laminas\Code\Annotation\Parser\GenericAnnotationParser` has been deleted
47
+
*`Laminas\Code\Annotation\Parser\ParserInterface` has been deleted
48
+
*`Laminas\Code\Annotation\Parser\DoctrineAnnotationParser` has been deleted
49
+
*`Laminas\Code\Annotation\AnnotationManager` has been deleted
50
+
*`Laminas\Code\Annotation\AnnotationCollection` has been deleted
51
+
*`Laminas\Code\Scanner\ValueScanner` has been deleted
52
+
*`Laminas\Code\Scanner\DirectoryScanner` has been deleted
53
+
*`Laminas\Code\Scanner\DocBlockScanner#$nameInformation` was removed
54
+
*`Laminas\Code\Scanner\DocBlockScanner#$annotationManager` was removed
55
+
*`Laminas\Code\Scanner\DocBlockScanner#$annotations` was removed
56
+
*`Laminas\Code\Scanner\DocBlockScanner#getAnnotations()` was removed
57
+
*`Laminas\Code\Scanner\DocBlockScanner` was marked `@internal`
58
+
*`Laminas\Code\Scanner\ConstantScanner` has been deleted
59
+
*`Laminas\Code\Scanner\FunctionScanner` has been deleted
60
+
*`Laminas\Code\Scanner\AnnotationScanner` has been deleted
61
+
*`Laminas\Code\Scanner\DerivedClassScanner` has been deleted
62
+
*`Laminas\Code\Scanner\ClassScanner` has been deleted
63
+
*`Laminas\Code\Scanner\AggregateDirectoryScanner` has been deleted
64
+
*`Laminas\Code\Scanner\TokenArrayScanner` has been deleted
65
+
*`Laminas\Code\Scanner\ParameterScanner` has been deleted
66
+
*`Laminas\Code\Scanner\FileScanner` has been deleted
67
+
*`Laminas\Code\Scanner\PropertyScanner` has been deleted
68
+
*`Laminas\Code\Scanner\CachingFileScanner` has been deleted
69
+
*`Laminas\Code\Scanner\ScannerInterface` has been deleted
70
+
*`Laminas\Code\Scanner\MethodScanner` has been deleted
0 commit comments