Skip to content

Latest commit

 

History

History
434 lines (236 loc) · 12.2 KB

CHANGELOG.md

File metadata and controls

434 lines (236 loc) · 12.2 KB

Changelog

All notable changes to this project will be documented in this file, in reverse chronological order by release.

5.2.0 - TBD

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

5.1.0 - 2024-02-15


Release Notes for 5.1.0

Feature release (minor)

5.1.0

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

enhancement

documentation

4.2.0 - TBD

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

4.1.0 - 2023-11-21


Release Notes for 4.1.0

Feature release (minor)

4.1.0

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

enhancement

renovate

3.11.0 - TBD

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

3.10.0 - 2023-10-27


Release Notes for 3.10.0

Feature release (minor)

3.10.0

  • Total issues resolved: 0
  • Total pull requests resolved: 9
  • Total contributors: 4

renovate

bug,documentation,enhancement

documentation,enhancement

documentation

3.9.0 - 2023-01-31


Release Notes for 3.9.0

Feature release (minor)

3.9.0

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

enhancement

renovate

duplicate,enhancement,renovate

3.8.0 - 2022-12-27


Release Notes for 3.8.0

Feature release (minor)

3.8.0

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

enhancement,renovate

renovate

3.7.0 - 2022-12-10


Release Notes for 3.7.0

Feature release (minor)

3.7.0

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

enhancement

duplicate,enhancement,renovate

3.6.0 - 2022-10-31


Release Notes for 3.6.0

Feature release (minor)

3.6.0

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

enhancement,renovate

renovate

enhancement

bug,documentation

3.5.0 - 2022-03-08


Release Notes for 3.5.0

Feature release (minor)

3.5.0

  • Total issues resolved: 1
  • Total pull requests resolved: 3
  • Total contributors: 4

enhancement

bug,enhancement

bug

bug,help wanted

3.4.0 - 2022-02-15


Release Notes for 3.4.0

Feature release (minor)

3.4.0

  • Total issues resolved: 1
  • Total pull requests resolved: 5
  • Total contributors: 3

enhancement

3.3.0 - 2022-01-21


Release Notes for 3.3.0

Feature release (minor)

3.3.0

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

enhancement

3.2.0 - 2022-01-20


Release Notes for 3.2.0

Feature release (minor)

3.2.0

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

enhancement

bug

3.1.0 - 2021-09-09


Release Notes for 3.1.0

Feature release (minor)

3.1.0

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

enhancement

bug

2.1.0 - TBD

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

2.0.0 - 2020-02-10

Added

  • #1 Namespace changed from ContainerInteropDoctrine\* to Roave\PsrContainerDoctrine\* (thanks @asgrim)
    • Note, a shim exists in bc-namespace-shim.php so previous namespace will still work. This will be removed in 3.0.0.
  • DASPRiD#44 Added support for PhpFileCache (thanks @byan)
  • DASPRiD#43 Added support for Event Listeners configuration (thanks @daniel-braga)
  • DASPRiD#41 Added support for setting default driver when using MappingDriverChain (thanks @tobias-trozowski)

Changed

  • #1 PHP 7.3+ now required. Strict types were added throughout. (thanks @asgrim)
  • #1 Namespace for caches from CacheFactory changed to psr-container-doctrine (thanks @asgrim)
  • #6 Made AbstractFactory @internal and inheritors are now final (thanks @asgrim)
  • #11 Simplified driver class check (thanks @edigu)
  • #12 Replaced Prophecy with PHPUnit (thanks @edigu)
  • #14 Improved test coverage, made exceptions final (thanks @edigu)
  • DASPRiD#46 Changed Zend to Laminas (thanks @edigu)

Deprecated

  • Nothing.

Removed

  • #9 Removed support for XcacheCache, MemcacheCache, Doctrine namespace updates (thanks @edigu / @asgrim)

Fixed

  • DASPRiD#42 Fixed false positive in test (thanks @tobias-trozowski)