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
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ All Notable changes to `bakame/http-strucured-fields` will be documented in this
8
8
9
9
- Support for `Stringable` instances added to `Item::from`, the instances will be converted to the string data type.
10
10
- Support for the upcoming `Date` data type in `Item` represented as a `DateTimeImmutable` object. (see https://httpwg.org/http-extensions/draft-ietf-httpbis-sfbis.html)
11
-
-`SupportsParameters` interface with new methods to ease parameter members modification.
11
+
-`ParameterAccess` interface with new methods to ease parameter members modification.
12
12
-`Parameter::create` named constructor to create a new instance without any parameter.
13
13
-`Dictionnary::create` named constructor to create a new instance without any parameter.
14
14
-`Type` Enum of all supported datatype.
@@ -37,7 +37,6 @@ All Notable changes to `bakame/http-strucured-fields` will be documented in this
37
37
-**[BC Break]**`Item::is*` methods are removed; the enum `Type` is used instead.
38
38
-**[BC Break]**`MemberContainer::clear` method is removed without replacement.
39
39
-**[BC Break]**`MemberOrderedMap::set` and `MemberOrderedMap::delete` methods remonved; use `MemberOrderedMap::add` and `MemberOrderedMap::remove` instead
0 commit comments