Skip to content

Commit 6fe34f5

Browse files
author
jarvisjiang
committed
chore(release): 1.5.1
1 parent a9248b2 commit 6fe34f5

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.5.1] - 2026-01-04
9+
10+
### Fixed
11+
12+
- Fix `ReadableStream<Uint8Array<ArrayBuffer>>` type parameter for abortable stream overload
13+
- Fix `ReadableStream` generic type parameter
14+
15+
### Changed
16+
17+
- Refactor `multiplexStream` as internal function of `fetchT` for better encapsulation
18+
- Use `Number.parseInt` instead of global `parseInt` for stricter linting compliance
19+
- Upgrade `happy-rusty` dependency to ^1.9.0
20+
821
## [1.5.0] - 2026-01-04
922

1023
### Added
@@ -143,6 +156,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
143156
- Timeout support
144157
- Rust-like Result type error handling via `happy-rusty` library
145158

159+
[1.5.1]: https://github.com/JiangJie/fetch-t/compare/v1.5.0...v1.5.1
146160
[1.5.0]: https://github.com/JiangJie/fetch-t/compare/v1.4.1...v1.5.0
147161
[1.4.1]: https://github.com/JiangJie/fetch-t/compare/v1.4.0...v1.4.1
148162
[1.4.0]: https://github.com/JiangJie/fetch-t/compare/v1.3.3...v1.4.0

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://jsr.io/schema/config-file.v1.json",
33
"name": "@happy-ts/fetch-t",
44
"license": "MIT",
5-
"version": "1.5.0",
5+
"version": "1.5.1",
66
"exports": "./src/mod.ts",
77
"imports": {
88
"happy-rusty": "npm:happy-rusty@^1.9.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Type-safe Fetch API wrapper with abortable requests, timeout support, progress tracking, automatic retry, and Rust-like Result error handling.",
44
"author": "[email protected]",
55
"license": "MIT",
6-
"version": "1.5.0",
6+
"version": "1.5.1",
77
"type": "module",
88
"main": "dist/main.cjs",
99
"module": "dist/main.mjs",

0 commit comments

Comments
 (0)