Skip to content

Conversation

@shubheksha
Copy link
Contributor

@shubhekshashubheksha commented Apr 10, 2017

Checklist
Affected core subsystem(s)

doc

Fixes#12299

@nodejs-github-botnodejs-github-bot added doc Issues and PRs related to the documentations. fs Issues and PRs related to the fs subsystem / file system. labels Apr 10, 2017
doc/api/fs.md Outdated
it will emit a deprecation warning.
- version: v6.0.0
pr-url: https://github.com/nodejs/node/pull/5616
description: The `options` parameter was added
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: Add . at the end.

@shubhekshashubheksha changed the title add history of options param being added to fs readdirdoc: add history of options param being added to fs.readdir()Apr 10, 2017
Copy link
Contributor

@aqrlnaqrln left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, but the first line of the commit message should not exceed 50 characters and the "Fixes: #12299" metadata field should be added to the commit message. How about something like this?

doc: add missing changelog entry for fs.readdir() Document that the `options` parameter of `fs.readdir()` was added in Node.js 6.0.0. Fixes: https://github.com/nodejs/node/issues/12299 

Document that the `options` parameter of `fs.readdir()` was added in Node.js 6.0.0. Fixes: #12299
@shubheksha
Copy link
ContributorAuthor

@aqrln, done!

@aqrln
Copy link
Contributor

Landed in 4ac3ef5. Thanks!

@aqrlnaqrln closed this Apr 12, 2017
aqrln pushed a commit that referenced this pull request Apr 12, 2017
Document that the `options` parameter of `fs.readdir()` was added in Node.js 6.0.0. PR-URL: #12312Fixes: #12299 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Sam Roberts <[email protected]> Reviewed-By: Alexey Orlenko <[email protected]> Reviewed-By: James M Snell <[email protected]>
evanlucas pushed a commit that referenced this pull request Apr 25, 2017
Document that the `options` parameter of `fs.readdir()` was added in Node.js 6.0.0. PR-URL: #12312Fixes: #12299 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Sam Roberts <[email protected]> Reviewed-By: Alexey Orlenko <[email protected]> Reviewed-By: James M Snell <[email protected]>
@evanlucasevanlucas mentioned this pull request May 1, 2017
evanlucas pushed a commit that referenced this pull request May 1, 2017
Document that the `options` parameter of `fs.readdir()` was added in Node.js 6.0.0. PR-URL: #12312Fixes: #12299 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Sam Roberts <[email protected]> Reviewed-By: Alexey Orlenko <[email protected]> Reviewed-By: James M Snell <[email protected]>
evanlucas pushed a commit that referenced this pull request May 2, 2017
Document that the `options` parameter of `fs.readdir()` was added in Node.js 6.0.0. PR-URL: #12312Fixes: #12299 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Sam Roberts <[email protected]> Reviewed-By: Alexey Orlenko <[email protected]> Reviewed-By: James M Snell <[email protected]>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docIssues and PRs related to the documentations.fsIssues and PRs related to the fs subsystem / file system.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

readdir docs don’t mention when options argument was added

9 participants

@shubheksha@aqrln@sam-github@jasnell@Trott@addaleax@cjihrig@vsemozhetbyt@nodejs-github-bot