Commit a0ff031
committed
2018-02-21, Version 9.6.0 (Current)
Notable changes:
* async_hooks:
- deprecate unsafe emit{Before,After} (Ali Ijaz Sheikh)
#18513
- rename PromiseWrap.parentId to PromiseWrap.isChainedPromise
(Ali Ijaz Sheikh) #18633
* deps:
- update node-inspect to 1.11.3 (Jan Krems)
#18354
- ICU 60.2 bump (Steven R. Loomis)
#17687
- Introduce ScriptOrModule and HostDefinedOptions to V8 (Jan Krems)
#16889
* http:
- add options to http.createServer() for `IncomingMessage` and
`ServerReponse` (Peter Marton)
#15752
* http2:
- add http fallback options to .createServer (Peter Marton)
#15752
* https:
- Adds the remaining options from tls.createSecureContext() to the
string generated by Agent#getName(). This allows https.request()
to accept the options and generate unique sockets appropriately.
(Jeff Principe)
#16402
* inspector:
- --inspect-brk for es modules (Guy Bedford)
#18194
* lib:
- allow process kill by signal number (Sam Roberts)
#16944
* module:
- enable dynamic import (Myles Borins)
#18387
- dynamic import is now supported (Jan Krems)
#15713
* napi:
- add methods to open/close callback scope (Michael Dawson)
#18089
* src:
- allow --perf-(basic-)?prof in NODE_OPTIONS (Leko)
#17600
* vm:
- add support for es modules (Gus Caplan)
#17560
PR-URL: #189021 parent 2bec889 commit a0ff031Copy full SHA for a0ff031
9 files changed
+254-12Lines changed: 254 additions & 12 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- doc
- api
- changelogs
- src
Expand file treeCollapse file tree
Open diff view settings
Collapse file
+2-1Lines changed: 2 additions & 1 deletion
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
29 | 29 | |
30 | 30 | |
31 | 31 | |
32 | | - |
| 32 | + |
| 33 | + |
33 | 34 | |
34 | 35 | |
35 | 36 | |
|
Collapse file
+3-3Lines changed: 3 additions & 3 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
673 | 673 | |
674 | 674 | |
675 | 675 | |
676 | | - |
| 676 | + |
677 | 677 | |
678 | 678 | |
679 | 679 | |
| ||
688 | 688 | |
689 | 689 | |
690 | 690 | |
691 | | - |
| 691 | + |
692 | 692 | |
693 | 693 | |
694 | 694 | |
| ||
706 | 706 | |
707 | 707 | |
708 | 708 | |
709 | | - |
| 709 | + |
710 | 710 | |
711 | 711 | |
712 | 712 | |
|
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1667 | 1667 | |
1668 | 1668 | |
1669 | 1669 | |
1670 | | - |
| 1670 | + |
1671 | 1671 | |
1672 | 1672 | |
1673 | 1673 | |
|
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1662 | 1662 | |
1663 | 1663 | |
1664 | 1664 | |
1665 | | - |
| 1665 | + |
1666 | 1666 | |
1667 | 1667 | |
1668 | 1668 | |
|
Collapse file
+2-2Lines changed: 2 additions & 2 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
3433 | 3433 | |
3434 | 3434 | |
3435 | 3435 | |
3436 | | - |
| 3436 | + |
3437 | 3437 | |
3438 | 3438 | |
3439 | 3439 | |
| ||
3458 | 3458 | |
3459 | 3459 | |
3460 | 3460 | |
3461 | | - |
| 3461 | + |
3462 | 3462 | |
3463 | 3463 | |
3464 | 3464 | |
|
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
127 | 127 | |
128 | 128 | |
129 | 129 | |
130 | | - |
| 130 | + |
131 | 131 | |
132 | 132 | |
133 | 133 | |
|
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
45 | 45 | |
46 | 46 | |
47 | 47 | |
48 | | - |
| 48 | + |
49 | 49 | |
50 | 50 | |
51 | 51 | |
|
Collapse file
doc/changelogs/CHANGELOG_V9.md
Copy file name to clipboardExpand all lines: doc/changelogs/CHANGELOG_V9.md+241Lines changed: 241 additions & 0 deletions
- Display the source diff
- Display the rich diff
Large diffs are not rendered by default.
Collapse file
+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
23 | 23 | |
24 | 24 | |
25 | 25 | |
26 | | - |
27 | | - |
| 26 | + |
| 27 | + |
28 | 28 | |
29 | 29 | |
30 | 30 | |
|
0 commit comments