Doctrine2 Behaviors v2.0.0-alpha2 Release Notes

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

    • ๐ŸŒ [#448] [Translation] add abstract class support
    • ๐ŸŒ [#460] add setTranslations()
    • ๐Ÿ— [#452] Add missing dependency symplify/package-builder, Thanks to [@webda2l]
    • 0๏ธโƒฃ [#447] add default location provider

    ๐Ÿ”„ Changed

    • [#458] Use PHP 7.4 instead of a snapshot on Travis, Thanks to [@andreybolonin]
    • ๐Ÿ”’ [#459] composer: use the symfony/security for symfony 4.4
    • โšก๏ธ [#461] Various updates
    • [#449] make slug unique optionally [closes [#236]]
    • [#453] use entity list instead of explicit
    • [#450] [Uuidable] init
    • ๐Ÿšš [#451] [tests] move entities and repositories to own namespaces

    โœ‚ Removed

    • [#463] drop filterable, way to opinionated and limited, use custom implementation
    • ๐Ÿšš [#457] remove repository traits, use custom methods in own repository instead