Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Releases: stephpy/timeline

ResolvedComponentData build its hash.

20 Jun 07:34
a02e44f
Compare
Choose a tag to compare
Merge pull request #49 from shouze/feat-add-hash-trait

add hash trait

Fix predis pipeline issue.

19 Feb 17:37
d059ba3
Compare
Choose a tag to compare
v1.1.1

Fix redis issue, predis changed its pipeline instance.

Can add fieldLocation on QueryBuilder.

13 Feb 13:16
Compare
Choose a tag to compare
v1.1.0

Can add a fieldLocation, usable for search/sort on query builder.

Some fixes

24 Aug 09:03
Compare
Choose a tag to compare
  • Clone collection before foreach in DuplicateKey filter (d58097d)
  • Always use distinct when counting entries in KnpPager (6909524)

Add doctrine/common dependency, resolve doctrine proxy on BasicComponentDataResolver

14 Nov 13:34
Compare
Choose a tag to compare
Merge pull request #40 from phansys/master

Resolve Doctrine proxies to real entity names

v1.0.2

27 Aug 08:20
Compare
Choose a tag to compare
Merge pull request #37 from cordoval/more-work-on-lib

typos and improvements

V1.0.1

26 Aug 13:27
Compare
Choose a tag to compare

PSR-4, little fixes.

First stable version

25 Aug 09:02
Compare
Choose a tag to compare
v1.0.0

If knp_pager doesn't have paginator dependency injected, throw an exc…