Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History
57 lines (34 loc) · 2.26 KB

File metadata and controls

57 lines (34 loc) · 2.26 KB

Changelog

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

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)