Skip to content

Releases: l3aro/pipeline-query-collection

v1.4.2

02 Apr 16:24
78ab9e6
Compare
Choose a tag to compare

v1.4.1

19 Dec 14:43
Compare
Choose a tag to compare
  • On a second thought, let's revert the final class, make them editable anyway
  • Fix filter with fixed value

v1.4.0

23 Oct 21:56
Compare
Choose a tag to compare

What's Changed

  • static make method for method chaining
  • allow overriding request input with custom value

v1.3.6

21 Feb 02:28
2162931
Compare
Choose a tag to compare

What's Changed

  • Laravel 10 support by #15 , thanks to @Mikhail-Konstantinou

New Contributors

  • @Mikhail-Konstantinou made their first contribution in #15

v1.3.0

12 Jun 06:52
f5638b2
Compare
Choose a tag to compare

What's Changed

  • Default value relative wildcard operator position config in #3 , thanks to @joelbutcher
  • SQLite covered in #4 #5 , thanks to @joelbutcher
  • [Posible Breaking Change] I change the definition of apply method, now take zero params and return static. If you have custom pipe that extends my BaseFilter, please take some actions for the apply logic. Check #6 for more details @l3aro
<?php

// old
protected function apply(Builder $query): Builder {}

// new
protected function apply(): static {}

New Contributors

v1.2.0

10 Jun 17:11
Compare
Choose a tag to compare

What's Changed

  • Finally, test works 🎉🎉
  • Add new TrashFilter pipe to perform query against Laravel's Soft Delete
  • Fix DateToFilter's query name
  • Add custom postfix of query date DateFromFilter and DateToFilter
  • Fix RelationFilter's method name should be camelCase
  • Fix RelativeFilter's query name
  • Improve BitwiseFilter
    @l3aro

v1.1.6

01 Jun 05:50
6f1965c
Compare
Choose a tag to compare
v1.1.6 Pre-release
Pre-release
Correct declare sort criteria

v1.1.4

30 May 08:54
Compare
Choose a tag to compare
v1.1.4 Pre-release
Pre-release
fix scope

v1.1.1

29 May 11:45
Compare
Choose a tag to compare
v1.1.1 Pre-release
Pre-release
fix declare seach column

v1.0.0

25 May 17:16
Compare
Choose a tag to compare
v1.0.0 Pre-release
Pre-release
update README