Skip to content

Releases: open-southeners/laravel-apiable

3.3.0

14 Feb 20:14
af316e6
Compare
Choose a tag to compare

Added

  • Laravel 10 support
  • PHP native types

Removed

  • QueryParametersValidator constants ENFORCE_VALIDATION_STRATEGY & FILTER_VALIDS_ONLY_STRATEGY, now strategy parameter is changed to a boolean instead

Fixed

  • Types with static analysis

3.2.8

13 Feb 15:31
0d84b7e
Compare
Choose a tag to compare

Fixed

  • Error when wrong typed parameter sent to IteratesResultsAfterQuery::appendToApiResource

3.2.7

07 Feb 17:54
2652953
Compare
Choose a tag to compare

Fixed

  • Filtering when wrong operator is present was returning exception, now ignores the operator (e.g. filter[attribute][0]=1&filter[attribute][1]=2)

3.2.6

30 Jan 11:39
37d9a16
Compare
Choose a tag to compare

Fixed

  • Deprecation notice on explode second argument

3.2.5

26 Jan 15:29
f570e22
Compare
Choose a tag to compare

Added

  • forceAppendWhen method to JsonApiResponse

3.2.4

26 Jan 15:28
78a76fd
Compare
Choose a tag to compare

Fixed

  • Fix PHP 8 deprecation with string variable interpolation

3.2.3

25 Jan 12:00
2e6ad1e
Compare
Choose a tag to compare

Fixed

  • Fix issue reporting wrong status code when setup handler renderable receives a query exception: apiable()->jsonApiRenderable()

2.3.4

25 Jan 12:43
766d807
Compare
Choose a tag to compare

Fixed

  • Fix issue reporting wrong status code when setup handler renderable receives a query exception: apiable()->jsonApiRenderable()

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