Conversation
Re-use the `AbortOptions` export from the `abort-error` module. BREAKING CHANGE: the `AbortOptions` interface is no longer exported, use the one from `abort-error` instead
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #156 +/- ##
==========================================
+ Coverage 96.82% 96.88% +0.05%
==========================================
Files 107 107
Lines 9702 9660 -42
Branches 1457 1453 -4
==========================================
- Hits 9394 9359 -35
+ Misses 308 301 -7
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
## [it-queueless-pushable-v2.0.0](it-queueless-pushable-1.0.2...it-queueless-pushable-2.0.0) (2025-03-19) ### ⚠ BREAKING CHANGES * the `AbortOptions` interface is no longer exported, use the one from `abort-error` instead ### Bug Fixes * re-throw error on write ([#157](#157)) ([be2275e](be2275e)) * remove AbortOptions exports ([#156](#156)) ([34b18fb](34b18fb))
|
🎉 This PR is included in version it-queueless-pushable-v2.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
## [it-byte-stream-v2.0.0](it-byte-stream-1.1.1...it-byte-stream-2.0.0) (2025-03-19) ### ⚠ BREAKING CHANGES * if the underlying stream closes without yielding any bytes and we are not waiting for a required number of bytes, `byteStream.read` will now return `null` instead of an empty `Uint8ArrayList` * the `AbortOptions` interface is no longer exported, use the one from `abort-error` instead ### Features * return null from bytestream when stream closes ([#158](#158)) ([df88a9d](df88a9d)) ### Bug Fixes * remove AbortOptions exports ([#156](#156)) ([34b18fb](34b18fb))
|
🎉 This PR is included in version it-byte-stream-v2.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
## [it-ndjson-stream-v2.0.0](it-ndjson-stream-1.0.1...it-ndjson-stream-2.0.0) (2025-03-19) ### ⚠ BREAKING CHANGES * the `AbortOptions` interface is no longer exported, use the one from `abort-error` instead ### Bug Fixes * re-throw error on write ([#157](#157)) ([be2275e](be2275e)) * remove AbortOptions exports ([#156](#156)) ([34b18fb](34b18fb))
|
🎉 This PR is included in version it-ndjson-stream-v2.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
## [it-length-prefixed-stream-v2.0.0](it-length-prefixed-stream-1.2.1...it-length-prefixed-stream-2.0.0) (2025-03-19) ### ⚠ BREAKING CHANGES * if the underlying stream closes without yielding any bytes and we are not waiting for a required number of bytes, `byteStream.read` will now return `null` instead of an empty `Uint8ArrayList` * the `AbortOptions` interface is no longer exported, use the one from `abort-error` instead ### Features * return null from bytestream when stream closes ([#158](#158)) ([df88a9d](df88a9d)) ### Bug Fixes * remove AbortOptions exports ([#156](#156)) ([34b18fb](34b18fb))
|
🎉 This PR is included in version it-length-prefixed-stream-v2.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
## [it-cbor-stream-v2.0.0](it-cbor-stream-1.0.1...it-cbor-stream-2.0.0) (2025-03-19) ### ⚠ BREAKING CHANGES * the `AbortOptions` interface is no longer exported, use the one from `abort-error` instead ### Bug Fixes * remove AbortOptions exports ([#156](#156)) ([34b18fb](34b18fb))
|
🎉 This PR is included in version it-cbor-stream-v2.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
## [it-protobuf-stream-v2.0.0](it-protobuf-stream-1.1.6...it-protobuf-stream-2.0.0) (2025-03-19) ### ⚠ BREAKING CHANGES * the `AbortOptions` interface is no longer exported, use the one from `abort-error` instead ### Bug Fixes * remove AbortOptions exports ([#156](#156)) ([34b18fb](34b18fb))
|
🎉 This PR is included in version it-protobuf-stream-v2.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Re-use the
AbortOptionsexport from theabort-errormodule.BREAKING CHANGE: the
AbortOptionsinterface is no longer exported, use the one fromabort-errorinstead