UNPKG

through2

Version:

Tiny utilities for inserting transformation logic into Node.js stream and Web Streams pipelines

16 lines (8 loc) 727 B
## [5.0.1](https://github.com/rvagg/through2/compare/v5.0.0...v5.0.1) (2026-05-15) ### Bug Fixes * add CJS support for Node.js 22.12+ ([#120](https://github.com/rvagg/through2/issues/120)) ([eef0aa0](https://github.com/rvagg/through2/commit/eef0aa044844c09b69ede525873c72579ea0c86a)) ## [5.0.0](https://github.com/rvagg/through2/compare/v4.0.2...v5.0.0) (2026-05-07) ### ⚠ BREAKING CHANGES * ESM rewrite, named exports, async + async-generator transforms, /web subpath (#118) ### Features * ESM rewrite, named exports, async + async-generator transforms, /web subpath ([#118](https://github.com/rvagg/through2/issues/118)) ([dd40259](https://github.com/rvagg/through2/commit/dd40259b702c01243bb2d47a5fc855eb37534e06))