nodejs-github-bot · GitHub

@nodejs-github-bot added the util

Issues and PRs related to the built-in util module.

label

Dec 13, 2018

@BridgeAR BridgeAR added the semver-minor

PRs that contain new features and should be released in the next minor version.

label

Dec 13, 2018

addaleax

vsemozhetbyt

@BridgeAR

Inspecting an ArrayBuffer now also shows their binary contents.

@BridgeAR

@BridgeAR

addaleax

@addaleax addaleax added the author ready

PRs that have at least one approval, no pending requests for changes, and a CI started.

label

Jan 7, 2019

addaleax pushed a commit that referenced this pull request

Jan 9, 2019
Inspecting an ArrayBuffer now also shows their binary contents.
PR-URL: #25006
Reviewed-By: Anna Henningsen <anna@addaleax.net>

Closed

4 tasks

BridgeAR added a commit to BridgeAR/node that referenced this pull request

Jan 9, 2019
Inspecting an ArrayBuffer now also shows their binary contents.
PR-URL: nodejs#25006
Reviewed-By: Anna Henningsen <anna@addaleax.net>

BridgeAR added a commit that referenced this pull request

Jan 10, 2019
Inspecting an ArrayBuffer now also shows their binary contents.
PR-URL: #25006
Reviewed-By: Anna Henningsen <anna@addaleax.net>

addaleax pushed a commit that referenced this pull request

Jan 14, 2019
Inspecting an ArrayBuffer now also shows their binary contents.
PR-URL: #25006
Reviewed-By: Anna Henningsen <anna@addaleax.net>

Merged

BridgeAR added a commit to BridgeAR/node that referenced this pull request

Jan 17, 2019
Notable Changes
* compression / zlib:
  * Added brotli support (Anna Henningsen and Zach Vacura)
    nodejs#24938
* console:
  * Added `inspectOptions` option (Ruben Bridgewater)
    nodejs#24978
* crypto:
  * Always accept private keys as public keys (Tobias Nießen)
    nodejs#25217
* deps:
  * Upgrade npm to v6.5.0 (Jordan Harband)
    nodejs#25234
* fs:
  * Use internalBinding('fs') internally instead of
    process.binding('fs') (Masashi Hirano)
    nodejs#22478
* http(s):
  * Support overriding http\\s.globalAgent (Roy Sommer)
    nodejs#25170
* util:
  * Inspect ArrayBuffers contents closely (Ruben Bridgewater)
    nodejs#25006
* worker:
  * Expose workers by default and remove `--experimental-worker` flag
    (Anna Henningsen) nodejs#25361
PR-URL: nodejs#25537

BridgeAR added a commit that referenced this pull request

Jan 18, 2019
Notable Changes
* compression / zlib:
  * Added brotli support (Anna Henningsen and Zach Vacura)
    #24938
* console:
  * Added `inspectOptions` option (Ruben Bridgewater)
    #24978
* crypto:
  * Always accept private keys as public keys (Tobias Nießen)
    #25217
* deps:
  * Upgrade npm to v6.5.0 (Jordan Harband)
    #25234
* fs:
  * Use internalBinding('fs') internally instead of
    process.binding('fs') (Masashi Hirano)
    #22478
* http(s):
  * Support overriding http\\s.globalAgent (Roy Sommer)
    #25170
* util:
  * Inspect ArrayBuffers contents closely (Ruben Bridgewater)
    #25006
* worker:
  * Expose workers by default and remove `--experimental-worker` flag
    (Anna Henningsen) #25361
PR-URL: #25537

Merged

@BridgeAR

BridgeAR deleted the inspect-array-buffer-closer branch

January 20, 2020 11:51

Read the original on github.com ↗