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
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -7,15 +7,18 @@ All Notable changes to `bakame/http-strucured-fields` will be documented in this
7
7
### Added
8
8
9
9
- Support for `Stringable` instance added to `Item::from`, the instances will be converted to the string data type.
10
-
- Support for the upcoming `Date` data type in `Item`. It is represented as a `DateTimeImmutable` object. (see https://httpwg.org/http-extensions/draft-ietf-httpbis-sfbis.html)
10
+
- Support for the upcoming `Date` data type in `Item`. (see https://httpwg.org/http-extensions/draft-ietf-httpbis-sfbis.html)
11
+
- Represented as a `DateTimeImmutable` object.
12
+
-`Item::isDate` tells whether the instance represents a `Date` DataType.
11
13
-`ParameterAccess` interface updated with 3 new methods to ease parameter members modification.
12
14
-`Parameter::create` named constructor to create a new instance without any parameter.
13
15
-`Dictionnary::create` named constructor to create a new instance without any parameter.
14
16
15
17
### Fixed
16
18
19
+
-`Item::fromHttpValue` now internally uses the `Parser` previously it was using its own parsing rules.
0 commit comments