Skip to content

Releases: stephpy/timeline

v2.0.0

Choose a tag to compare

@stephpy stephpy released this 24 Jul 22:07
b439859

Full Changelog: v1.2.0...v2.0.0

ResolvedComponentData build its hash.

Choose a tag to compare

@stephpy stephpy released this 20 Jun 07:34
a02e44f
Merge pull request #49 from shouze/feat-add-hash-trait

add hash trait

Fix predis pipeline issue.

Choose a tag to compare

@stephpy stephpy released this 19 Feb 17:37
d059ba3
v1.1.1

Fix redis issue, predis changed its pipeline instance.

Can add fieldLocation on QueryBuilder.

Choose a tag to compare

@stephpy stephpy released this 13 Feb 13:16
v1.1.0

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

Some fixes

Choose a tag to compare

@stephpy stephpy released this 24 Aug 09:03
  • 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

Choose a tag to compare

@stephpy stephpy released this 14 Nov 13:34
Merge pull request #40 from phansys/master

Resolve Doctrine proxies to real entity names

v1.0.2

Choose a tag to compare

@stephpy stephpy released this 27 Aug 08:20
Merge pull request #37 from cordoval/more-work-on-lib

typos and improvements

V1.0.1

Choose a tag to compare

@stephpy stephpy released this 26 Aug 13:27

PSR-4, little fixes.

First stable version

Choose a tag to compare

@stephpy stephpy released this 25 Aug 09:02
v1.0.0

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