1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603
|
3.1.4 - 3 Feb 2023
Total issues resolved: 0
Total pull requests resolved: 1
Total contributors: 1
329: Fix trimming leading backslash in RuntimeReflectionProperty thanks to @nicolas-grekas
3.1.3 - 19 Jan 2023
Total issues resolved: 0
Total pull requests resolved: 1
Total contributors: 1
Static Analysis
327: Improve the ACMF::doLoadMetadata docblock thanks to @mpdude
3.1.2 - 20 Dec 2022
Total issues resolved: 0
Total pull requests resolved: 1
Total contributors: 1
Bug
320: Remove doctrine/annotations dependency thanks to @derrabus
3.1.1 - 14 Dec 2022
Total issues resolved: 0
Total pull requests resolved: 1
Total contributors: 1
Bug
318: Add type to ColocatedMappingDriver::isTransient() thanks to @derrabus
3.1.0 - 19 Nov 2022
Total issues resolved: 0
Total pull requests resolved: 3
Total contributors: 2
Enhancement
315: Improve phpdoc about list thanks to @VincentLanglet
307: Add Proxy::__setInitialized() and RuntimeReflectionProperty thanks to @nicolas-grekas
Improvement
306: Decouple RuntimePublicReflectionProperty::getValue() from Doctrine\Common\Proxy\Proxy thanks to @nicolas-grekas
3.0.4 - 13 Oct 2022
Total issues resolved: 0
Total pull requests resolved: 2
Total contributors: 2
Enhancement
310: Allow doctrine/event-manager 2 thanks to @derrabus
Static Analysis
308: Identifier is a list of strings thanks to @ondrejmirtes
3.0.3 - 05 Aug 2022
Total issues resolved: 0
Total pull requests resolved: 2
Total contributors: 2
Bug
302: Drop doctrine/collections dependency thanks to @derrabus
301: fix: Normalize class names thanks to @Tofandel
3.0.2 - 06 May 2022
Total issues resolved: 0
Total pull requests resolved: 2
Total contributors: 2
Bug
296: Fix determining manager for proxied class thanks to @malarzm
Improvement
295: Throw an exception when passing an entity alias thanks to @stof
2.5.3 - May 6, 2022
Total issues resolved: 0
Total pull requests resolved: 1
Total contributors: 1
Bug,Static Analysis
292: Declare ObjectRepository's template as covariant thanks to @derrabus
3.0.1 - May 2, 2022
286: Handle anonymous classes more gracefully thanks to @greg0ire
2.5.2 - May 2, 2022
Total issues resolved: 0
Total pull requests resolved: 4
Total contributors: 2
Improvement
289: Allow doctrine/deprecations 1.0 thanks to @derrabus
Test Suite
287: Fix broken mock thanks to @derrabus
Bug
286: Handle anonymous classes more gracefully thanks to @greg0ire
Documentation
283: Update metadata thanks to @derrabus
3.0.0 - Apr 15, 2022
Total issues resolved: 0
Total pull requests resolved: 10
Total contributors: 4
Documentation
280: Document MappingException::pathRequired() removal thanks to @malarzm
251: Rephrase ObjectManager::merge() BC break doc thanks to @greg0ire
229: Document 3.0.0 BC breaks thanks to @greg0ire
Improvement
278: Remove doctrine/deprecations thanks to @derrabus
272: Remove methods related to partial clearing thanks to @greg0ire
267: Drop ObjectManagerAware thanks to @greg0ire
Test Suite
256: Remove unused VerifyDeprecations trait thanks to @derrabus
Bug
236: revert to no intermediary variable thanks to @greg0ire
BC Break
220: Remove support for doctrine/cache thanks to @derrabus
174: Removed parameter from ObjectManager::clear() thanks to @smilesrg
2.5.1 - Apr 15, 2022
Total issues resolved: 0
Total pull requests resolved: 2
Total contributors: 2
Improvement
281: Emit deprecation for LifecycleEventArgs::getEntity thanks to @malarzm
Documentation
277: Update meta information thanks to @derrabus
2.5.0 - Apr 10, 2022
Total issues resolved: 0
Total pull requests resolved: 5
Total contributors: 2
Static Analysis
273: Make *EventArgs generic thanks to @derrabus
270: Deprecate methods related to partial clearing thanks to @greg0ire
263: Stop using ObjectManagerAware in tests thanks to @greg0ire
261: Deprecate ObjectManagerAware thanks to @greg0ire
Improvement
252: Make templates more precise thanks to @greg0ire
2.4.2 - Apr 10, 2022
Total issues resolved: 0
Total pull requests resolved: 2
Total contributors: 1
Static Analysis
265: PHPStan 1.5.0, Psalm 4.22.0 thanks to @derrabus
264: Document $orderBy parameter as nullable thanks to @derrabus
2.4.1 - Mar 27, 2022
Total issues resolved: 0
Total pull requests resolved: 4
Total contributors: 3
259: Missed tests exports ignore thanks to @a-menshchikov
Static Analysis
257: Fix nullable parameter types thanks to @derrabus
Documentation
251: Rephrase ObjectManager::merge() BC break doc thanks to @greg0ire
250: Document colocated mapping driver upgrade path better thanks to @greg0ire
2.4.0 - Mar 14, 2022
Total issues resolved: 0
Total pull requests resolved: 4
Total contributors: 2
Enhancement
248: add enum reflection property thanks to @IonBazan
Deprecation
246: Decouple from annotations thanks to @greg0ire
Documentation
234: Improve documentation of ManagerRegistry::getManagerNames() thanks to @greg0ire
Internal
247: Use a shallower tree thanks to @greg0ire
2.3.0 - Jan 9, 2021
Total issues resolved: 0
Total pull requests resolved: 4
Total contributors: 4
Improvement
216: Add template annotation to ObjectManagerDecorator thanks to @derrabus
213: Update ObjectRepository, more type inference. thanks to @drupol
Deprecation
205: Deprecate short namespace alias syntax thanks to @franmomu
197: Mark doctrine/annotations dependency as optional thanks to @greg0ire
2.2.4 - Jan 9, 2021
Total issues resolved: 0
Total pull requests resolved: 4
Total contributors: 2
225: Bump CI workflows thanks to @derrabus
221: Allow symfony/cache 6 thanks to @derrabus
Improvement
214: Bump PHPStan and Psalm thanks to @drupol
212: PHPStan 1.0.1 thanks to @derrabus
2.2.3 - Oct 27, 2021
Total issues resolved: 0
Total pull requests resolved: 3
Total contributors: 2
Improvement
210: Reuse workflows from upstream thanks to @greg0ire
209: Specify proxy type thanks to @greg0ire
Deprecation
208: Undeprecate detach thanks to @malarzm
2.2.2 - Aug 10, 2021
Total issues resolved: 0
Total pull requests resolved: 7
Total contributors: 6
Documentation
202: Add explicit @return type next to #[ReturnTypeWillChange] thanks to @nicolas-grekas
Bug
199: Allow null in ClassMetadata::getTypeOfField and use string offset for criteria thanks to @franmomu
192: Allow null as a return value for association's target thanks to @malarzm
190: Don't pass null to strpos() thanks to @derrabus
103: Fix incorrect instance of ReflectionProperty created for public typed properties thanks to @joaojacome
Improvement
193: Add .github, .doctrine-project.json and phpstan-baseline.neon to export ignore thanks to @alexander-schranz
189: Add ReturnTypeWillChange to extended reflection classes thanks to @derrabus
2.2.1 - May, 19 2021
Total issues resolved: 0
Total pull requests resolved: 4
Total contributors: 2
185: Use doctrine/deprecations over plain trigger_error thanks to @greg0ire
180: Phpstan lvl 7 thanks to @greg0ire
Bug
183: Describe some types more accurately thanks to @greg0ire
182: Fix wrong exception about unsupported caches thanks to @alcaeus
2.2.0 - May 15, 2021
This release introduces compatibility with doctrine/cache 2.0, adds support for PSR-6 caching in metadata factories, and adds support for proxy class name resolvers to reduce coupling to doctrine/common proxies.
Total issues resolved: 0
Total pull requests resolved: 12
Total contributors: 4
Improvement
177: Merge release 2.1.1 into 2.2.x thanks to @github-actions[bot]
171: Make Classmetadata generic thanks to @franmomu
169: Use psalm errorLevel 3 thanks to @franmomu
168: Use class-string for parameters thanks to @franmomu
167: Generics for cmf thanks to @greg0ire
166: Make getCache method internal thanks to @alcaeus
165: Describe $orderBy more accurately thanks to @greg0ire
164: Define Proxy as generic thanks to @franmomu
173: Fix annotation template and add more phpdoc thanks to @franmomu
Enhancement
172: Use PSR-6 compatibility classes from doctrine/cache thanks to @alcaeus
145: Introduce proxy class name resolvers thanks to @alcaeus
Deprecation,Improvement
144: Deprecate using doctrine/cache in favour of PSR-6 thanks to @alcaeus
2.1.1 - May 15, 2021
Total issues resolved: 0
Total pull requests resolved: 6
Total contributors: 2
Improvement
176: Fix Psalm and PHPStan errors for Doctrine Cache 2 thanks to @derrabus
175: Support Doctrine Cache 2 thanks to @derrabus
170: Remove use of deprecated TestCase::at() method thanks to @franmomu
156: Fix psalm issue thanks to @franmomu
153: Analyze tests directory with Psalm thanks to @franmomu
141: Raise phpstan level from 3 to 5 thanks to @franmomu
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
|