Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lets release an alpha #59

Merged
merged 2 commits into from
Jan 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
ChangeLog
=========

2.0.0 (????-??-??)
------------------
2.0.0-alpha.0 (2024-01-29)
--------------------------

* Support for a new 'Date' type, from draft [draft-ietf-httpbis-sfbis-02][7].
* Support for the "Display String" type.
* Support for a new `Date` and `Display String` types, from the new draft
[draft-ietf-httpbis-sfbis][7].
* Simplified serializing Dictionaries and Items. The existing signatures still
work, but the new API is a bit more natural and doesn\'t require wrapping
work, but the new API is a bit more natural and doesn't require wrapping
everything in arrays and Maps.
* Now requires Node 18.
* Converted to ESM.
* No longer providing a Webpack build. Most frontend applications already do
their own bundling. Please let us know if you need this, so we can do
something with modern tools.
their own bundling. Please let us know if you need this, so we can redo this
with modern tools.


1.0.1 (2023-08-03)
Expand Down Expand Up @@ -113,4 +113,4 @@ ChangeLog
[4]: https://tools.ietf.org/html/draft-ietf-httpbis-header-structure-13
[5]: https://datatracker.ietf.org/doc/html/rfc8941
[6]: https://github.com/httpwg/structured-field-tests
[7]: https://www.ietf.org/archive/id/draft-ietf-httpbis-sfbis-02.html
[7]: https://www.ietf.org/archive/id/draft-ietf-httpbis-sfbis-05.html
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "structured-headers",
"version": "1.0.1",
"version": "2.0.0-alpha.0",
"description": "Implementation of RFC8941, structured headers for HTTP.",
"type": "module",
"exports": "dist/index.js",
Expand Down
Loading