2.1.0 - Oct 25, 2020

    Total issues resolved: 0
    Total pull requests resolved: 2
    Total contributors: 1

    132: Migrate all checks to Github Actions thanks to @greg0ire
    122: Import useful reflection classes thanks to @greg0ire

2.0.1 - Oct 25, 2020

    Total issues resolved: 0
    Total pull requests resolved: 9
    Total contributors: 3

    136: Update branch metadata thanks to @greg0ire
    133: Upgrade cs thanks to @greg0ire
    130: Setup automatic releases workflow thanks to @greg0ire
    129: Fix PHP8 build thanks to @greg0ire
    128: Move website config to default branch thanks to @SenseException
    119: Remove Scrutinizer badge thanks to @greg0ire
    115: Use CodeCov instead of Scrutinizer thanks to @greg0ire

Enhancement

    114: Allow PHP 8 thanks to @greg0ire

Bug

    111: Revert phpdoc type for class name argument thanks to @andrew-demb

2.0.0 - May 13, 2020

    Total issues resolved: 0
    Total pull requests resolved: 9
    Total contributors: 5

    106: Drop backwards-compatibility layer thanks to @greg0ire
    74: Merge 1.3.x into master thanks to @alcaeus

Improvement

    75: Remove return types from all interfaces thanks to @alcaeus
    61: Add more specific doc block type hints for arrays. thanks to @jwage
    40: CI: Test against PHP 7.4snapshot instead of nightly (8.0) thanks to @Majkl578

BC Break

    51: Remove PersistentObject magic object. thanks to @jwage

BC Break,Improvement

    50: Add types to all interfaces. thanks to @jwage
    35: Open 2.x thanks to @Majkl578

Enhancement

    43: Updated doctrine/coding-standard to 6.0 thanks to @patrickjahns

1.3.8 - Aug 04, 2020

    Total issues resolved: 0
    Total pull requests resolved: 1
    Total contributors: 1

Enhancement

    114: Allow PHP 8 thanks to @greg0ire

1.3.7 - Mar 21, 2020

    Total issues resolved: 0
    Total pull requests resolved: 1
    Total contributors: 1

    100: Bump doctrine/reflection to 1.2 thanks to @beberlei

1.3.6 - Jan 17, 2020

    Total issues resolved: 0
    Total pull requests resolved: 1
    Total contributors: 1

Bug

    94: Add typed no default reflection property class usage thanks to @beberlei

1.3.5 - Jan 14, 2020

    Total issues resolved: 0
    Total pull requests resolved: 1
    Total contributors: 1

    92: Trigger autoload for deprecated type thanks to @greg0ire

1.3.4 - Jan 10, 2020

    Total issues resolved: 0
    Total pull requests resolved: 1
    Total contributors: 1

    87: Temporarily remove deprecations about ns move thanks to @greg0ire

1.3.3 - Dec 13, 2019

    Total issues resolved: 1
    Total pull requests resolved: 1
    Total contributors: 2

BC Break,Bug

    82: Fix BC layer thanks to @nicolas-grekas
    81: doctrine/persistence 1.3.2 bug thanks to @itarcontact

1.3.2 - Dec 12, 2019

    Total issues resolved: 0
    Total pull requests resolved: 1
    Total contributors: 1

BC Break,Bug

    80: Fix BC layer referencing deprecated classes thanks to @nicolas-grekas

1.3.1 - Dec 12, 2019

    Total issues resolved: 0
    Total pull requests resolved: 1
    Total contributors: 1

BC Break,Bug

    79: Add missing autoload calls thanks to @greg0ire

1.3.0 - Dec 12, 2019

    Total issues resdolved: 0
    Total pull requests resolved: 3
    Total contributors: 3

Bug

    76: Fix branch alias for 1.3 thanks to @nicolas-grekas

Improvement

    73: Modernise 1.x branch thanks to @alcaeus

Deprecation

    71: Namespace move BC compatibility layer thanks to @greg0ire

1.2.0 - Nov 10, 2019

    Total issues resolved: 0
    Total pull requests resolved: 3
    Total contributors: 2

Deprecation

    55: Deprecate PersistentObject class. thanks to @jwage
    54: Deprecate ObjectManager::merge() and ObjectManager::detach() thanks to @jwage
    47: Deprecate ObjectManager::merge() and ObjectManager::detach() thanks to @Majkl578

1.1.1 - Apr 23, 2019

    Total issues resolved: 1
    Total pull requests resolved: 8
    Total contributors: 7

Enhancement

    57: Fix wrong return type hint for selectManager thanks to @alcaeus
    49: CI: Test against PHP 7.4snapshot instead of nightly (8.0) thanks to @ostrolucky and @Majkl578

Bug

    56: Remove dupes in FileDriver::getAllClassNames thanks to @ostrolucky and @NathanBaulch
    48: Use getManagerForClass in getRepository thanks to @alcaeus and @mnapoli
    41: Metadata cache lifetime should be int thanks to @dron-alterpost
    21: Fix Metadata Caching when it changes in EventListeners thanks to @andrey-bondar-dron

1.1.0 - Nov 21, 2018

This release incorporates the PropertyChangedListener & NotifyPropertyChanged
interfaces from doctrine/common - these are now part of the Persistence project.

    Total pull requests resolved: 7
    Total contributors: 4

Improvement

    19: CI: Test against PHP 7.3 thanks to @Majkl578
    18: Add NotifyPropertyChanged, PropertyChangedListener thanks to @olvlvl
    17: Apply Doctrine CS 5.0 thanks to @Majkl578
    15: Don't ship docs thanks to @willemstuursma
    14: Don't ship docs and CI tooling config thanks to @willemstuursma

Documentation

    22: Document PropertyChangedListener & NotifyPropertyChanged thanks to @Majkl578
    16: Add .doctrine-project.json to root of the project. thanks to @jwage

1.0.1 - Aug 24, 2018

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

Improvement

    13: Fix find() return type declaration thanks to @lcobucci
    12: Fix: No need to update composer itself twice thanks to @localheinz

1.0.0 - Jun 14, 2018

Doctrine Persistence is now a standalone component

    Total issues resolved: 0
    Total pull requests resolved: 10
    Total contributors: 2

Improvement

    11: Add conflict on doctrine/common for <2.9@dev thanks to @jwage
    10: Fix readme link to documentation. thanks to @jwage
    9: Use assertSame instead of assertEquals thanks to @jwage
    8: Update .travis.yml to match other Doctrine projects. thanks to @jwage
    7: Add phpstan to composer.json so it can be ran locally. thanks to @jwage
    6: Remove doctrine/common backref and use specific packages instead. thanks to @jwage
    5: Use PHPUnit 7 thanks to @Majkl578
    2: Update for Doctrine Coding Standards 4.0 thanks to @jwage
    1: First commit of Doctrine Persistence project. thanks to @jwage

Documentation

    4: Add initial documentation for Doctrine Persistence project. thanks to @jwage
