Skip to content

Releases: BinarCode/laravel-restify

6.2.0

25 Nov 13:35
837bf21
Compare
Choose a tag to compare

Added

  • Filtering using only query args for matchable
  • Actions are not logged if the model doesn't use HasActionLog trait.

5.12.0

25 Nov 12:50
883d60b
Compare
Choose a tag to compare

Fixed

  • Configurable matchable filtering.

6.0.2

22 Nov 11:44
Compare
Choose a tag to compare

Fixed

Forgot

6.1.0

19 Nov 14:30
34ebfb9
Compare
Choose a tag to compare

Fixed

  • HasMany type of relationships will filter unauthorized items.

6.0.0

18 Nov 14:19
a26b5dd
Compare
Choose a tag to compare

Added

  • Laravel scout integration
  • Sorting by HasOne relationships
  • Actionable fields for Bulk store and update
  • JSON:API compliances for sorting and related
  • Added rules method for actions and deprecated payload
  • Maintenance and bug fixing

Breaking changes

  • The AuthService and AuthController was removed. Now you can use the Route::restifyAuth() macro to intantiate auth routes.

5.11.0

17 Nov 11:20
Compare
Choose a tag to compare

Added

  • Use actionable fields in bulk requests #433

5.10.1

16 Nov 15:45
888eb12
Compare
Choose a tag to compare

Fixed

  • Reverting AuthController as it's a breaking change for a minor release.

5.10.0

16 Nov 15:45
Compare
Choose a tag to compare

Fixed

  • Reverting AuthController as it's a breaking change for a minor release.

5.5.9

14 Nov 12:58
7e3d7dc
Compare
Choose a tag to compare

Added

  • Docs
  • Support for include along with related to get relationships.

5.5.8

12 Nov 09:26
a0eb603
Compare
Choose a tag to compare

Fixed