Skip to content

Releases: BinarCode/laravel-restify

2.3.0

31 Jan 13:54
e6842e5
Compare
Choose a tag to compare

Added

  • Allow instance of a repository with undefined model
  • Route clear when restify:refresh command

2.2.0

30 Jan 09:17
0fdf277
Compare
Choose a tag to compare

Added

  • Added restify:refresh command

2.1.2

30 Jan 07:02
a2b00d6
Compare
Choose a tag to compare

Added

  • Authorization policy to showEvery entity for the index call

2.1.1

28 Jan 20:51
255c72c
Compare
Choose a tag to compare

Added

  • Injecting Handler only when restify request (thought the RestifyInjector)

2.1.0

23 Jan 09:47
7a1b8a8
Compare
Choose a tag to compare

Added

  • Support for Laravel Airlock
  • Bug fixing

2.0.2

22 Jan 11:54
4fba54f
Compare
Choose a tag to compare

Fixes

  • Patch fix for Throwable in dump

2.0.1

22 Jan 10:37
d2ae7b7
Compare
Choose a tag to compare

Added

  • dumpLocal and dump methods in the RestResponse
  • Added showCallback on Field
  • hideFromDetail and hideFromIndex on Field
  • Replace create with store policy.

2.0.0

21 Jan 11:55
e8e8c7b
Compare
Choose a tag to compare

Deletions

  • Removed Eloquent API Resource from dependencies since this was a blocker for future development
  • Removed unused authorization
  • Changed naming convention from view to show as it's a REST convention

Additions

  • Ability to customize your own routes (with custom group attributes)
  • Added show policy
  • Added model RestResponse helper
  • Fixed show response (according to JSON:API structure)

1.1..4

16 Jan 16:34
d0167e8
Compare
Choose a tag to compare

Added

  • Custom routes method, for adding extra route definitions
  • Custom prefix for routes
  • Custom middleware for routes
  • Custom namespace for routes

1.1.3: Docs (#88)

13 Jan 23:03
3f060db
Compare
Choose a tag to compare

Added

  • Aligning the response from repositories and controller (meta links naming)
  • Adding exceptionHandler Restify interceptor
  • Making RestResponse a Responsable class