Skip to content

Releases: BinarCode/laravel-restify

8.1.2

07 Sep 07:22
1b2da0a

Choose a tag to compare

Fixed

  • sortable filter update #583

8.1.1

16 Jun 10:23
dd484e2

Choose a tag to compare

Fixed

  • change the route name

8.1.0

14 Apr 11:58
a4daf34

Choose a tag to compare

8.0.1

14 Apr 10:12
8b2e4ae

Choose a tag to compare

Fixed

  • docs for getters #554

8.0.0

06 Apr 09:27
aeaa35c

Choose a tag to compare

Added

  • Support for Laravel 10 #540
  • Introduces a new option to publish specific auth actions #551
  • Take actionable fields into account when calling patch method #547
  • Custom namespaces support #549
  • New artisan restify:routes comment
  • Updated the documentation https://restify.binarcode.com/
  • 💯 - 💯 - 💯 - 💯

Improved

  • Larastan specs

7.11.0

16 Mar 07:45
bb9359b

Choose a tag to compare

Added

  • Support for actionable fields on PATCH method #547

thanks @dsindrilaru

7.10.11

12 Feb 17:58

Choose a tag to compare

Added

  • Now you can use the permission name for the field see authorization:
field('user_id')->canSeeWhen('can manage users'),

7.10.4

11 Feb 21:11

Choose a tag to compare

Fixed

  • Do not display hidden pivots.

7.10.3

11 Feb 20:57
f7942c6

Choose a tag to compare

Fixed

  • fix: do not filter belongs to many fields

7.10.2

04 Feb 10:17
20749fc

Choose a tag to compare

Fixed

  • Return a collection with only its values, without any keys or indexes (if it's an associative array). #524