Skip to content

Releases: open-southeners/laravel-apiable

3.2.2

23 Dec 14:38
34e0446
Compare
Choose a tag to compare

Fixed

  • Filters values like: filter[attribute]=0 now doesn't get removed

3.2.1

21 Dec 18:10
704dd8d
Compare
Choose a tag to compare

Fixed

  • PHP 8.2 deprecation warnings

3.2.0

13 Dec 15:39
058bbd0
Compare
Choose a tag to compare

Added

  • PHP 8.2 support

3.1.3

07 Dec 10:33
be82128
Compare
Choose a tag to compare

Fixed

  • Fixed OR filters with rest of filtering or SQL query affecting negatively the results

3.1.2

05 Dec 17:10
5f69734
Compare
Choose a tag to compare

Fixed

  • Fixed page[size] in request doesn't get the number of results when lower than model's $perPage (only on higher)

3.1.1

02 Dec 16:06
ac3fc66
Compare
Choose a tag to compare

Fixed

  • Filtering scopes were not being applied

3.1.0

01 Dec 12:50
4f02eea
Compare
Choose a tag to compare

Added

  • Search (Laravel Scout) filters with allowed attributes and/or value(s): ?q=hello&q[filter][attribute]=foo or ?search=hello&search[filter][attribute]=foo

3.0.1

23 Nov 20:32
924ab5b
Compare
Choose a tag to compare

Fixed

  • Empty filter without attribute: ?filter=test was throwing an error

3.0.0

04 Nov 11:37
658c3e6
Compare
Choose a tag to compare

Fixed

  • Remove page parameter from pagination links when using withQuery

Changed

  • Filter relationship without any value applies relationship existence filtering, now doesn't
  • Filtering now handles AND/OR conditions properly
  • Filtering using OR condition (filter[status]=Active,Inactive) will be fully invalidated if one member doesn't pass the validation
  • RequestQueryObject::filters method now implements own logic instead of reusing Symfony's request one to be able to get AND filters with same keys (attributes) on a different array item

Removed

  • withWhereHas under filtering, now all related data is loaded (until reimplemented with AND/OR conditionals...)

2.3.3

01 Nov 14:59
6085bfb
Compare
Choose a tag to compare

Fixed

  • Add request query parameters to pagination links on JsonApiResponse resource collections