Lines Matching refs:annotations

5 This release fixes an issue in which annotations such as `@foo-bar`
10 allowing vendor-specific annotations to be prefixed with the tool
15 - [165: Update the composer branch alias](https://github.com/doctrine/annotations/pull/165) thanks …
16 - [209: Change Annotation::value typehint to mixed](https://github.com/doctrine/annotations/pull/20…
17 - [257: Skip parsing annotations containing dashes, such as `@Foo-bar`, or `@Foo-`](https://github.…
25 …gisterLoader() when called multiple times](https://github.com/doctrine/annotations/issues/145) tha…
26 - [146: Import error on @experimental Annotation](https://github.com/doctrine/annotations/issues/14…
27 …notation used by Symfony 3.3 CacheAdapter](https://github.com/doctrine/annotations/pull/147) thank…
28 - [151: Remove duplicate code in `DCOM58Test`](https://github.com/doctrine/annotations/pull/151) th…
29 - [161: Prevent loading class_exists multiple times](https://github.com/doctrine/annotations/pu…
30 - [162: Add registerUniqueLoader to AnnotationRegistry](https://github.com/doctrine/annotations/pul…
31 …ectoryExists and assertDirectoryNotExists](https://github.com/doctrine/annotations/pull/163) thank…
45 …otation in AnnotationReader#__construct()](https://github.com/doctrine/annotations/issues/133) tha…
46 - [134: Require PHP 7.1, drop HHVM support](https://github.com/doctrine/annotations/issues/134) tha…
47 …e same loader from being registered twice](https://github.com/doctrine/annotations/issues/135) th…
48 …class load attempts in AnnotationRegistry](https://github.com/doctrine/annotations/issues/137) th…
53 This release fix an issue were some annotations could be not loaded if the namespace in the use sta…
56 - [115: Missing annotations with the latest composer version](https://github.com/doctrine/annotatio…
57 - [120: Missing annotations with the latest composer version](https://github.com/doctrine/annotatio…
58 - [121: Adding a more detailed explanation of the test](https://github.com/doctrine/annotations/pul…
59 - [101: Test annotation parameters containing space](https://github.com/doctrine/annotations/pull/1…
60 - [111: Cleanup: move to correct phpunit assertions](https://github.com/doctrine/annotations/pull/1…
61 - [112: Removes support for PHP 5.x](https://github.com/doctrine/annotations/pull/112) thanks to @r…
62 - [113: bumped phpunit version to 5.7](https://github.com/doctrine/annotations/pull/113) thanks to …
63 - [114: Enhancement: Use SVG Travis build badge](https://github.com/doctrine/annotations/pull/114) …
64 - [118: Integrating PHPStan](https://github.com/doctrine/annotations/pull/118) thanks to @ondrejmir…
68 This release fixes an issue with ignored annotations that were already
70 anyway. [#110](https://github.com/doctrine/annotations/pull/110)
73 not correctly checking the freshness of cached annotations when
74 traits were defined on a class. [#105](https://github.com/doctrine/annotations/pull/105)
78 - [105: Return single max timestamp](https://github.com/doctrine/annotations/pull/105)
79 …ons(true) didn’t work for existing classes](https://github.com/doctrine/annotations/pull/110)
83 This release introduces a PHP version bump. `doctrine/annotations` now requires PHP
92 allow you to ignore annotations from namespaces that you cannot autoload
98 * corrected parsing of annotations when `"\t"` is put before the first annotation
100 * allow skipping non-imported annotations when a custom `DocParser` is passed to
105 - [45: DocParser can now ignore whole namespaces](https://github.com/doctrine/annotations/pull/45)
106 - [57: Switch to the docker-based infrastructure on Travis](https://github.com/doctrine/annotations
107 …che.load_comments has been removed from PHP 7](https://github.com/doctrine/annotations/pull/59)
108 … traits and parent class to see if cache is fresh](https://github.com/doctrine/annotations/pull/62)
109 - [65: Remove cache salt making key unnecessarily long](https://github.com/doctrine/annotations/pul…
110 - [66: Fix of incorrect parsing multibyte strings](https://github.com/doctrine/annotations/pull/66)
111 …ons that are indented by tab are not processed.](https://github.com/doctrine/annotations/issues/68)
112 - [69: Support for Group Use Statements](https://github.com/doctrine/annotations/pull/69)
113 …tab character before first annotation in DocBlock](https://github.com/doctrine/annotations/pull/70)
114 - [74: Ignore not registered annotations fix](https://github.com/doctrine/annotations/pull/74)
115 - [92: Added tests for AnnotationRegistry class.](https://github.com/doctrine/annotations/pull/92)
116 … [96: Fix/#62 check trait and parent class ttl in annotations](https://github.com/doctrine/annotat…
117 - [97: Feature - #45 - allow ignoring entire namespaces](https://github.com/doctrine/annotations/pu…
118 …ancement/#65 remove cache salt from cached reader](https://github.com/doctrine/annotations/pull/98)
119 …tab character before first annotation in docblock](https://github.com/doctrine/annotations/pull/99)
125 - [51: FileCacheReader::saveCacheFile::unlink fix](https://github.com/doctrine/annotations/pull/51)
129 Total issues resolved: [**2**](https://github.com/doctrine/annotations/milestones/v1.2.3)
131 …pplying correct `chmod()` to generated cache file](https://github.com/doctrine/annotations/pull/49)
132 - [50: Hotfix: match escaped quotes (revert #44)](https://github.com/doctrine/annotations/pull/50)
138 - [43: Exclude files from distribution with .gitattributes](https://github.com/doctrine/annotations
139 - [44: Update DocLexer.php](https://github.com/doctrine/annotations/pull/44)
140 …t;file_put_contents" can cause havoc](https://github.com/doctrine/annotations/pull/46)
141 …leCacheReader` in 1.2.2: will be removed in 2.0.0](https://github.com/doctrine/annotations/pull/48)
147 - [38: fixes doctrine/common#326](https://github.com/doctrine/annotations/pull/38)
148 - [39: Remove superfluous NS](https://github.com/doctrine/annotations/pull/39)
149 - [41: Warn if load_comments is not enabled.](https://github.com/doctrine/annotations/pull/41)
150 - [42: Clean up unused uses](https://github.com/doctrine/annotations/pull/42)
155 * Allowing dangling comma in annotations
156 * Excluded annotations are no longer autoloaded