File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33All notable changes to ` laravel-fractal ` will be documented in this file
44
5+ ## 4.3.0 - 2017-07-26
6+ - Add baseUrl support for JsonApi serializer
7+
58## 4.2.0 - 2017-07-18
69- Nothing changed! Something went wrong with tagging the last version so we had to bump the version a bit?
710
Original file line number Diff line number Diff line change @@ -120,8 +120,8 @@ return [
120120 | JsonApiSerializer links support
121121 |--------------------------------------------------------------------------
122122 |
123- | Enables links support for League\Fractal\Serializer\JsonApiSerializer.
124- | It automatically generates links for transformable entities .
123+ | League\Fractal\Serializer\JsonApiSerializer will use this value to
124+ | as a prefix for generated links. Set to `null` to disable this .
125125 |
126126 */
127127 'base_url' => null,
Original file line number Diff line number Diff line change 2020 | JsonApiSerializer links support
2121 |--------------------------------------------------------------------------
2222 |
23- | Enables links support for League\Fractal\Serializer\JsonApiSerializer.
24- | It automatically generates links for transformable entities .
23+ | League\Fractal\Serializer\JsonApiSerializer will use this value to
24+ | as a prefix for generated links. Set to `null` to disable this .
2525 |
2626 */
2727 'base_url ' => null ,
You can’t perform that action at this time.
0 commit comments