This repository was archived by the owner on Aug 23, 2023. It is now read-only.
Tags: doctrine/reflection
Tags
### Release Notes for [1.2.4](https://github.com/doctrine/reflection/… …milestone/11) 1.2.x bugfix release (patch) ### 1.2.4 - Total issues resolved: **0** - Total pull requests resolved: **1** - Total contributors: **1** #### Improvement - [59: Allow `doctrine/annotations` v2](#59) thanks to @boesing
### Release Notes for [1.2.3](https://github.com/doctrine/reflection/… …milestone/8) 1.2.x bugfix release (patch) ### 1.2.3 - Total issues resolved: **0** - Total pull requests resolved: **4** - Total contributors: **4** #### Bug - [58: Bump CI tooling and workflows and fix remaining PHP 8.1 issues](#58) thanks to @derrabus - [57: Fix PHP 8.1 deprecations for tentative return types](#57) thanks to @Sweetchuck - [55: Remove references to master](#55) thanks to @greg0ire - [54: Remove composer.lock from version control](#54) thanks to @nicwortel
### Release Notes for [1.2.2](https://github.com/doctrine/reflection/… …milestone/7) ### 1.2.2 - Total issues resolved: **0** - Total pull requests resolved: **8** - Total contributors: **5** - [51: Setup release workflow](#51) thanks to @greg0ire - [50: Migrate cs to ga](#50) thanks to @greg0ire - [49: PHP 8 compatibility](#49) thanks to @alexpott - [48: Move website config to default branch](#48) thanks to @SenseException - [44: Use CodeCov instead of Scrutinizer](#44) thanks to @greg0ire - [40: Fix typo in lib/Doctrine/Common/Reflection/TypedNoDefaultReflectionProperty.php](#40) thanks to @pgrimaud - [38: Validate composer json](#38) thanks to @greg0ire #### Bug - [33: Fix Trying to access array offset on value of type null](#33) thanks to @DieterHolvoet
Release [1.2.1](https://github.com/doctrine/reflection/milestone/5) 1.2.1 ===== - Total issues resolved: **1** - Total pull requests resolved: **1** - Total contributors: **2** Bug --- - [37: [GH-36] Bugfix: TypedNoDefaultReflectionProperty::setValue NULL when null allowed](#37) thanks to @beberlei and @signor-pedro
Release [1.2.0](https://github.com/doctrine/reflection/milestone/4) 1.2.0 ===== - Total issues resolved: **1** - Total pull requests resolved: **1** - Total contributors: **1** Bug --- - [35: [GH-34] Instead of NULL, unitialize typed properties without default.](#35) thanks to @beberlei
Release [1.1.0](https://github.com/doctrine/reflection/milestone/3) 1.1.0 ===== - Total issues resolved: **2** - Total pull requests resolved: **8** - Total contributors: **6** Bug --- - [26: Fix reading docblocks for classes containing anonymous classes](#26) thanks to @sspat and @xopoc14 - [25: Update dependencies for CI build](#25) thanks to @alcaeus Improvement ----------- - [24: Add reflection typed no default property class](#24) thanks to @sspat - [18: CI: Test against PHP 7.4snapshot instead of nightly (8.0)](#18) thanks to @Majkl578 - [14: Run composer update to sync new dependencies](#14) thanks to @carusogabriel - [10: Add conflict on doctrine/common for <2.9@dev](#10) thanks to @jwage Enhancement ----------- - [22: Fixed tests to work with php 7.4 and on windows #21](#22) thanks to @sspat - [15: CI: Test against PHP 7.3](#15) thanks to @Majkl578