Skip to content

Commit a359893

Browse files
committed
nitpick
1 parent 9332dee commit a359893

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
All 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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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,

resources/config/laravel-fractal.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
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,

0 commit comments

Comments
 (0)