Doctrine2 Behaviors v2.0.0-alpha1 Release Notes

Release Date: 2019-12-12 // over 4 years ago
  • โž• Added

    • [#435] [CI] Add + Apply Coding Standards: PSR12, PHP 7.0, PHP 7.1
    • [#445] [CI] Add Rector
    • โœ… [#436] Add static code analysis and PSR-4 for tests
    • [#443] Add code of conduct
    • [#425] Explicitly add maintainers in the README, Thanks to [@alexpozzi]

    ๐Ÿ”„ Changed

    • [#423] Do not specify version constraint - let Composer do this, Thanks to [@bocharsky-bw]
    • โœ… [#433] Travis: bump to min PHP 7.2, test stable doctrine/orm
    • [#389] Shrink locale columns to 5 chars, Thanks to [@NiR-]
    • ๐Ÿ”จ [#442] Refactoring tests to dependency injection container based + use interfaces over traits for detection
    • [#390] Document master and v1 branches, Thanks to [@NiR-]
    • [#438] [cs] apply common set - unite MIT license to single file
    • [#444] [cs] use trait suffix for traits to prevent opening
    • [#439] [cs] apply symplify set
    • โœ… [#441] [tests] strict types for subscribers, various PR cherry-pick

    ๐Ÿ›  Fixed

    • [#440] [Translatable] Fix property access on twig
    • ๐Ÿ—„ [#411] Fix config deprecation, Thanks to [@martinprihoda]