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

Release proposal: v10.11.0 #22932

Merged
merged 107 commits into from
Sep 20, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
107 commits
Select commit Hold shift + click to select a range
8cfa88a
util: add util.types.isBoxedPrimitive
BridgeAR Aug 26, 2018
47acb78
doc: add apapirovski to TSC
Trott Sep 5, 2018
ca06e65
tools: update dmn to 2.0.0
Trott Sep 6, 2018
688d01c
doc: add warning to readline's close() method
cjihrig Sep 3, 2018
6a33399
deps: backport detailed line info for CPU profiler
psmarshall Sep 4, 2018
2cb01f0
errors: decapitalize PBKDF2 error
tniessen Sep 4, 2018
2b49b43
doc: added symbols guidelines
mcollina Sep 4, 2018
1ce9416
test: fix flaky addons/callback-scope/test-resolve-async
addaleax Sep 2, 2018
44f1438
src: fix trace-event-file-pattern description
AndreasMadsen Sep 4, 2018
e85aa19
deps: patch V8 to 6.8.275.32
targos Sep 4, 2018
13b8011
test: remove usage of deprecated V8 APIs in addons
targos Sep 5, 2018
db52f8f
build: rename configure to configure.py
refack Aug 21, 2018
db10db9
build: move meta-shebang back to `configure`
refack Aug 21, 2018
5bae8b9
build: add `--verbose` to `./configure`
refack Aug 22, 2018
e5cdfb0
doc: fix typo in CHANGELOG_V10.md
chakravarthy-s-m Sep 7, 2018
c1c78ca
doc: improve assert documentation
BridgeAR Sep 3, 2018
a78a946
build: make doc generation work on Windows
tniessen Sep 7, 2018
6579d05
doc: fix description of DEP0024
tniessen Sep 7, 2018
a7e8949
tools: add [src] links to child-process.html
rubys Sep 5, 2018
3666662
test: replaces assert.throws() with common.expectsError()
Sep 4, 2018
c3c5141
src: remove abort_on_uncaught_exception node.cc
danbev Sep 6, 2018
649288b
test: remove string argument to strictEqual()
Hariss096 Sep 5, 2018
7fa5f54
src: remove trace_sync_io_ from env
danbev Sep 6, 2018
3ff425e
build: remove /MP from default additonal options
skelliam Sep 2, 2018
9942117
doc: update mmarchini's e-mail
mmarchini Sep 9, 2018
649fcbb
tools,doc: apilinks should handle root scenarios
kfarnung Sep 5, 2018
d5e9801
test: remove string literal from deepStrictEqual
iliashkolyar Sep 7, 2018
0c32428
src: make `FIXED_ONE_BYTE_STRING` an inline fn
addaleax Sep 6, 2018
4e3f1ae
net: port isIPv6 to JS
starkwang Sep 3, 2018
62d7304
tools: update eslint to v5.5.0
BridgeAR Sep 6, 2018
37b27a5
tools: vendor in node-lint-md-cli-rollup
refack Apr 17, 2018
25e1060
tools: update `node-lint-md-cli-rollup`
refack Sep 6, 2018
350a3e1
tools: relocate `remark-preset-lint-node`
refack Sep 6, 2018
22fefae
tools: `make lint-md-rollup` & checkin `lint-md.js`
refack Sep 6, 2018
d03ce9d
tools: use lint-md.js
refack Sep 6, 2018
b3bc642
build,win: WHOLEARCHIVE needs just lib name
refack Sep 4, 2018
dbe27d7
build,win: generate single PDB file per target
refack Sep 4, 2018
b4a79ac
build,win: exclude warning 4244 only for deps
refack Sep 4, 2018
bda3311
doc: `node debug` → `node inspect` in CLI docs
addaleax Sep 9, 2018
9564f7a
tools: fix doc tool behavior for version arrays
tniessen Sep 8, 2018
b1d667b
test: refactor structure of common/index
jasnell Aug 24, 2018
0015430
assert: align argument names
BridgeAR Sep 8, 2018
6786730
doc: add history for withFileTypes in fs.readdir[Sync]()
tiendq Sep 10, 2018
ff17b39
crypto: fix public key encryption internals
tniessen Sep 9, 2018
9b58b79
crypto: rename symbols to match guidelines
tniessen Sep 5, 2018
cf95b61
doc: add gabrielschulhof to TSC
Trott Sep 12, 2018
bb2bbc8
n-api: add generic finalizer callback
Aug 10, 2018
bd6b2ab
test: checks on napi factory wrap’s finalization
legendecas Aug 31, 2018
e2b72c2
lib: remove unnecessary symbols
Aug 22, 2018
9e1f736
test: minor refactor in common/index.js
jasnell Sep 6, 2018
ef2a0bd
doc: document http2 timeouts
sagitsofan Sep 10, 2018
0c39fa4
doc: add reference to guide for N-API additions
mhdawson Aug 29, 2018
967fbeb
deps: cherry-pick 2363cdf from upstream V8
ofrobots Sep 11, 2018
aa05c8b
trace_events: avoid flusing uninitialized traces
ofrobots Sep 12, 2018
f0a4017
fs: ensure readdir() callback is only called once
cjihrig Sep 10, 2018
49b5933
lib: simplify 'processChunkSync'
Sep 11, 2018
a96a846
worker: correct (de)initialization order
addaleax Sep 9, 2018
b2abeff
tools: implement update-authors in JS
addaleax Sep 9, 2018
cadb360
doc: update AUTHORS list
addaleax Sep 9, 2018
1d3a63f
src: move getActiveResources/Handles to node_process.cc
jasnell Sep 7, 2018
7e4f29f
src: move DebugPortGetter/Setter to node_process.cc
jasnell Sep 7, 2018
8e8748c
doc: fix typo in dns docs
MohammedEssehemy Sep 14, 2018
ed142e1
doc: add withFileTypes option to fsPromises.readdir
bengl Sep 13, 2018
4ab9d6f
process: generate list of allowed env flags programmatically
addaleax Aug 31, 2018
2abdbf4
lib: generate allowedNodeEnvironmentFlags lazily
addaleax Aug 31, 2018
08e427a
doc: add full deprecation history
tniessen Sep 8, 2018
24a35f9
fs: fix promisified fs.readdir withFileTypes
apapirovski Sep 13, 2018
bc07612
src: fix `--prof-process` CLI argument handling
addaleax Sep 10, 2018
db79276
tracing: remove shutdown-on-signal
addaleax Sep 6, 2018
5c84953
path: remove unnecessary if statement
wchargin Aug 11, 2018
15a59bb
tools: update ESLint to 5.6.0
Trott Sep 16, 2018
5a494ae
src: move no_async_hooks_checks to env
danbev Sep 10, 2018
0873d0a
doc: add missing options for crypto sign.sign()
mbj36 Sep 12, 2018
add1fcd
assert: add default operator to `assert.fail()`
BridgeAR Sep 4, 2018
790864b
http2: add http2stream.endAfterHeaders property
jasnell Sep 13, 2018
5c5d881
doc: improve asymmetric crypto docs
addaleax Sep 12, 2018
5d5c3fa
src: refactor `Environment::GetCurrent()` usage
addaleax Sep 12, 2018
84d498c
build: skip cctest on Windows shared lib build
yhwang Jul 24, 2018
a10d03d
string_decoder: support typed array or data view
BeniCheni Aug 28, 2018
f0679d9
doc: update 6.x to 8.x in backporting wiki
trivikr Sep 15, 2018
d69d06b
errors: add useOriginalName to internal/errors
joyeecheung Aug 27, 2018
3fcd54f
build: do not lint fixtures in make lint-md
joyeecheung Aug 27, 2018
6e9f1d6
doc: add boneskull as collaborator
boneskull Sep 17, 2018
0fc79d4
tools,win: fix find_python error
kfarnung Sep 10, 2018
4ff49ae
tools: merge custom cpplint with cpplint v1.3.0
boneskull Sep 13, 2018
bb3292f
deps: add missing HandleScope in FieldType::PrintTo
hashseed Sep 17, 2018
329ac60
crypto: remove unused scrypt validation parameter
tniessen Sep 17, 2018
624e516
crypto: fix edge case in authenticated encryption
tniessen Sep 12, 2018
e580a44
test: don't inspect values if not necessary
BridgeAR Sep 17, 2018
a15bfda
test: remove string literal message from assertion
Trott Sep 13, 2018
b301a7b
test: remove string literal message in assertions
Trott Sep 13, 2018
b31a4d0
test: improve assertion in test-inspector.js
Trott Sep 2, 2018
e5de225
test: simplify assertion in http2 tests
Trott Sep 2, 2018
a5f7f1d
test: refactor flag check
Trott Sep 13, 2018
266f1a9
test: remove string literal from assertion
Trott Sep 13, 2018
59b6968
test: remove string literal message from assertion
Trott Sep 13, 2018
5316334
test: remove string literal arg from assertion
Trott Sep 13, 2018
5d4cbd7
test: remove string literal from assertion
Trott Sep 13, 2018
5a06326
test: remove string literal from assertion
Trott Sep 13, 2018
ff6e4ea
test: prepare test-assert for strictEqual linting
Trott Sep 13, 2018
8ffcb2d
tools: prevent string literals in some assertions
Trott Jul 30, 2018
5660759
deps: cherry-pick 9a23bdd from upstream V8
Drieger Sep 17, 2018
25220f0
lib,doc: remove unused parameter, improve docs
Sep 14, 2018
6367349
tools: synchronize deepStrictEqual() message rules
Trott Sep 17, 2018
6ed5845
doc: explain how to invoke gc
isurusiri Apr 30, 2018
5da1f0c
doc, win: improve os.setPriority documentation
bzoz Sep 12, 2018
8c70b20
2018-09-20, Version 10.11.0 (Current)
targos Sep 18, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
5 changes: 3 additions & 2 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
lib/internal/v8.js
lib/internal/v8_prof_polyfill.js
lib/punycode.js
Expand All @@ -6,8 +7,8 @@ test/es-module/test-esm-dynamic-import.js
test/fixtures
test/message/esm_display_syntax_error.mjs
tools/icu
tools/remark-*
node_modules
tools/lint-md.js
tools/node-lint-md-cli-rollup/dist
benchmark/tmp
doc/**/*.js
!.eslintrc.js
9 changes: 9 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,13 @@ module.exports = {
],
/* eslint-disable max-len */
// If this list is modified, please copy the change to lib/.eslintrc.yaml
// and test/.eslintrc.yaml.
'no-restricted-syntax': [
'error',
{
selector: "CallExpression[callee.object.name='assert'][callee.property.name='deepStrictEqual'][arguments.2.type='Literal']",
message: 'Do not use a literal for the third argument of assert.deepStrictEqual()'
},
{
selector: "CallExpression[callee.object.name='assert'][callee.property.name='doesNotThrow']",
message: 'Please replace `assert.doesNotThrow()` and add a comment next to the code instead.'
Expand All @@ -166,6 +171,10 @@ module.exports = {
selector: "CallExpression[callee.object.name='assert'][callee.property.name='rejects'][arguments.length<2]",
message: 'assert.rejects() must be invoked with at least two arguments.',
},
{
selector: "CallExpression[callee.object.name='assert'][callee.property.name='strictEqual'][arguments.2.type='Literal']",
message: 'Do not use a literal for the third argument of assert.strictEqual()'
},
{
selector: "CallExpression[callee.object.name='assert'][callee.property.name='throws'][arguments.1.type='Literal']:not([arguments.1.regex])",
message: 'Use an object as second argument of assert.throws()',
Expand Down
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
!.gitkeep
!.mailmap
!.nycrc
!.remarkrc
!.travis.yml

core
Expand Down Expand Up @@ -114,8 +113,6 @@ tools/doc/node_modules
tools/clang-format/node_modules

# test artifacts
tools/remark-cli/node_modules
tools/remark-preset-lint-node/node_modules
icu_config.gypi
*.tap

Expand Down
12 changes: 9 additions & 3 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ Gabriel de Perthuis <[email protected]>
Gareth Ellis <[email protected]> <[email protected]>
Garwah Lam <[email protected]>
Geoffrey Bugaisky <[email protected]> gbugaisky <[email protected]>
Gerhard Stoebich <[email protected]>
Gibson Fahnestock <[email protected]> <[email protected]>
Gil Pedersen <[email protected]> <[email protected]>
Graham Fairweather <[email protected]> Xotic750 <xotic750@gmail>
Expand Down Expand Up @@ -204,6 +205,7 @@ Jérémy Lal <[email protected]> <[email protected]>
Juan Sebastian Velez Posada <[email protected]>
Kai Sasaki Lewuathe <[email protected]>
Karl Skomski <[email protected]> <[email protected]>
Kat Marchán <[email protected]> <[email protected]>
Kathy Truong <[email protected]> k3kathy <[email protected]>
Kazuyuki Yamada <[email protected]>
Keith M Wesolowski <[email protected]> <[email protected]>
Expand Down Expand Up @@ -233,10 +235,12 @@ Marti Martz <[email protected]>
Martial James Jefferson <[email protected]>
Martijn Schrage <[email protected]> Oblosys <[email protected]>
Masato Ohba <[email protected]>
Matheus Marchini <[email protected]> <[email protected]>
Matheus Marchini <[email protected]> <[email protected]>
Matheus Marchini <[email protected]> <[email protected]>
Matheus Marchini <[email protected]> <[email protected]>
Matheus Marchini <[email protected]> <[email protected]>
Matt Lang <[email protected]> matt-in-a-hat <[email protected]>
Matt Reed <[email protected]> matthewreed26 <[email protected]>
Matteo Collina <[email protected]> <[email protected]>
Matthias Bastian <[email protected]> piepmatz <[email protected]>
Mathias Buus <[email protected]> <[email protected]>
Mathias Pettersson <[email protected]>
Expand Down Expand Up @@ -363,6 +367,7 @@ Tadashi SAWADA <[email protected]>
Takahiro ANDO <[email protected]>
Tarun Batra <[email protected]> Tarun <[email protected]>
Ted Young <[email protected]>
Teppei Sato <[email protected]>
Thomas Hunter II <[email protected]> <[email protected]>
Thomas Lee <[email protected]> <[email protected]>
Thomas Reggi <[email protected]>
Expand Down Expand Up @@ -390,7 +395,8 @@ Vladimir de Turckheim <[email protected]>
vsemozhetbyt <[email protected]> Vse Mozhet Byt <[email protected]>
Wang Xinyong <[email protected]> <[email protected]>
Weijia Wang <[email protected]>
Weijia Wang <[email protected]> starkewang <[email protected]>
Weijia Wang <[email protected]> <[email protected]>
Weijia Wang <[email protected]> <[email protected]>
Wei-Wei Wu <[email protected]>
Willi Eggeling <[email protected]>
Will Hayslett <[email protected]>
Expand Down
5 changes: 0 additions & 5 deletions .remarkrc

This file was deleted.

109 changes: 95 additions & 14 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ Micleusanu Nicu <[email protected]>
Alejandro Oviedo Garcia <[email protected]>
Ben Burns <[email protected]>
Julian Duque <[email protected]>
teppeis <[email protected]>
Teppei Sato <[email protected]>
Rudi Cilibrasi <[email protected]>
Tim Ruffles <[email protected]>
CGavrila <[email protected]>
Expand Down Expand Up @@ -754,14 +754,14 @@ Felipe Batista <[email protected]>
Rebecca Turner <[email protected]>
Tyler Anton <[email protected]>
João Reis <[email protected]>
Kat Marchán <kzm@sykosomatic.org>
Kat Marchán <kzm@zkat.tech>
Ryan Petschek <[email protected]>
Pierre Inglebert <[email protected]>
Ivan Yan <[email protected]>
Sangmin Yoon <[email protected]>
Mark Plomer <[email protected]>
Phillip Johnsen <[email protected]>
Matteo Collina <hello@matteocollina.com>
Matteo Collina <matteo.collina@gmail.com>
jomo <[email protected]>
Gireesh Punathil <[email protected]>
Lucien Greathouse <[email protected]>
Expand Down Expand Up @@ -1432,23 +1432,25 @@ Ahmad Nassri <[email protected]>
Tom Atkinson <[email protected]>
Tobias Nießen <[email protected]>
Joseph Gentle <[email protected]>
Arunesh Chandra <[email protected]>
Gabriel Schulhof <[email protected]>
Ian Halliday <[email protected]>
Sampson Gao <[email protected]>
Taylor Woll <[email protected]>
Zero King <[email protected]>
Raphael Okon <[email protected]>
JR McEntee <[email protected]>
Lovell Fuller <[email protected]>
Jason Marsh <[email protected]>
Vinay Hiremath <[email protected]>
Gabriel Schulhof <[email protected]>
alejandro <[email protected]>
dave-k <[email protected]>
Steven <[email protected]>
Uppinder Chugh <[email protected]>
Karl Cheng <[email protected]>
Taylor Woll <[email protected]>
Tarun Batra <[email protected]>
Nao YONASHIRO <[email protected]>
Christopher Luke <[email protected]>
Sampson Gao <[email protected]>
John Paul Bamberg <[email protected]>
Cody Deckard <[email protected]>
Fabio Campinho <[email protected]>
Expand Down Expand Up @@ -1488,7 +1490,7 @@ Madara Uchiha <[email protected]>
Gil Tayar <[email protected]>
Glenn Schlereth <[email protected]>
Artur G Vieira <[email protected]>
Flarna <[email protected]>
Gerhard Stoebich <[email protected]>
Sreepurna Jasti <[email protected]>
Rafael Fragoso <[email protected]>
Andrei Cioromila <[email protected]>
Expand Down Expand Up @@ -1658,6 +1660,8 @@ Piotr Mionskowski <[email protected]>
Cyril Lakech <[email protected]>
Eduard Bondarenko <[email protected]>
Adina Shanholtz <[email protected]>
Guy Bedford <[email protected]>
Jan Krems <[email protected]>
Miguel Martins <[email protected]>
Yury Popov <[email protected]>
George Bezerra <[email protected]>
Expand All @@ -1670,7 +1674,6 @@ Alex Gresnel <[email protected]>
Will Young <[email protected]>
Martijn Schrage <[email protected]>
Halil İbrahim Şener <[email protected]>
Guy Bedford <[email protected]>
Antoine Amara <[email protected]>
Mani Maghsoudlou <[email protected]>
Bartek Szczepański <[email protected]>
Expand Down Expand Up @@ -1884,7 +1887,6 @@ Ashish Kaila <[email protected]>
c0b <[email protected]>
Damian <[email protected]>
Alec Perkins <[email protected]>
Teppei Sato <[email protected]>
Jinwoo Lee <[email protected]>
Peter Marton <[email protected]>
Erwin W. Ramadhan <[email protected]>
Expand Down Expand Up @@ -1982,7 +1984,7 @@ Pierre-Loic Doulcet <[email protected]>
Fran Herrero <[email protected]>
Francois KY <[email protected]>
suman-mitra <[email protected]>
Matheus Marchini <[email protected]>
Matheus Marchini <[email protected]>
neta <neta@netush>
Whien <[email protected]>
Chiahao Lin <[email protected]>
Expand Down Expand Up @@ -2154,9 +2156,7 @@ Nick Filatov <[email protected]>
Jesse Gorzinski <[email protected]>
Pieter Mees <[email protected]>
Malcolm White <[email protected]>
Gerhard Stoebich <[email protected]>
Matei Copot <[email protected]>
ikasumiwt <[email protected]>
Gurin, Sebastian <[email protected]>
Indranil Dasgupta <[email protected]>
Harry Sarson <[email protected]>
Expand Down Expand Up @@ -2187,7 +2187,6 @@ Kyle Martin <[email protected]>
Denis Fäcke <[email protected]>
Daylor Yanes <[email protected]>
Carrie Coxwell <[email protected]>
BeniCheni <[email protected]>
Masashi Hirano <[email protected]>
Brandon Ruggles <[email protected]>
Allen Yonghuang Wang <[email protected]>
Expand Down Expand Up @@ -2218,6 +2217,7 @@ Abhimanyu Vashisht <[email protected]>
Sagir Khan <[email protected]>
Kael Zhang <[email protected]>
Unknown <[email protected]>
Krzysztof Taborski <[email protected]>
Blaine Bublitz <[email protected]>
Shailesh Shekhawat <[email protected]>
Davis Okoth <[email protected]>
Expand All @@ -2236,5 +2236,86 @@ Shelley Vohr <[email protected]>
Deepjyoti Mondal <[email protected]>
Brett Kiefer <[email protected]>
Kevin Thomas <[email protected]>
ZaneHannanAU <[email protected]>
Fernando Doglio <[email protected]>
Renée Kooi <[email protected]>
Jo Colina <[email protected]>
itaysabato <[email protected]>
Victor Belozyorov <[email protected]>
Joonas Rouhiainen <[email protected]>
GauthamBanasandra <[email protected]>
Hugo Josefson <[email protected]>
Sam Ruby <[email protected]>
Haroon Khan <[email protected]>
Developer Davo <[email protected]>
Jacek Pospychała <[email protected]>
MaleDong <[email protected]>
iwko <[email protected]>
Sohail Rajdev <[email protected]>
Niicck <[email protected]>
Denys Otrishko <[email protected]>
Sergey Zelenov <[email protected]>
Travis Fischer <[email protected]>
Dominic Farolino <[email protected]>
Octavian Soldea <[email protected]>
XhmikosR <[email protected]>
AdityaSrivast <[email protected]>
Javier Gonzalez <[email protected]>
RidgeA <[email protected]>
Ryuichi Sakagami <[email protected]>
hectorcoronado <[email protected]>
Petras <[email protected]>
Kevin Lacabane <[email protected]>
Simionescu, Radu <[email protected]>
mariotsi <[email protected]>
prayag21 <[email protected]>
Bruno Pinho <[email protected]>
Anto Aravinth <[email protected]>
Helio Frota <[email protected]>
Tim Ruffles <[email protected]>
Jacob Page <[email protected]>
sagulati <[email protected]>
conectado <[email protected]>
Vitor Bruno de Oliveira Barth <[email protected]>
cclauss <[email protected]>
James Ide <[email protected]>
MaleDong <[email protected]>
bhavayAnand9 <[email protected]>
Brandon Lee <[email protected]>
Oryan Moshe <[email protected]>
Michael Sommer <[email protected]>
Eugene Y. Q. Shen <[email protected]>
Rishabh Singh <[email protected]>
Marco Levrero <[email protected]>
Ouyang Yadong <[email protected]>
yahavfuchs <[email protected]>
Thomas Leah <[email protected]>
Musa Hamwala <[email protected]>
James Bromwell <[email protected]>
Jeremy Apthorp <[email protected]>
Eugen Cazacu <[email protected]>
James Bromwell <[email protected]>
Csaba Palfi <[email protected]>
Ryan Petrich <[email protected]>
Andreas Girgensohn <[email protected]>
Caleb Sander <[email protected]>
Dzmitry_Prudnikau <[email protected]>
Ian McKellar <[email protected]>
Jennifer Bland <[email protected]>
Kyle Fuller <[email protected]>
ZYSzys <[email protected]>
Neeraj Laad <[email protected]>
Scott Van Gilder <[email protected]>
Yaniv Friedensohn <[email protected]>
Lars-Magnus Skog <[email protected]>
Lucas Woo <[email protected]>
Troels Liebe Bentsen <[email protected]>
pranshuchittora <[email protected]>
lakamsani <[email protected]>
Chris White <[email protected]>
Ben Newman <[email protected]>
Szymon Marczak <[email protected]>
Tessei Kameyama <[email protected]>
Chakravarthy S M <[email protected]>

# Generated by tools/update-authors.sh
# Generated by tools/update-authors.js
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ release.
</tr>
<tr>
<td valign="top">
<b><a href="doc/changelogs/CHANGELOG_V10.md#10.10.0">10.10.0</a></b><br/>
<b><a href="doc/changelogs/CHANGELOG_V10.md#10.11.0">10.11.0</a></b><br/>
<a href="doc/changelogs/CHANGELOG_V10.md#10.10.0">10.10.0</a><br/>
<a href="doc/changelogs/CHANGELOG_V10.md#10.9.0">10.9.0</a><br/>
<a href="doc/changelogs/CHANGELOG_V10.md#10.8.0">10.8.0</a><br/>
<a href="doc/changelogs/CHANGELOG_V10.md#10.7.0">10.7.0</a><br/>
Expand Down
13 changes: 13 additions & 0 deletions COLLABORATOR_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
- [When Breaking Changes Actually Break Things](#when-breaking-changes-actually-break-things)
- [Reverting commits](#reverting-commits)
- [Introducing New Modules](#introducing-new-modules)
- [Additions to N-API](#additions-to-n-api)
- [Deprecations](#deprecations)
- [Involving the TSC](#involving-the-tsc)
* [Landing Pull Requests](#landing-pull-requests)
Expand Down Expand Up @@ -411,6 +412,18 @@ For new modules that involve significant effort, non-trivial additions to
Node.js or significant new capabilities, an [Enhancement Proposal][] is
recommended but not required.

### Additions to N-API

N-API provides an ABI stable API that we will have to support in future
versions without the usual option to modify or remove existing APIs on
SemVer boundaries. Therefore, additions need to be managed carefully.

This
[guide](https://github.com/nodejs/node/blob/master/doc/guides/adding-new-napi-api.md)
outlines the requirements and principles that we should follow when
approving and landing new N-API APIs (any additions to `node_api.h` and
`node_api_types.h`).

### Deprecations

[_Deprecation_][] is "the discouragement of use of some … feature … or practice,
Expand Down
26 changes: 0 additions & 26 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -1277,32 +1277,6 @@ The externally maintained libraries used by Node.js are:
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
"""

- remark-cli, located at tools/remark-cli, is licensed as follows:
"""
(The MIT License)

Copyright (c) 2014-2016 Titus Wormer <[email protected]>
Copyright (c) 2011-2014, Christopher Jeffrey (https://github.com/chjj/)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
"""

- node-inspect, located at deps/node-inspect, is licensed as follows:
"""
Copyright Node.js contributors. All rights reserved.
Expand Down
Loading