Update buffer: 5.4.2 → 5.7.0 (minor) #61
Open
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.
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ buffer (5.4.2 → 5.7.0) · Repo
Commits
See the full diff on Github. The new version differs by 51 commits:
5.7.0
Fixes for PR #253 to increase browser compat
standard
standard
Merge pull request #253 from koush/master
Merge pull request #265 from seishun/remove-descending
Merge pull request #250 from roaringUnicorn/master
Merge pull request #270 from mathmakgakpak/patch-1
Merge pull request #269 from peternewman/patch-1
update authors
5.6.2
Merge pull request #254 from ljharb/patch-1
Delete codespell.yml
Merge pull request #266 from gyzerok/patch-1
Update README.md
package metadata
5.6.1
fix tests – use same proto
through2 4
tape 5
browserify 17
bump deps
standard
add aliases
Fix another typo
Fix another typo
Fix some typos
Add codespell action
remove redundant latin1Write function
Remove descending copy from end
5.6.0
Merge pull request #263 from feross/remove-species
Remove unneeded Symbol.species code
update authors
5.5.0
add back support for browsers without SharedArrayBuffer
Merge pull request #257 from feross/greenkeeper/airtap-3.0.0
Merge pull request #259 from mischnic/sharedarraybuffer
Fix Buffer.from for SharedArrayBuffer
chore(package): update airtap to version 3.0.0
Add fast path for Buffer.concat with Uint8Array.
[Fix] `Symbol.for` is a syntax error in older browsers
Add fromArrayView for TypedArrays and DataViews. Fast path for Uint8Array.
If bytes.length is odd, the last 8 bits must be ignored (same as node.js)
Add enterprise language (#249)
Add enterprise language
Update README.md
5.4.3
Use lookup table for faster hex encoding (#245)
fix variable name for hexSlice
Use lookup table for faster hex encoding
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands