All Versions
18
Latest Version
Avg Release Cycle
88 days
Latest Release
1048 days ago

Changelog History
Page 1

  • v2.0.8

    November 09, 2020
  • v2.0.7

    August 30, 2020
  • v2.0.6

    June 22, 2020
  • v2.0.5

    June 21, 2020
  • v2.0.4

    April 27, 2020
  • v2.0.3

    April 01, 2020
  • v2.0.2

    March 28, 2020
  • v2.0.1 Changes

    January 08, 2020

    🔄 Changed

    • 🚚 [#493] Moved unitOfWork access to methods instead of constructor, Thanks to [@toooni]
    • ⚡️ [#484] Update trait names in docs, Thanks to [@ckrack]

    🛠 Fixed

    • [#490] fix boolean method name prefix
    • [#487] Fix slug uniqueness, Thanks to [@hermann8u]
  • v2.0.0 Changes

    January 02, 2020

    🚀 Released DoctrineBehaviors 2.0

    Main Changes

    • 👍 Symfony 5 full support
    • ➕ added interfaces
    • ✂ removed filterable, geocodable and sortable

    ⬆️ Read Doctrine Behaviors 2.0 - Reloaded post for upgrade path from 1 to 2, main changes and full story behind this version.

    👀 See full CHANGELOG.md for all changes.

  • v2.0.0-beta1 Changes

    January 01, 2020

    ➕ Added

    • [#470] Add CHANGELOG.md

    🔄 Changed

    • [#475] [Tree] Include name "tree" in naming
    • 📄 [#478] Improve docs, handle timestampable field type for the user
    • [#474] split NodeTrait to NodeMethodsTrait and NodePropertiesTrait

    🛠 Fixed

    • [#477] Fix slug uniqueness check function, Thanks to [@StanislavUngr]
    • ⚡️ [#472] Fix slug generation if the getRegenerateSlugOnUpdate method return false, Thanks to [@hermann8u]

    ✂ Removed

    • [#473] [Sortable] Drop, it never worked