Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nodejs/node
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f5e0b17
Choose a base ref
...
head repository: nodejs/node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 01b404f
Choose a head ref
  • 1 commit
  • 7 files changed
  • 1 contributor

Commits on Jun 27, 2019

  1. 2019-06-27, Version 12.5.0 (Current)

    Notable changes:
    
    * build:
      * The startup time is reduced by enabling V8 snapshots by default
        #28181
    * deps:
      * Updated `V8` to 7.5.288.22 #27375
        * The numeric separator (v8.dev/features/numeric-separators) feature is now
          enabled by default
      * Updated `OpenSSL` to 1.1.1c #28211
    * inspector:
      * The `--inspect-publish-uid` flag was added to specify ways of the inspector
        web socket url exposure #27741
    * n-api:
      * Accessors on napi_define_* are now ECMAScript-compliant
        #27851
    * report:
      * The cpu info got added to the report output
        #28188
    * src:
      * Restore the original state of the stdio file descriptors on exit to prevent
        leaving stdio in raw or non-blocking mode
        #24260
    * tools,gyp:
      * Introduce MSVS 2019 #27375
    * util:
      * inspect:
        * Array grouping became more compact and uses more columns than before
          #28059
          #28070
        * Long strings will not be split at 80 characters anymore. Instead they will
          be split on new lines #28055
    * worker:
      * `worker.terminate()` now returns a promise and using the callback is
        deprecated #28021
    
    PR-URL: #28268
    BridgeAR committed Jun 27, 2019
    Configuration menu
    Copy the full SHA
    01b404f View commit details
    Browse the repository at this point in the history
Loading