Releases: unabandoned/readable-stream
Releases · unabandoned/readable-stream
Release list
readable-stream: v4.8.1
4.8.1 (2026-08-14)
📦 Dependencies & maintenance
Dependencies & maintenance
- add .unabandoned.yml dashboard metadata (#11) (5e62aed)
- deps: update dependency c8 to v12 (#8) (26449e3)
- deps: update unabandoned/.github digest to 461710f (#13) (d38420b)
- deps: update unabandoned/.github digest to 88ce617 (#6) (ea569f0)
- migrate the test suite from node-tap to node:test (#12) (410e8e6)
- pin reusable workflows to the @unabandoned/.github v1.0.0 release (#14) (88ef244)
readable-stream: v4.8.0
4.8.0 (2026-08-14)
Features
Bug Fixes
- 11 Only 'null' is magical (360d413)
- add string decoder as a dependency (#522) (50435d1)
- avoid using bigint literal syntax (#542) (c14d358)
- don't require
streampackage in codebase (#520) (8c9c011) - removes
Readable.fromWebandReadable.toWebmethods (#506) (29fae5b) - use workaround loading process-shim for browserify (#497) (b733ae5)
📦 Dependencies & maintenance
Dependencies & maintenance
- add GitHub token permissions for workflows (#479) (69708c7)
- add node 20 to CI checks (#518) (ba27fd8)
- deps: pin dependencies (#3) (c9b9dd2)
- deps: update unabandoned/.github digest to ae2bd5a (#4) (0720078)
- just build to fix whitespace issues (#498) (6efcd35)
- update tests to v0.9.9 (b72a7ca)
- use the shared Travis config (#444) (78f58e0), closes #442