Skip to content
Open
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 .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.5.0"
".": "0.6.0"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.6.0](https://github.com/rokob/nodedc/compare/nodedc-v0.5.0...nodedc-v0.6.0) (2026-03-26)


### Features

* clean up transport api and make dictionary operations async ([f534b66](https://github.com/rokob/nodedc/commit/f534b66533f516a6f36da0b4472901f5b4d475ce))
* make dictionary compression async and complete brotli stream support ([1d333a1](https://github.com/rokob/nodedc/commit/1d333a19b9f07ad70c00a38bc31bfa2a5dfc07f8))

## [0.5.0](https://github.com/rokob/nodedc/compare/nodedc-v0.4.0...nodedc-v0.5.0) (2026-03-25)


Expand Down
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": "@rokob/nodedc",
"version": "0.5.0",
"version": "0.6.0",
"description": "Native shared-dictionary compression for Node.js web servers.",
"type": "module",
"bin": {
Expand Down
Loading