|
1 | 1 | # Changelog
|
2 | 2 |
|
3 |
| -All Notable changes to `bakame/http-strucured-fields` will be documented in this file |
| 3 | +All Notable changes to `bakame/http-strucured-fields` will be documented in this file. |
4 | 4 |
|
5 |
| -## [Next] - TBD |
| 5 | +## [0.7.0] - 2023-02-06 |
6 | 6 |
|
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 | 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 |
| -- `ParameterAccess` interface updated with new methods to ease parameter members modification. |
| 11 | +- `SupportsParameters` 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,6 +37,7 @@ 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
|
| 40 | +- **[BC Break]** `ParameterAccess` renamed `SupportsParameters`. |
40 | 41 |
|
41 | 42 | ## [0.6.0] - 2022-11-12
|
42 | 43 |
|
@@ -193,7 +194,7 @@ All Notable changes to `bakame/http-strucured-fields` will be documented in this
|
193 | 194 |
|
194 | 195 | **Initial release!**
|
195 | 196 |
|
196 |
| -[Next]: https://github.com/bakame-php/http-structured-fields/compare/0.6.0...master |
| 197 | +[0.7.0]: https://github.com/bakame-php/http-structured-fields/compare/0.6.0...0.7.0 |
197 | 198 | [0.6.0]: https://github.com/bakame-php/http-structured-fields/compare/0.5.0...0.6.0
|
198 | 199 | [0.5.0]: https://github.com/bakame-php/http-structured-fields/compare/0.4.0...0.5.0
|
199 | 200 | [0.4.0]: https://github.com/bakame-php/http-structured-fields/compare/0.3.0...0.4.0
|
|
0 commit comments