Skip to content

Releases: vdhicts/data-filter

Change field value type

15 May 09:38
7418e20
Compare
Choose a tag to compare

The field value type was fixed to a string, but IN comparisons use arrays, which where supported but your IDE would mark them as the wrong type.

1.6.2

06 Nov 08:06
Compare
Choose a tag to compare
Merge adapter contracts and typehint paginator contract instead of im…

1.6.1

03 Nov 15:21
Compare
Choose a tag to compare
Change pagination to vdhicts/pagination package

1.6.0

03 Nov 15:20
52d74d5
Compare
Choose a tag to compare
Add license to composer.json

1.5.3

31 Oct 10:52
Compare
Choose a tag to compare
Fix order and pagination applyment to match contracts

Merge adapters to create one adapter per resource type

30 Oct 13:21
Compare
Choose a tag to compare

1.5.1

30 Oct 13:11
Compare
Choose a tag to compare
Fix adapter namespaces

Add pagination and order

30 Oct 13:03
Compare
Choose a tag to compare
1.5.0

Add pagination and order

Restored PHP 5.6 compatibility

08 Sep 08:18
Compare
Choose a tag to compare

PHPUnit downgraded to 5.7

Add LIKE and ILIKE filter

08 Sep 08:11
Compare
Choose a tag to compare
1.4.0

Add LIKE and ILIKE approvals