Skip to content

Releases: BinarCode/laravel-restify

5.5.8

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

Fixed

5.5.7

05 Nov 15:03
Compare
Choose a tag to compare

Added

  • Repository action testing helper.

5.5.6

05 Nov 14:11
Compare
Choose a tag to compare

Added

  • ok() global helper

5.5.5

13 Oct 06:15
Compare
Choose a tag to compare

Added

  • Free signature for the stored hook in the repository.

5.4.4

13 Oct 06:13
Compare
Choose a tag to compare

Added

  • Free signature for the stored hook in the repository.

5.4.3

07 Oct 06:42
2970b3b
Compare
Choose a tag to compare

Fixed

  • Update user profile

5.4.2

30 Aug 10:06
f6693e3
Compare
Choose a tag to compare

Fixed

  • Prevent action handlers from being called when iterating over non-actionable fields

5.4.1

27 Aug 08:37
a191c46
Compare
Choose a tag to compare

Fixed

  • Actionable fields bugs

5.4.0

25 Aug 14:35
4a2e4d5
Compare
Choose a tag to compare

Addressing the #413 idea.

Now you can configure an action class for you fields:

field('followers')->actionable(Action::make())

Make sure the action gets the Model as it's second argument.

5.3.5

12 Aug 11:53
Compare
Choose a tag to compare

Fixed

  • Attach request resolve the base model.