Skip to content

doc: corrected version http.createServer options addition - #25001

Closed
benswinburne wants to merge 1 commit into
nodejs:masterfrom
benswinburne:patch-1
Closed

doc: corrected version http.createServer options addition#25001
benswinburne wants to merge 1 commit into
nodejs:masterfrom
benswinburne:patch-1

Conversation

@benswinburne

Copy link
Copy Markdown
Contributor

8.12 Changelog
https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V8.md#8.12.0

Specifically
[01dc646] - (SEMVER-MINOR) http: add options to http.createServer() (Peter Marton) #15752

Pull
#15752

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

@nodejs-github-botnodejs-github-bot added doc Issues and PRs related to the documentations. http Issues or PRs related to the http subsystem. labels Dec 12, 2018
@benswinburnebenswinburne changed the title Correct version whereby options was added to http.createServerdoc: corrected version http.createServer options additionDec 12, 2018
@benswinburne
benswinburneforce-pushed the patch-1 branch 2 times, most recently from 0fd86f0 to 413f652CompareDecember 12, 2018 22:30
@mscdex

mscdex commented Dec 13, 2018

Copy link
Copy Markdown
Contributor

Both versions should be documented as this feature was backported from v9.x to v8.x.

@benswinburne

Copy link
Copy Markdown
ContributorAuthor

Surely the documented version is since as opposed to a list of versions?

If I am to list multiple, do you suggest it lists both in the same way.

changes:
- version: v9.6.0
pr-url: https://github.com/nodejs/node/pull/15752
description: The `options` argument is supported now.
- version: v8.12.0
pr-url: https://github.com/nodejs/node/pull/15752
description: The `options` argument is supported now.

or explicitly note it was backported

changes:
- version: v9.6.0
pr-url: https://github.com/nodejs/node/pull/15752
description: The `options` argument is supported now.
- version: v8.12.0
pr-url: https://github.com/nodejs/node/pull/15752
description: The `options` argument was backported.

Perhaps you could suggest an example of another backported feature I can reference?

@mscdex

mscdex commented Dec 13, 2018

Copy link
Copy Markdown
Contributor

You can use comma-separated lists, like (newest versions first):

- version: v9.6.0, v8.12.0

That's how we're currently handling this in other parts of the documentation.

@lpinca

Copy link
Copy Markdown
Member

@nodejs/documentation

@lpinca

Copy link
Copy Markdown
Member

@vsemozhetbytvsemozhetbyt added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Mar 11, 2019
@vsemozhetbyt

Copy link
Copy Markdown
Contributor

Landed in 9a39a65
Thank you. Sorry for the delay.

BridgeAR pushed a commit that referenced this pull request Mar 13, 2019
8.12 Changelog
https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V8.md#8.12.0
Specifically
[01dc646] - http: add options to http.createServer() #15752
PR-URL: #25001
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
BridgeAR pushed a commit that referenced this pull request Mar 14, 2019
8.12 Changelog
https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V8.md#8.12.0
Specifically
[01dc646] - http: add options to http.createServer() #15752
PR-URL: #25001
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
BethGriggs pushed a commit that referenced this pull request Apr 16, 2019
8.12 Changelog
https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V8.md#8.12.0
Specifically
[01dc646] - http: add options to http.createServer() #15752
PR-URL: #25001
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
@BethGriggsBethGriggs mentioned this pull request May 1, 2019
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.docIssues and PRs related to the documentations.httpIssues or PRs related to the http subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@benswinburne@mscdex@lpinca@vsemozhetbyt@nodejs-github-bot