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
+6-7Lines changed: 6 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -7,12 +7,11 @@ All Notable changes to `bakame/http-strucured-fields` will be documented in this
7
7
### Added
8
8
9
9
- Support for `Stringable` instances added to `Item::from`, the instances will be converted to the string data type.
10
-
- Support for the upcoming `Date` data type in `Item`. (see https://httpwg.org/http-extensions/draft-ietf-httpbis-sfbis.html)
11
-
- date type is represented as a `DateTimeImmutable` object.
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)
12
11
-`ParameterAccess` interface updated with new methods to ease parameter members modification.
13
12
-`Parameter::create` named constructor to create a new instance without any parameter.
14
13
-`Dictionnary::create` named constructor to create a new instance without any parameter.
15
-
-`Type` Enum to list all possible Item Type supported.
14
+
-`Type` Enum of all supported datatype.
16
15
-`Value` Interface is introduced with `Item` being the only available implementation.
17
16
-`MemberOrderedMap::add` and `MemberOrderedMap::remove` methods
18
17
-`ByteSequence::equals` and `Token::equals` to easily compare type instances.
@@ -34,10 +33,10 @@ All Notable changes to `bakame/http-strucured-fields` will be documented in this
34
33
35
34
### Removed
36
35
37
-
-**[BC Break]**`ForbiddenStateError` exception is removed, the `InvalidArgument` exception is used instead.
38
-
-**[BC Break]**`Item::is*` methods are removed, the enum `Type` is used instead.
39
-
-**[BC Break]**`MemberContainer::clear` method is removed without replacement.
40
-
-**[BC Break]**- `MemberOrderedMap::set` and `MemberOrderedMap::delete` methods; use `MemberOrderedMap::add` and `MemberOrderedMap::remove` instead
36
+
-**[BC Break]**`ForbiddenStateError` exception is removed; the `InvalidArgument` exception is used instead.
37
+
-**[BC Break]**`Item::is*` methods are removed; the enum `Type` is used instead.
38
+
-**[BC Break]**`MemberContainer::clear` method is removed without replacement.
39
+
-**[BC Break]**`MemberOrderedMap::set` and `MemberOrderedMap::delete` methods remonved; use `MemberOrderedMap::add` and `MemberOrderedMap::remove` instead
0 commit comments