You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-6Lines changed: 7 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -6,25 +6,26 @@ All Notable changes to `bakame/http-strucured-fields` will be documented in this
6
6
7
7
### Added
8
8
9
+
-**[BC Break]**`OrderedList` is renamed `OuterList`.
9
10
-**[BC Break]**`MemberContainer::remove` methods get added to the interface.
10
-
-**[BC Break]**`MemberContainer::has` method accepts a variadic argument. All submitted indexes should be present for the method to return `true`
11
-
-**[BC Break]**`MemberContainer::hasPair` method accepts a variadic argument. All submitted indexes should be present for the method to return `true`
11
+
-**[BC Break]**`MemberContainer::keys` method added to the interface.
12
12
13
13
### Fixed
14
14
15
15
- Migrate to PHPUnit 10
16
-
-**[BC Break]**`OrderedList` is renamed `OuterList`.
17
-
-**[BC Break]**`ParameterAccess` interface signature updated to use the `Value` interface instead of the `Item` implementation.
18
16
- Improve Collection immutability with method changes
17
+
-**[BC Break]**`ParameterAccess` interface signature updated to use the `Value` interface instead of the `Item` implementation.
18
+
-**[BC Break]**`MemberList::remove`, `MemberOrderedMap::remove` and `MemberOrderedMap::keys` methods are moved to their parent interface.
19
+
-**[BC Break]** Renamed arguments for indexation for normalization
20
+
-**[BC Break]**`MemberContainer::has` and `MemberOrderedMap::hasPair` methods accept a variadic argument. All submitted indexes/keys should be present for the method to return `true`
19
21
20
22
### Deprecated
21
23
22
24
- None
23
25
24
26
### Removed
25
27
26
-
-**[BC Break]**`OrderedList` is removed use `OuterList`.
27
-
-**[BC Break]**`MemberList::remove` and `MemberOrderedMap::remove` methods are removed from the interface.
28
+
-**[BC Break]**`OrderedList` is remove, use `OuterList` instead.
0 commit comments