evert/structured-header (structured-headers)
### [`v2.0.0`](https://redirect.github.com/evert/structured-header/blob/HEAD/changelog.md#200-2024-10-02)
[Compare Source](https://redirect.github.com/evert/structured-header/compare/v1.0.1...v2.0.0)
The "Structured Field Values" was updated in \[RFC9651]\[rfc9651]. This new
specification added the \['Date']\[9] and \['Display String']\[10] field types.
The former encodes unix timestamp, the latter a Unicode string.
Perfect time to update this package as well! This new major release supports
the new standard.
- [#66](https://redirect.github.com/evert/structured-header/issues/66): We now convert from/to `ArrayBuffer` instead of a custom ByteSequence
object. This is a breaking change.
- Add support for `Date` and `DisplayString` from RFC9651.
- Switched to ESM, but we're still bundling a CommonJS build.
- No longer shipping a minified build.
- Dropped Chai and now using `node:assert`.
- Dropped Mocha and now using `node:test`.
Configuration
π Schedule: Branch creation - "before 4am on tuesday" (UTC), Automerge - At any time (no schedule defined).
π¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.
β» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
π Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
1.0.1
->2.0.0
Release Notes
evert/structured-header (structured-headers)
### [`v2.0.0`](https://redirect.github.com/evert/structured-header/blob/HEAD/changelog.md#200-2024-10-02) [Compare Source](https://redirect.github.com/evert/structured-header/compare/v1.0.1...v2.0.0) The "Structured Field Values" was updated in \[RFC9651]\[rfc9651]. This new specification added the \['Date']\[9] and \['Display String']\[10] field types. The former encodes unix timestamp, the latter a Unicode string. Perfect time to update this package as well! This new major release supports the new standard. - [#66](https://redirect.github.com/evert/structured-header/issues/66): We now convert from/to `ArrayBuffer` instead of a custom ByteSequence object. This is a breaking change. - Add support for `Date` and `DisplayString` from RFC9651. - Switched to ESM, but we're still bundling a CommonJS build. - No longer shipping a minified build. - Dropped Chai and now using `node:assert`. - Dropped Mocha and now using `node:test`.Configuration
π Schedule: Branch creation - "before 4am on tuesday" (UTC), Automerge - At any time (no schedule defined).
π¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.
β» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
π Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.