Open
Conversation
cb117d9 to
47a56d1
Compare
47a56d1 to
c5f616e
Compare
fff71f1 to
f6d1d47
Compare
15048f8 to
c744658
Compare
9af1fca to
48c9742
Compare
2acbcb8 to
6b7048e
Compare
7d5255c to
8f83f89
Compare
8f83f89 to
39eb0da
Compare
5233ff8 to
a25ee3f
Compare
a25ee3f to
0f9946c
Compare
5e8e61c to
614d5ee
Compare
614d5ee to
ff89a4c
Compare
9f53567 to
d761232
Compare
d761232 to
6869e6c
Compare
36e7308 to
d632dfd
Compare
c1bb460 to
096a825
Compare
7b487a4 to
5a52590
Compare
8018c9a to
c7bbfce
Compare
f621e8b to
2368eb4
Compare
c216369 to
88976c6
Compare
e2675c7 to
acd6a2c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^5.0.0→^9.0.0Release Notes
sindresorhus/get-stream (get-stream)
v9.0.1Compare Source
ReadableStream[Symbol.asyncIterator]ponyfill (#128)df42674v9.0.0Compare Source
Breaking
7ccab70Improvements
4d233d3a51d085v8.0.1Compare Source
Fixes
error.bufferedDatais as full as possible. (#106)maxBufferoption being one byte off in some edge case. (#105)v8.0.0Compare Source
Huge thanks to @ehmicky for doing all the work for this release 🙌
Breaking
encodingoption. (#69, #67)buffer.toString('hex')orbuffer.toString('base64')can also be used.Improvements
ReadableStream). (#82, #78, #79, #80)getStreamAsArray()method to pass streams in object mode. (#86)getStreamAsArrayBuffer()method to return the stream as anArrayBuffer. (#81)ArrayBuffer, seterror.bufferedDatawith the partially read data instead of leaving it empty. (#68, #48)Fixes
maxBufferstops infinite streams. (#62)maxBuffer. (#42, #69).error.bufferedDatawhen the stream errors for other reasons thanmaxBuffer. (#56, #63)error.bufferedDatais smaller thanmaxBuffer. (#89)TypeScript types
streamargument must be aReadable,ReadableStreamorAsyncIterable. (#71)Documentation
Bloband JSON streaming. (#58, #95, #96, #97)Performance
v7.0.1Compare Source
e58d141v7.0.0Compare Source
Breaking
70571f8getStream.array()readableStream.toArray()instead. Exampleconst getStream = require('get-stream'); getStream.buffer(…);→import {getStreamAsBuffer} from 'get-stream'; getStreamAsBuffer(…);const getStream = require('get-stream'); getStream.MaxBufferError;→import {MaxBufferError} from 'get-stream'; MaxBufferError;Tip
You may not need this package anymore.
v6.0.1Compare Source
.buffer()method (#44)0ee784av6.0.0Compare Source
Breaking
80165c1Breaking for TypeScript users
You need to change
import getStream from 'get-stream';toimport getStream = require('get-stream');Improvements
stream.pipelineinstead ofpumppackage (#39)5cf31baConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.