UNPKG

through2

Version:

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

80 lines (42 loc) 4.22 kB
## [5.0.11](https://github.com/rvagg/through2/compare/v5.0.10...v5.0.11) (2026-07-30) ### Trivial Changes * downgrade broken changelog maker, backfill missing ([#131](https://github.com/rvagg/through2/issues/131)) ([a530363](https://github.com/rvagg/through2/commit/a5303634c43ca0289eac1bff9eb5da52e7cda94a)) ## [5.0.10](https://github.com/rvagg/through2/compare/v5.0.9...v5.0.10) (2026-07-29) ### Trivial Changes * **deps-dev:** bump typescript from 6.0.3 to 7.0.2 ([521036a](https://github.com/rvagg/through2/commit/521036a7eb692819f6e5900aa96da1e88bbf1b30)) * fixes for ts@7 ([be64db0](https://github.com/rvagg/through2/commit/be64db011cbfca00af7d0ba80917ebfa4e19b404)) ## [5.0.9](https://github.com/rvagg/through2/compare/v5.0.8...v5.0.9) (2026-07-29) ### Trivial Changes * **deps-dev:** bump @semantic-release/changelog from 6.0.3 to 7.0.0 ([#130](https://github.com/rvagg/through2/issues/130)) ([76804a1](https://github.com/rvagg/through2/commit/76804a1fe27fe56bcd28038273d19e08847cadbf)) ## [5.0.8](https://github.com/rvagg/through2/compare/v5.0.7...v5.0.8) (2026-07-29) ### Trivial Changes * **deps-dev:** bump @semantic-release/git from 10.0.1 to 11.0.0 ([#129](https://github.com/rvagg/through2/issues/129)) ([4bb0fa4](https://github.com/rvagg/through2/commit/4bb0fa4a98583fc8c7a77916e490ba992d70e6c9)) ## [5.0.7](https://github.com/rvagg/through2/compare/v5.0.6...v5.0.7) (2026-07-23) ### Trivial Changes * **ci:** switch to hashes for versioning ([27061ac](https://github.com/rvagg/through2/commit/27061ac284207070de1cfe4b91979f4bdf65341d)) * **deps:** bump actions/checkout from 7.0.0 to 7.0.1 ([9839c29](https://github.com/rvagg/through2/commit/9839c29f59c3166b0564d283db7798c85e712399)) ## [5.0.6](https://github.com/rvagg/through2/compare/v5.0.5...v5.0.6) (2026-07-21) ### Trivial Changes * **ci:** don't use cached lts version ([1c9d76f](https://github.com/rvagg/through2/commit/1c9d76f5a0d59fa13db2974af5aa4215a8c9423f)) * **deps:** add readable-stream types ([4824b24](https://github.com/rvagg/through2/commit/4824b24f7a023ebe12f9eb9672fc426f315cc17f)) * **deps:** bump actions/setup-node from 6.4.0 to 7.0.0 ([59a2c3f](https://github.com/rvagg/through2/commit/59a2c3f4781e1bf5f13fecce1d41cb10df2509d8)) ## [5.0.5](https://github.com/rvagg/through2/compare/v5.0.4...v5.0.5) (2026-07-03) ### Trivial Changes * **deps-dev:** bump conventional-changelog-conventionalcommits ([#125](https://github.com/rvagg/through2/issues/125)) ([6747cab](https://github.com/rvagg/through2/commit/6747cabc2813d77283c1d88db688d9fdb1787874)) ## [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))