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
