File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ All Notable changes to `League\Uri\Interfaces` will be documented in this file
7
7
### Added
8
8
9
9
- New method to ` UriComponentInterface::value `
10
+ - New method to ` UriComponentInterface::toString `
11
+ - New method to ` UserInfoInterface::withUser `
12
+ - New method to ` UserInfoInterface::withPass `
13
+ - New method to ` UriInterface::toString `
10
14
11
15
### Fixed
12
16
@@ -22,6 +26,7 @@ All Notable changes to `League\Uri\Interfaces` will be documented in this file
22
26
- Support for ` __set_state `
23
27
- ` UriComponentInterface::getContent ` is removed in favor of ` UriComponentInterface::value `
24
28
- ` UriComponentInterface::withContent ` is removed with no replacement use other means to change the value of the component.
29
+ - ` UserInfoInterface::withUserInfo ` is removed in favor of ` UserInfoInterface::withUser ` and ` UserInfoInterface::withPass ` .
25
30
26
31
## 2.3.0 - 2021-06-28
27
32
You can’t perform that action at this time.
0 commit comments