◐ Shell
clean mode source ↗

(backport 7.x) lib: deprecate node --debug at runtime by joshgav · Pull Request #11275 · nodejs/node

@joshgav joshgav added the semver-major

PRs that contain breaking changes and should be released in the next major version.

label

Feb 10, 2017

@Trott Trott mentioned this pull request

Feb 19, 2017

@joshgav

@italoacasas italoacasas added semver-minor

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

and removed semver-major

PRs that contain breaking changes and should be released in the next major version.

labels

Feb 25, 2017

italoacasas pushed a commit to italoacasas/node that referenced this pull request

Feb 27, 2017

italoacasas pushed a commit to italoacasas/node that referenced this pull request

Feb 28, 2017

italoacasas pushed a commit to italoacasas/node that referenced this pull request

Feb 28, 2017

italoacasas pushed a commit to italoacasas/node that referenced this pull request

Mar 1, 2017

italoacasas pushed a commit to italoacasas/node that referenced this pull request

Mar 1, 2017

italoacasas pushed a commit to italoacasas/node that referenced this pull request

Mar 1, 2017

imyller added a commit to imyller/meta-nodejs that referenced this pull request

Mar 2, 2017
    Notables changes:

    * child_process: spawnSync() exit code now is null when the child is killed via signal (cjihrig)
    [#11288](nodejs/node#11288)
    * http: new functions to access the headers for an outgoing HTTP message (Brian White)
    [#11562](nodejs/node#11562)
    * lib: deprecate node --debug at runtime (Josh Gavant)
    [#11275](nodejs/node#11275)
    * tls: new tls.TLSSocket() supports sec ctx options (Sam Roberts)
    [#11005](nodejs/node#11005)
    * url: adding URL.prototype.toJSON support (Michaël Zasso)
    [#11236](nodejs/node#11236)
    * doc: items in the API documentation may now have changelogs (Anna Henningsen)
    [#11489](nodejs/node#11489)
    * crypto: adding support for OPENSSL_CONF again (Sam Roberts)
    [#11006](nodejs/node#11006)
    * src: adding support for trace-event tracing (misterpoe)
    [#11106](nodejs/node#11106)

    PR-URL: nodejs/node#11553

Signed-off-by: Ilkka Myller <ilkka.myller@nodefield.com>