Skip to content
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
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2018-2023 Bad Gateway Inc.
Copyright (c) 2018-2025 Evert Pot

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
16 changes: 11 additions & 5 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,21 @@
ChangeLog
=========

2.0.1 (2025-06-03)
------------------

* Update dependencies, including some dev depenendencies with security issues.
(@apasel422)
* Fixed a few tests. (@apasel422)


2.0.0 (2024-10-02)
------------------

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.
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: We now convert from/to `ArrayBuffer` instead of a custom ByteSequence
object. This is a breaking change.
Expand Down
Loading