Skip to content
This repository was archived by the owner on Jan 5, 2023. It is now read-only.

Commit bdb38c8

Browse files
author
Mateusz Gostanski
committed
v3.3.2
1 parent 7b9a529 commit bdb38c8

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

CHANGELOG.md

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

33
All notable changes to `api-client` will be documented in this file
44

5+
## 3.3.2 - 2021-05-25
6+
7+
- Added access to UrlCompose in `JsonApiFetcher`
8+
59
## 3.3.1 - 2021-05-25
610

711
- Added access to `DataFetcher` in `JsonApiFetcher`

src/JsonApiFetcher.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ public function makeDataFetcher(): DataFetcher
3636
);
3737
}
3838

39+
public function getUrlCompose(): UrlCompose
40+
{
41+
return $this->getUrlCompose();
42+
}
43+
3944
public function fetch(?Closure $before = null)
4045
{
4146
$this->callClosure($before);

0 commit comments

Comments
 (0)