This repository has been archived by the owner on Nov 17, 2024. It is now read-only.
Releases: Innmind/Doctrine
Releases · Innmind/Doctrine
3.0.0
2.5.1
2.5.0
2.4.1
2.4.0
2.3.0
2.2.1
2.2.0
2.1.0
2.0.0
Added
Innmind\Doctrine\Sort
Innmind\Doctrine\Matching
Changed
- The callable passed to
Innmind\Doctrine\Manager::mutate
andInnmind\Doctrine\Manager::transaction
must return an instance ofInnmind\Immutable\Either
Innmind\Doctrine\Id
is nowfinal
Innmind\Doctrine\Id::new
now expect theclass-string
of the entity it is forInnmind\Doctrine\Manager
constructor is now private, use::of
named constructor insteadInnmind\Doctrine\Repository::get
now returns aInnmind\Immutable\Maybe
instead of throwing an exception- Update
innmind/immutable
to version~4.0
Innmind\Doctrine\Repository::matching()
now returns an instance ofInnmind\Doctrine\Matching
Innmind\Doctrine\Repository::all()
now returns an instance ofInnmind\Doctrine\Matching
- Update
innmind/specification
to version~3.0
Removed
Innmind\Doctrine\Sequence
Innmind\Doctrine\Sequence\Concrete
Innmind\Doctrine\Sequence\DeferFindBy
Innmind\Doctrine\Sequence\DeferQuery
Innmind\Doctrine\unwrap
- Support for php
7.4
and8.0