Skip to content

v0.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@kbond kbond released this 27 Jun 15:26
· 49 commits to 1.x since this release
d0ee92a

d0ee92a feat(doctrine)!: rename ObjectRepository::filter() to query() by @kbond
90e7307 feat(doctrine): add ObjectRepository::NONE to be used with filter() by @kbond
a5c8be1 fix(doctrine): test compatibility by @kbond
4bfc78e feat(doctrine): ORMServiceEntityRepository changes by @kbond
3c988c5 minor(doctrine): ensure can fetch single result by @kbond
c365e90 feat(doctrine): add EntityResult::disableFetchJoins() by @kbond
2b8c3dd feat(doctrine): add ORM(Service)EntityRepository bridges by @kbond
44d540e feat(doctrine): add EntityRepositoryBridge::createQueryBuilder() by @kbond
2bece51 feat!: refactor doctrine integration, add Symfony bundle (#32) by @kbond
ffd6bed minor: refactor LazyCollection by @kbond
3a9508f feat!: rename ArrayCollection::keyExists() to has() by @kbond
ee1c700 feat!: rename ArrayCollection::in() to contains() by @kbond
28dbda3 feat!: make ArrayCollection immutable by @kbond
46e3f6a feat!: make paginator non-strict by default by @kbond
93e7e90 minor: adjust Zenstruck\collect() default type and fix sca by @kbond
999a9e9 feat!: remove the ability to pass null to LazyCollection by @kbond
d0087d6 minor: adjust FactoryCollection doc blocks by @kbond
17786b0 feat!: remove DBAL\Repository|Result by @kbond
f571ca7 sca: remove array-key requirement for Collection key (#31) by @kbond
f0de13c feat: add methods to Collection (#31) by @kbond
c0f5a25 minor: add key template to Page/Pages (#31) by @kbond
a39426e minor: inline phpstan ignores (#31) by @kbond
10b8de0 feat!: remove LazyCollection::toArray() (#31) by @kbond
27487b8 feat!: remove Collection::sum() (#31) by @kbond
0dfb836 feat!: remove Collection::mapWithKeys() (#31) by @kbond
f440f32 feat!: remove Iterable|ArrayCollection::reject() (#31) by @kbond
7ea6954 feat!: rename PageCollection -> Pages by @kbond
2a73a4a minor(doctrine): use attribute mapping for entity fixtures (#30) by @kbond
e95da00 feat: support uninitialized doctrine collections in LazyCollection (#30) by @kbond
dfdeaeb feat!: remove DoctrineCollection (#30) by @kbond
4fa47da fix(orm): fix failing tests by @kbond
cb81aa2 fix(orm): revert Result::getIterator() change by @kbond
4a3d99a feat(batch): refactor batch processor/iterator by @kbond
142300c fix: self -> static by @kbond
bbf3264 feat!: refactory dbal (#28) by @kbond
8248c0b feat!: adjust PagerfantaAdapter namespace (#27) by @kbond
cedbecd feat!: remove specification system (#27) by @kbond
57252db minor: fix sca by @kbond
8f0be35 feat: allow calling LazyCollection::eager() if wrapping \Generator by @kbond
8d5c88d feat!: remove Zenstruck\arr() by @kbond
b42dde1 feat(specification): add Matchable interface by @kbond

Full Change List