Skip to content

Commit a2d098f

Browse files
Merge pull request #10 from z-base/release-please--branches--master--components--bytecodec
chore(master): release 1.1.0
2 parents 32a37ea + 3f4f416 commit a2d098f

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.1.0](https://github.com/z-base/bytecodec/compare/v1.0.7...v1.1.0) (2026-01-28)
4+
5+
6+
### Features
7+
8+
* Added non-blocking compress/decompress support for node runtimes (async zlib) ([9ec3b2e](https://github.com/z-base/bytecodec/commit/9ec3b2eaef4b2a9e8128e6d28caa3f3c9e605adf))
9+
310
## [1.0.7](https://github.com/z-base/bytecodec/compare/v1.0.6...v1.0.7) (2026-01-27)
411

512

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@z-base/bytecodec",
3-
"version": "1.0.7",
3+
"version": "1.1.0",
44
"description": "JS/TS byte toolkit for base64url, UTF-8 strings, JSON, normalization, compression, concatenation, and comparison in browser and Node runtimes.",
55
"keywords": [
66
"base64url",

0 commit comments

Comments
 (0)