Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 1.21 KB

CHANGELOG.md

File metadata and controls

28 lines (15 loc) · 1.21 KB

2.1 and newer

Since v2.1 all changelog entries are merged into Roadiz monorepo

2.0.3 (2022-07-20)

Features

  • Added clone override method to clone proxies relationships (fcc99d0)

2.0.2 (2022-07-20)

Bug Fixes

  • Missing $this->objectManager->persist($proxyEntity) after creating proxy objects (9e3fc09)

2.0.1 (2022-06-28)

Features

  • Added examples for many-to-many/one and proxied (3a3ad1c)
  • All multi-valued fields should be JSON by default (59e05f7)

Bug Fixes

  • Missing SymfonySerializer\Ignore (6e9876f)
  • Multiple fields must be array or null (319d84b)