Skip to content

Tags: bastnic/persistence

Tags

1.3.6

Toggle 1.3.6's commit message

Verified

This tag was signed with the committer’s verified signature.
doctrinebot Doctrine Bot
Release [1.3.6](https://github.com/doctrine/persistence/milestone/13)

1.3.6
=====

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

Bug
---

 - [94: Add typed no default reflection property class usage](doctrine#94) thanks to @beberlei

1.3.5

Toggle 1.3.5's commit message

Verified

This tag was signed with the committer’s verified signature.
doctrinebot Doctrine Bot
Release [1.3.5](https://github.com/doctrine/persistence/milestone/12)

1.3.5
=====

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




 - [92: Trigger autoload for deprecated type](doctrine#92) thanks to @greg0ire

1.3.4

Toggle 1.3.4's commit message

Verified

This tag was signed with the committer’s verified signature.
doctrinebot Doctrine Bot
Release [1.3.4](https://github.com/doctrine/persistence/milestone/11)

1.3.4
=====

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




 - [87: Temporarily remove deprecations about ns move](doctrine#87) thanks to @greg0ire

1.3.3

Toggle 1.3.3's commit message

Verified

This tag was signed with the committer’s verified signature.
doctrinebot Doctrine Bot
Release [1.3.3](https://github.com/doctrine/persistence/milestone/10)

1.3.3
=====

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

BC Break,Bug
------------

 - [82: Fix BC layer](doctrine#82) thanks to @nicolas-grekas
 - [81: doctrine/persistence 1.3.2 bug](doctrine#81) thanks to @itarcontact

1.3.2

Toggle 1.3.2's commit message

Verified

This tag was signed with the committer’s verified signature.
doctrinebot Doctrine Bot
Release [1.3.2](https://github.com/doctrine/persistence/milestone/9)

1.3.2
=====

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

BC Break,Bug
------------

 - [80: Fix BC layer referencing deprecated classes](doctrine#80) thanks to @nicolas-grekas

1.3.1

Toggle 1.3.1's commit message

Verified

This tag was signed with the committer’s verified signature.
doctrinebot Doctrine Bot
Release [1.3.1](https://github.com/doctrine/persistence/milestone/8)

1.3.1
=====

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

BC Break,Bug
------------

 - [79: Add missing autoload calls](doctrine#79) thanks to @greg0ire

1.3.0

Toggle 1.3.0's commit message

Verified

This tag was signed with the committer’s verified signature.
doctrinebot Doctrine Bot
Release [1.3.0](https://github.com/doctrine/persistence/milestone/7)

1.3.0
=====

- Total issues resolved: **0**
- Total pull requests resolved: **3**
- Total contributors: **3**

Bug
---

 - [76: Fix branch alias for 1.3](doctrine#76) thanks to @nicolas-grekas

Improvement
-----------

 - [73: Modernise 1.x branch](doctrine#73) thanks to @alcaeus

Deprecation
-----------

 - [71: Namespace move BC compatibility layer](doctrine#71) thanks to @greg0ire

1.2.0

Toggle 1.2.0's commit message

Verified

This tag was signed with the committer’s verified signature.
doctrinebot Doctrine Bot
Release [1.2.0](https://github.com/doctrine/persistence/milestone/6)

1.2.0
=====

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

Deprecation
-----------

 - [55: Deprecate PersistentObject class.](doctrine#55) thanks to @jwage
 - [54: Deprecate ObjectManager::merge() and ObjectManager::detach()](doctrine#54) thanks to @jwage
 - [47: Deprecate ObjectManager::merge() and ObjectManager::detach()](doctrine#47) thanks to @Majkl578

1.1.1

Toggle 1.1.1's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
alcaeus Andreas Braun
1.1.1

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

Enhancement
-----------

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

Bug
---

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

v1.1.0

Toggle v1.1.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
Majkl578 Michael Moravec
1.1.0

=====

[![Build Status](https://travis-ci.org/doctrine/persistence.svg?branch=v1.1.0)](https://travis-ci.org/doctrine/persistence/)

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](doctrine#19) thanks to @Majkl578
 - [18: Add NotifyPropertyChanged, PropertyChangedListener](doctrine#18) thanks to @olvlvl
 - [17: Apply Doctrine CS 5.0](doctrine#17) thanks to @Majkl578
 - [15: Don't ship docs](doctrine#15) thanks to @willemstuursma
 - [14: Don't ship docs and CI tooling config](doctrine#14) thanks to @willemstuursma

Documentation
-------------------------

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