All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
1.5.1 - 2019-12-15
- Fix typo in class name
- Restore argument in
EntityManagerMockFactory::create()
1.5.0 - 2019-12-15
- Add
EntityManagerMockFactoryTrait
1.4.0 - 2019-12-02
- Remove the final modifier for the
getRepository
method
- Passing a second argument to
BaseManager::findOneBy
1.3.1 - 2019-09-27
- Using with only PHPCR without ORM
1.3.0 - 2019-04-29
- Added
DoctrineORMMapper
to manipulate doctrine entity relations
- Deprecated
Sonata\Doctrine\Model\PageableManagerInterface
1.2.0 - 2019-03-08
- Adapters are not being injected on the adapter chain.
sonata_urlsafeid
twig filter is working again
Sonata\Doctrine\Types\JsonType
, in favor ofDoctrine\DBAL\Types\JsonType
1.1.5 - 2019-01-19
- crash when decoding null value as JSON
1.1.4 - 2019-01-16
- invalid
doctrine_phpcr
config filename loading in SonataDoctrineExtension
1.1.3 - 2018-12-16
- crash about type hinting issues with AdapterInterface
1.1.2 - 2018-11-25
- Removed
@mixin
s from classes
1.1.1 - 2018-11-21
- Fix class namespace and services loading
1.1.0 - 2018-10-02
- Added all doctrine stuff from
SonataCoreBundle
- support for old versions of php