Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport of https://github.com/nodejs/node/pull/7630 for v4.x #8348

Closed
wants to merge 4 commits into from

Commits on Aug 31, 2016

  1. doc: add added: info for dgram.*Membership()

    Since I was doing the necessary git archaeology anyway, I took the time
    to add YAML information to the docs about when `addMembership()` and
    `dropMembership()` first appeared in their current forms.
    
    PR-URL: nodejs#6753
    Ref: nodejs#6578
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    Trott committed Aug 31, 2016
    Configuration menu
    Copy the full SHA
    3ed2152 View commit details
    Browse the repository at this point in the history
  2. lib: implement consistent brace style

    This change is in preparation for lint-enforced brace style.
    Trott committed Aug 31, 2016
    Configuration menu
    Copy the full SHA
    dcf8f46 View commit details
    Browse the repository at this point in the history
  3. test: implement consistent braces

    This change is in preparation for lint enforcement of brace style.
    Trott committed Aug 31, 2016
    Configuration menu
    Copy the full SHA
    5cbc604 View commit details
    Browse the repository at this point in the history
  4. tools: enforce JS brace style with linting

    Enable `brace-style` in ESLint.
    
    Ref: nodejs#7094 (comment)
    Trott committed Aug 31, 2016
    Configuration menu
    Copy the full SHA
    d1e2db2 View commit details
    Browse the repository at this point in the history