Logo
Explore Help
Register Sign In
doctrine/reflection
1
0
Fork 0
You've already forked reflection
mirror of https://github.com/doctrine/reflection.git synced 2026-03-24 00:32:07 +01:00
Code Issues 18 Packages Projects Releases 8 Wiki Activity

8 Releases 8 Tags

RSS Feed
  • 1.2.4 6bcea3e81a
    Compare

    Stable

    admin released this 2023-07-27 20:13:27 +02:00 | 2 commits to 1.2.x since this release

    📅 Originally published on GitHub: Thu, 27 Jul 2023 18:13:30 GMT
    🏷️ Git tag created: Thu, 27 Jul 2023 18:13:27 GMT

    Release Notes for 1.2.4

    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 thanks to @boesing
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • 1.2.3 1034e5e71f
    Compare

    Stable

    admin released this 2022-05-31 20:52:20 +02:00 | 3 commits to 1.2.x since this release

    📅 Originally published on GitHub: Tue, 31 May 2022 18:52:21 GMT
    🏷️ Git tag created: Tue, 31 May 2022 18:52:20 GMT

    Release Notes for 1.2.3

    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 thanks to @derrabus

    • 57: Fix PHP 8.1 deprecations for tentative return types thanks to @Sweetchuck

    • 55: Remove references to master thanks to @greg0ire

    • 54: Remove composer.lock from version control thanks to @nicwortel

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • 1.2.2 fa587178be
    Compare

    Stable

    admin released this 2020-10-27 23:02:50 +01:00 | 15 commits to 1.2.x since this release

    📅 Originally published on GitHub: Tue, 27 Oct 2020 22:02:54 GMT
    🏷️ Git tag created: Tue, 27 Oct 2020 22:02:50 GMT

    Release Notes for 1.2.2

    1.2.2

    • Total issues resolved: 0

    • Total pull requests resolved: 8

    • Total contributors: 5

    • 51: Setup release workflow thanks to @greg0ire

    • 50: Migrate cs to ga thanks to @greg0ire

    • 49: PHP 8 compatibility thanks to @alexpott

    • 48: Move website config to default branch thanks to @SenseException

    • 44: Use CodeCov instead of Scrutinizer thanks to @greg0ire

    • 40: Fix typo in lib/Doctrine/Common/Reflection/TypedNoDefaultReflectionProperty.php thanks to @pgrimaud

    • 38: Validate composer json thanks to @greg0ire

    Bug

    • 33: Fix Trying to access array offset on value of type null thanks to @DieterHolvoet
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • 1.2.1 55e71912df
    Compare

    Stable

    admin released this 2020-03-27 12:07:26 +01:00 | 39 commits to 1.2.x since this release

    📅 Originally published on GitHub: Fri, 27 Mar 2020 11:07:30 GMT
    🏷️ Git tag created: Fri, 27 Mar 2020 11:07:26 GMT

    Release 1.2.1

    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 thanks to @beberlei and @signor-pedro
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • 1.2.0 b699ecc7f2
    Compare

    Stable

    admin released this 2020-03-21 12:39:30 +01:00 | 43 commits to 1.2.x since this release

    📅 Originally published on GitHub: Sat, 21 Mar 2020 11:39:36 GMT
    🏷️ Git tag created: Sat, 21 Mar 2020 11:39:30 GMT

    Release 1.2.0

    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. thanks to @beberlei
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • 1.1.0 bc420ead87
    Compare

    Stable

    admin released this 2020-03-21 12:35:52 +01:00 | 51 commits to 1.2.x since this release

    📅 Originally published on GitHub: Sat, 21 Mar 2020 11:35:55 GMT
    🏷️ Git tag created: Sat, 21 Mar 2020 11:35:52 GMT

    Release 1.1.0

    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 thanks to @sspat and @xopoc14

    • 25: Update dependencies for CI build thanks to @alcaeus

    Improvement

    • 24: Add reflection typed no default property class thanks to @sspat
    • 18: CI: Test against PHP 7.4snapshot instead of nightly (8.0) thanks to @Majkl578
    • 14: Run composer update to sync new dependencies thanks to @carusogabriel
    • 10: Add conflict on doctrine/common for <2.9@dev thanks to @jwage

    Enhancement

    • 22: Fixed tests to work with php 7.4 and on windows #21 thanks to @sspat
    • 15: CI: Test against PHP 7.3 thanks to @Majkl578
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v1.1.0 bc420ead87
    Compare

    Stable

    admin released this 2020-01-08 21:04:00 +01:00 | 51 commits to 1.2.x since this release

    📅 Originally published on GitHub: Wed, 08 Jan 2020 20:06:26 GMT
    🏷️ Git tag created: Wed, 08 Jan 2020 20:04:00 GMT

    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 thanks to @sspat and @xopoc14
    • 25: Update dependencies for CI build thanks to @alcaeus

    Improvement

    • 24: Add reflection typed no default property class thanks to @sspat
    • 18: CI: Test against PHP 7.4snapshot instead of nightly (8.0) thanks to @Majkl578
    • 14: Run composer update to sync new dependencies thanks to @carusogabriel
    • 10: Add conflict on doctrine/common for <2.9@dev thanks to @jwage

    Enhancement

    • 22: Fixed tests to work with php 7.4 and on windows #21 thanks to @sspat
    • 15: CI: Test against PHP 7.3 thanks to @Majkl578
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v1.0.0 02538d3f95
    Compare

    Stable

    admin released this 2018-06-14 18:25:49 +02:00 | 84 commits to 1.2.x since this release

    📅 Originally published on GitHub: Thu, 14 Jun 2018 16:29:40 GMT
    🏷️ Git tag created: Thu, 14 Jun 2018 16:25:49 GMT

    1.0.0

    • Total issues resolved: 0
    • Total pull requests resolved: 8
    • Total contributors: 2

    Improvement

    • 8: Add ext-tokenizer and doctrine/annotations as dependencies thanks to @Majkl578
    • 7: Use assertSame instead of assertEquals thanks to @jwage
    • 6: Add a little more test coverage. thanks to @jwage
    • 5: Add basic documentation for the doctrine/reflection project. thanks to @jwage
    • 4: Apply Doctrine Coding Standards 4.0 thanks to @jwage
    • 3: Fix phpstan so it is included in composer.json thanks to @jwage
    • 2: Update PHPUnit to 7.0 thanks to @jwage
    • 1: Update website link in composer.json thanks to @jwage
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
Powered by Gitea Version: 1.25.5 Page: 86ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API