| Commit message (Expand) | Author | Age | Files | Lines |
* | 2021-02-02, Version 15.8.0 (Current)v15.8.0v15.8.0-proposal | Michaël Zasso | 2021-02-02 | 1 | -1/+1 |
* | doc: add missing deprecation code | cjihrig | 2021-02-02 | 1 | -1/+1 |
* | esm: deprecate legacy main lookup for modules | Guy Bedford | 2021-02-02 | 1 | -4/+22 |
* | doc: cleanup events.md structure | James M Snell | 2020-12-07 | 1 | -2/+2 |
* | 2020-11-04, Version 15.1.0 (Current)v15.1.0v15.1.0-proposal | Michaël Zasso | 2020-11-04 | 1 | -1/+1 |
* | module: runtime deprecate subpath folder mappings | Guy Bedford | 2020-11-03 | 1 | -0/+26 |
* | 2020-10-20, Version 15.0.0 (Current)v15.0.0v15.0.0-proposal | Beth Griggs | 2020-10-20 | 1 | -9/+9 |
* | doc: correct order of metadata for deprecation | Rich Trott | 2020-10-18 | 1 | -3/+3 |
* | 2020-10-15, Version 14.14.0 (Current) | Myles Borins | 2020-10-15 | 1 | -1/+1 |
* | fs: deprecation warning on recursive rmdir | Ian Sutherland | 2020-10-14 | 1 | -2/+5 |
* | doc: add missing deprecation number | bcoe | 2020-10-13 | 1 | -1/+1 |
* | doc: harmonize YAML comments | Antoine du Hamel | 2020-10-13 | 1 | -3/+8 |
* | doc: document rmdir/recursive deprecation | bcoe | 2020-10-12 | 1 | -0/+14 |
* | doc: harmonize YAML comments style in deprecations.md | Antoine du Hamel | 2020-10-09 | 1 | -82/+83 |
* | doc: fix deprecation history | Antoine du Hamel | 2020-10-08 | 1 | -5/+7 |
* | crypto: refactoring internals, add WebCrypto | James M Snell | 2020-10-07 | 1 | -1/+1 |
* | 2020-10-06, Version 12.19.0 'Erbium' (LTS) | Shelley Vohr | 2020-10-06 | 1 | -4/+6 |
* | doc: sort md references in ASCII order | Antoine du Hamel | 2020-10-01 | 1 | -9/+9 |
* | doc: use .md extension for internal links | Antoine du Hamel | 2020-10-01 | 1 | -122/+122 |
* | Revert "src: runtime deprecate process.umask()" | Beth Griggs | 2020-09-30 | 1 | -2/+2 |
* | doc: move DEP0018 to End-of-Life | Rich Trott | 2020-09-25 | 1 | -4/+9 |
* | doc: remove "end user" | Rich Trott | 2020-09-17 | 1 | -1/+1 |
* | doc: fix broken links in deprecations.md | Rich Trott | 2020-09-10 | 1 | -2/+2 |
* | doc: refactor deprecation anchors | Antoine du HAMEL | 2020-09-04 | 1 | -144/+0 |
* | doc: fix broken link to response.writableFinished in deprecations doc | Rich Trott | 2020-09-01 | 1 | -1/+1 |
* | doc: fix broken link to response.finished in deprecations doc | Rich Trott | 2020-09-01 | 1 | -1/+1 |
* | doc: fix broken link to writableEnded in deprecations doc | Rich Trott | 2020-09-01 | 1 | -1/+1 |
* | 2020-08-27, Version 14.9.0 (Current) | Danielle Adams | 2020-08-27 | 1 | -1/+1 |
* | doc: add missing DEP ID for 'new crypto.Certificate()' | Beth Griggs | 2020-08-27 | 1 | -2/+2 |
* | doc: improve wording in deprecations.md | Rich Trott | 2020-08-23 | 1 | -8/+8 |
* | doc: move module core module doc to separate page | Antoine du HAMEL | 2020-08-19 | 1 | -1/+1 |
* | doc: reorder deprecated tls docs | Jerome T.K. Covington | 2020-08-19 | 1 | -2/+2 |
* | doc: deprecate (doc-only) crypto.Certificate() | Rich Trott | 2020-08-17 | 1 | -0/+16 |
* | doc: use _Static method_ instead of _Class Method_ | Rich Trott | 2020-08-09 | 1 | -8/+8 |
* | 2020-07-21, Version 14.6.0 (Current) | Myles Borins | 2020-07-21 | 1 | -2/+2 |
* | doc: sync deprecation numbers with v14.x | Beth Griggs | 2020-07-15 | 1 | -4/+16 |
* | 2020-06-30, Version 14.5.0 (Current) | Shelley Vohr | 2020-06-30 | 1 | -3/+3 |
* | net: doc deprecate bufferSize | Robert Nagy | 2020-06-30 | 1 | -0/+15 |
* | doc: use sentence-case for headings in docs | Rich Trott | 2020-06-19 | 1 | -7/+7 |
* | doc: fix deprecation "End-of-Life" capitalization | cjihrig | 2020-06-02 | 1 | -2/+2 |
* | net: remove long deprecated server.connections property | James M Snell | 2020-06-01 | 1 | -4/+6 |
* | src: remove deprecated node debug command | James M Snell | 2020-06-01 | 1 | -1/+4 |
* | doc: normalize Bash code block info strings | Derek Lewis | 2020-05-25 | 1 | -1/+1 |
* | module: deprecate module.parent | Antoine du HAMEL | 2020-05-24 | 1 | -0/+33 |
* | repl: remove deprecated repl.memory function | Ruben Bridgewater | 2020-05-23 | 1 | -1/+4 |
* | repl: remove deprecated repl.turnOffEditorMode() function | Ruben Bridgewater | 2020-05-23 | 1 | -1/+4 |
* | repl: remove deprecated repl.parseREPLKeyword() function | Ruben Bridgewater | 2020-05-23 | 1 | -1/+4 |
* | repl: remove deprecated bufferedCommand property | Ruben Bridgewater | 2020-05-23 | 1 | -1/+4 |
* | repl: remove deprecated .rli | Ruben Bridgewater | 2020-05-23 | 1 | -1/+4 |
* | 2020-05-19, Version 14.3.0 (Current) | Shelley Vohr | 2020-05-19 | 1 | -2/+2 |