-
Notifications
You must be signed in to change notification settings - Fork 18
Comparing changes
Open a pull request
base repository: achingbrain/it
base: it-byte-stream-1.1.1
head repository: achingbrain/it
compare: it-byte-stream-2.0.0
- 17 commits
- 34 files changed
- 2 contributors
Commits on Mar 6, 2025
-
chore(release): 3.1.2 [skip ci]
## [it-filter-v3.1.2](it-filter-3.1.1...it-filter-3.1.2) (2025-03-06) ### Bug Fixes * update project config ([7cb826e](7cb826e)) ### Trivial Changes * update to the latest aegir release ([#131](#131)) ([a20e5b5](a20e5b5)) ### Dependencies * **dev:** bump aegir from 43.0.3 to 44.1.0 ([#138](#138)) ([408f103](408f103)) * **dev:** bump aegir from 44.1.4 to 45.0.8 ([#145](#145)) ([b01501e](b01501e))
Configuration menu - View commit details
-
Copy full SHA for 870ac7a - Browse repository at this point
Copy the full SHA 870ac7aView commit details -
chore(release): 2.1.2 [skip ci]
## [it-foreach-v2.1.2](it-foreach-2.1.1...it-foreach-2.1.2) (2025-03-06) ### Bug Fixes * update project config ([7cb826e](7cb826e)) ### Trivial Changes * update to the latest aegir release ([#131](#131)) ([a20e5b5](a20e5b5)) ### Dependencies * **dev:** bump aegir from 43.0.3 to 44.1.0 ([#138](#138)) ([408f103](408f103)) * **dev:** bump aegir from 44.1.4 to 45.0.8 ([#145](#145)) ([b01501e](b01501e))
Configuration menu - View commit details
-
Copy full SHA for 7d7da63 - Browse repository at this point
Copy the full SHA 7d7da63View commit details -
chore(release): 3.1.2 [skip ci]
## [it-map-v3.1.2](it-map-3.1.1...it-map-3.1.2) (2025-03-06) ### Bug Fixes * update project config ([7cb826e](7cb826e)) ### Trivial Changes * update to the latest aegir release ([#131](#131)) ([a20e5b5](a20e5b5)) ### Dependencies * **dev:** bump aegir from 43.0.3 to 44.1.0 ([#138](#138)) ([408f103](408f103)) * **dev:** bump aegir from 44.1.4 to 45.0.8 ([#145](#145)) ([b01501e](b01501e))
Configuration menu - View commit details
-
Copy full SHA for f37014f - Browse repository at this point
Copy the full SHA f37014fView commit details -
chore(release): 1.0.1 [skip ci]
## [it-ndjson-stream-v1.0.1](it-ndjson-stream-1.0.0...it-ndjson-stream-1.0.1) (2025-03-06) ### Bug Fixes * update project config ([7cb826e](7cb826e)) ### Trivial Changes * update sibling dependencies ([d1695d0](d1695d0)) ### Dependencies * **dev:** bump aegir from 44.1.4 to 45.0.8 ([#145](#145)) ([b01501e](b01501e))
Configuration menu - View commit details
-
Copy full SHA for 9eaea47 - Browse repository at this point
Copy the full SHA 9eaea47View commit details -
chore(release): 3.0.7 [skip ci]
## [it-parallel-batch-v3.0.7](it-parallel-batch-3.0.6...it-parallel-batch-3.0.7) (2025-03-06) ### Bug Fixes * update project config ([7cb826e](7cb826e)) ### Trivial Changes * update to the latest aegir release ([#131](#131)) ([a20e5b5](a20e5b5)) ### Dependencies * **dev:** bump aegir from 43.0.3 to 44.1.0 ([#138](#138)) ([408f103](408f103)) * **dev:** bump aegir from 44.1.4 to 45.0.8 ([#145](#145)) ([b01501e](b01501e))
Configuration menu - View commit details
-
Copy full SHA for a671e0d - Browse repository at this point
Copy the full SHA a671e0dView commit details -
chore(release): 1.2.1 [skip ci]
## [it-length-prefixed-stream-v1.2.1](it-length-prefixed-stream-1.2.0...it-length-prefixed-stream-1.2.1) (2025-03-06) ### Bug Fixes * update project config ([7cb826e](7cb826e)) ### Trivial Changes * update sibling dependencies ([84e8531](84e8531)) ### Dependencies * **dev:** bump aegir from 44.1.4 to 45.0.8 ([#145](#145)) ([b01501e](b01501e))
Configuration menu - View commit details
-
Copy full SHA for bbda981 - Browse repository at this point
Copy the full SHA bbda981View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f1f89f - Browse repository at this point
Copy the full SHA 3f1f89fView commit details -
chore(release): 1.1.6 [skip ci]
## [it-protobuf-stream-v1.1.6](it-protobuf-stream-1.1.5...it-protobuf-stream-1.1.6) (2025-03-06) ### Bug Fixes * remove docs script ([#154](#154)) ([997b764](997b764)) * update project config ([7cb826e](7cb826e)) ### Trivial Changes * update sibling dependencies ([84e8531](84e8531)) ### Dependencies * **dev:** bump aegir from 44.1.4 to 45.0.8 ([#145](#145)) ([b01501e](b01501e))
Configuration menu - View commit details
-
Copy full SHA for adf09ba - Browse repository at this point
Copy the full SHA adf09baView commit details -
fix: allow early return (#153)
Fixes the return function to allow breaking out of a `for await..of` loop.
Configuration menu - View commit details
-
Copy full SHA for 66e2278 - Browse repository at this point
Copy the full SHA 66e2278View commit details -
chore(release): 1.0.2 [skip ci]
## [it-queueless-pushable-v1.0.2](it-queueless-pushable-1.0.1...it-queueless-pushable-1.0.2) (2025-03-06) ### Bug Fixes * allow early return ([#153](#153)) ([66e2278](66e2278))
Configuration menu - View commit details
-
Copy full SHA for 80b14ed - Browse repository at this point
Copy the full SHA 80b14edView commit details
Commits on Mar 19, 2025
-
fix: add backpressure to it-merge (#155)
To lower memory usage, use a queueless pushable for merging iterables. This way we will only pull a new value from an iterable after the current value has been consumed instead of pulling from all of them as fast as possible.
Configuration menu - View commit details
-
Copy full SHA for eb49a35 - Browse repository at this point
Copy the full SHA eb49a35View commit details -
chore(release): 3.0.8 [skip ci]
## [it-merge-v3.0.8](it-merge-3.0.7...it-merge-3.0.8) (2025-03-19) ### Bug Fixes * add backpressure to it-merge ([#155](#155)) ([eb49a35](eb49a35))
Configuration menu - View commit details
-
Copy full SHA for ee968c1 - Browse repository at this point
Copy the full SHA ee968c1View commit details -
fix!: remove AbortOptions exports (#156)
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
Configuration menu - View commit details
-
Copy full SHA for 34b18fb - Browse repository at this point
Copy the full SHA 34b18fbView commit details -
fix: re-throw error on write (#157)
To make errors more transparent, when a pushable is ended due to an error, re-throw that error when we try to interact with it again.
Configuration menu - View commit details
-
Copy full SHA for be2275e - Browse repository at this point
Copy the full SHA be2275eView commit details -
feat!: return null from bytestream when stream closes (#158)
If a required number of bytes is not specified, and the underlying stream closes without yielding any bytes, return `null` instead of throwing `EOF`. BREAKING CHANGE: 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`
Configuration menu - View commit details
-
Copy full SHA for df88a9d - Browse repository at this point
Copy the full SHA df88a9dView commit details -
chore(release): 2.0.0 [skip ci]
## [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))
Configuration menu - View commit details
-
Copy full SHA for b36af25 - Browse repository at this point
Copy the full SHA b36af25View commit details -
chore(release): 2.0.0 [skip ci]
## [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))
Configuration menu - View commit details
-
Copy full SHA for f48ee66 - Browse repository at this point
Copy the full SHA f48ee66View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff it-byte-stream-1.1.1...it-byte-stream-2.0.0