Skip to content

Releases: jiannei/laravel-response

v6.0.0

13 Mar 06:41
Compare
Choose a tag to compare

Added Laravel 11 support.

Full Changelog: v5.2.0...v6.0

v5.2.0

15 Feb 01:43
Compare
Choose a tag to compare

Added Laravel 10 support.

v5.1.3

10 Feb 08:20
Compare
Choose a tag to compare
fix: alias

v5.1.2

06 Feb 02:10
Compare
Choose a tag to compare
pref: response format

v5.1.1

03 Jan 03:45
Compare
Choose a tag to compare

What's Changed

  • 修复 league\fractal ArraySerializer 适配

Full Changelog: v5.1.0...v5.1.1

v5.1.0

30 Dec 09:25
Compare
Choose a tag to compare

What's Changed

  • [优化]自定义 Format 支持从config/response.php中传入参数配置

Full Changelog: v5.0.0...v5.1.0

v5.0.0

29 Dec 08:38
Compare
Choose a tag to compare

What's Changed

  • [优化]返回字段支持自定义实现;可以通过配置 config/response.php中的format项为实现了\Jiannei\Response\Laravel\Contracts\Format的类来扩展默认返回字段的格式化逻辑。

Full Changelog: v4.4.0...v5.0.0

v4.4.0

01 Jun 02:06
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.3.1...v4.4.0

v4.3.1

29 Apr 17:02
Compare
Choose a tag to compare
doc: update readme

v4.3.0

27 Apr 09:07
Compare
Choose a tag to compare
  • [新增]:提取JsonResponseTrait,支持在 Controller 中引入后使用

What's Changed

Full Changelog: v4.2.0...v4.3.0