Tags: doctrine/annotations
Tags
### Release Notes for [1.13.1](https://github.com/doctrine/annotation… …s/milestone/31) ### 1.13.1 - Total issues resolved: **0** - Total pull requests resolved: **2** - Total contributors: **2** CI -- - [413: Exclude test from analysis](#413) thanks to @greg0ire #### bug - [412: Don't hit the reader if cache is fresh](#412) thanks to @derrabus
### Release Notes for [1.13.0](https://github.com/doctrine/annotation… …s/milestone/29) ### 1.13.0 - Total issues resolved: **0** - Total pull requests resolved: **2** - Total contributors: **1** #### enhancement - [410: Allow doctrine/cache 2.x for tests](#410) thanks to @alcaeus #### New Feature - [404: Add PSR-compatible cached annotations reader](#404) thanks to @alcaeus
### Release Notes for [1.12.1](https://github.com/doctrine/annotation… …s/milestone/30) ### 1.12.1 - Total issues resolved: **0** - Total pull requests resolved: **1** - Total contributors: **1** #### bug - [406: Fix #405](#406) thanks to @Vincz
### Release Notes for [1.12.0](https://github.com/doctrine/annotation… …s/milestone/28) Feature release (minor) ### 1.12.0 - Total issues resolved: **0** - Total pull requests resolved: **8** - Total contributors: **6** #### enhancement - [402: Default property with @NamedArgumentConstructor](#402) thanks to @Vincz #### New Feature - [391: Introduced annotation NamedArgumentConstructor](#391) thanks to @derrabus - [289: Add support for loading annotations from functions](#289) thanks to @jvasseur CI -- - [389: Use the ramsey/composer-install action to install dependencies](#389) thanks to @nicwortel #### bug - [386: Support `noRector` annotation.](#386) thanks to @Aerendir #### Improvement - [382: Fix badges](#382) thanks to @kubawerlos - [381: Update .gitattributes](#381) thanks to @kubawerlos - [380: Remove "--no-suggest" option from Composer commands](#380) thanks to @kubawerlos
### Release Notes for [1.11.2](https://github.com/doctrine/annotation… …s/milestone/27) 1.11.x bugfix release (patch) ### 1.11.2 - Total issues resolved: **0** - Total pull requests resolved: **5** - Total contributors: **3** #### Improvement - [399: Drop unneeded branch alias](#399) thanks to @greg0ire CI -- - [393: Use the ramsey/composer-install action to install dependencies](#393) thanks to @greg0ire #### enhancement - [392: Ignore .phpunit.result.cache](#392) thanks to @derrabus #### bug - [376: Relax phpdoc typing](#376) thanks to @greg0ire - [362: Add Phan's suppress annotation to the ignore list](#362) thanks to @Aerendir
### Release Notes for [1.11.1](https://github.com/doctrine/annotation… …s/milestone/26) ### 1.11.1 - Total issues resolved: **0** - Total pull requests resolved: **2** - Total contributors: **2** #### enhancement - [375: Use generics on Reader](#375) thanks to @lcobucci - [372: GitHub actions](#372) thanks to @beberlei
### Release Notes for [1.11.0](https://github.com/doctrine/annotation… …s/milestone/21) ### 1.11.0 - Total issues resolved: **0** - Total pull requests resolved: **13** - Total contributors: **11** - [369: Add compatibility with named parameters and constructor property promotion](#369) thanks to @beberlei - [368: Allow usage of self:: accessor for constants](#368) thanks to @bertrandseurot - [327: Merge release 1.10.2 into master](#327) thanks to @doctrinebot #### enhancement - [331: Backport 2.0 work](#331) thanks to @alcaeus #### Improvement - [330: Use ::class constants instead of strings to ease future refactorings](#330) thanks to @jkufner - [254: Add all PHPUnit annotations to the globally ignored list](#254) thanks to @jrjohnson - [242: Extract implicitly ignored annotation names to separate class](#242) thanks to @Majkl578 - [200: Drop copyright headers](#200) thanks to @Majkl578 #### Documentation - [239: Mention coding standard requirements in the README](#239) thanks to @sanmai - [221: Update homepage](#221) thanks to @Majkl578 - [217: Document correct method usage](#217) thanks to @greg0ire - [208: Fixed typo in the documentation ](#208) thanks to @azjezz #### bug - [209: Change Annotation::value typehint to mixed](#209) thanks to @malarzm
Release [1.10.4](https://github.com/doctrine/annotations/milestone/25) 1.10.4 ====== - Total issues resolved: **0** - Total pull requests resolved: **8** - Total contributors: **5** - [347: Add support for the new PHP 8 tokens for use statements](#347) thanks to @stof - [345: Remove calls to TestCase::at()](#345) thanks to @greg0ire - [343: Allow using PHPUnit 9.3](#343) thanks to @greg0ire Improvement ----------- - [342: Upgrade phpunit](#342) thanks to @greg0ire - [332: DocParser: Improve private typehints](#332) thanks to @jkufner bug --- - [341: Make type in phpdoc resolvable](#341) thanks to @greg0ire Documentation ------------- - [338: update annotation IDE annotation with current links](#338) thanks to @Haehnchen Documentation,Improvement ------------------------- - [337: Replace "blacklist" terminology with "ignore"](#337) thanks to @albe
Release [1.10.3](https://github.com/doctrine/annotations/milestone/24) 1.10.3 ====== - Total issues resolved: **0** - Total pull requests resolved: **1** - Total contributors: **1** CI,Improvement -------------- - [334: Allow php 8](#334) thanks to @greg0ire
Release [1.10.2](https://github.com/doctrine/annotations/milestone/23) 1.10.2 ====== - Total issues resolved: **0** - Total pull requests resolved: **2** - Total contributors: **2** bug --- - [323: Fix broken autoloading due to Reader calling registerFile](#323) thanks to @alcaeus Documentation ------------- - [320: Fix duplicate text in documentation](#320) thanks to @l-vo