UNPKG

through2

Version:

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

36 lines (18 loc) 1.74 kB
## [5.0.5](https://github.com/rvagg/through2/compare/v5.0.4...v5.0.5) (2026-07-03) ## [5.0.4](https://github.com/rvagg/through2/compare/v5.0.3...v5.0.4) (2026-07-01) ### Trivial Changes * **deps-dev:** bump @types/node from 25.9.4 to 26.0.1 ([#124](https://github.com/rvagg/through2/issues/124)) ([7289ce5](https://github.com/rvagg/through2/commit/7289ce55380094046093200459cb6355d6f39b91)) ## [5.0.3](https://github.com/rvagg/through2/compare/v5.0.2...v5.0.3) (2026-06-23) ### Trivial Changes * **deps:** bump actions/checkout from 6.0.3 to 7.0.0 ([#122](https://github.com/rvagg/through2/issues/122)) ([429d9df](https://github.com/rvagg/through2/commit/429d9dfd76c27eddc4650895be2bc8e98eb9165e)) ## [5.0.2](https://github.com/rvagg/through2/compare/v5.0.1...v5.0.2) (2026-06-22) ### Trivial Changes * **deps:** bump actions/checkout from 6.0.2 to 6.0.3 ([#121](https://github.com/rvagg/through2/issues/121)) ([180016b](https://github.com/rvagg/through2/commit/180016b145fff3f2eee93b854ad273776d245d6b)) ## [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))