| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent bd1dbce commit 9dcf748
13 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,3 +1,4 @@ | |||
| 1 | + <!--lint disable prohibited-strings--> | ||
| 1 | 2 | @include documentation | |
| 2 | 3 | @include synopsis | |
| 3 | 4 | @include assert | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1459,9 +1459,9 @@ tarball. | |||
| 1459 | 1459 | * `lts` {string} a string label identifying the [LTS][] label for this release. | |
| 1460 | 1460 | This property only exists for LTS releases and is `undefined` for all other | |
| 1461 | 1461 | release types, including _Current_ releases. Currently the valid values are: | |
| 1462 | - - `'Argon'` for the v4.x LTS line beginning with v4.2.0. | ||
| 1463 | - - `'Boron'` for the v6.x LTS line beginning with v6.9.0. | ||
| 1464 | - - `'Carbon'` for the v8.x LTS line beginning with v8.9.1. | ||
| 1462 | + - `'Argon'` for the 4.x LTS line beginning with 4.2.0. | ||
| 1463 | + - `'Boron'` for the 6.x LTS line beginning with 6.9.0. | ||
| 1464 | + - `'Carbon'` for the 8.x LTS line beginning with 8.9.1. | ||
| 1465 | 1465 | ||
| 1466 | 1466 | For example: | |
| 1467 | 1467 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,7 @@ | |||
| 1 | 1 | # Node.js ChangeLog Archive | |
| 2 | 2 | ||
| 3 | + <!--lint disable prohibited-strings--> | ||
| 4 | + | ||
| 3 | 5 | <table> | |
| 4 | 6 | <tr> | |
| 5 | 7 | <th>v0.11</th> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,7 @@ | |||
| 1 | 1 | # io.js ChangeLog | |
| 2 | 2 | ||
| 3 | + <!--lint disable prohibited-strings--> | ||
| 4 | + | ||
| 3 | 5 | <table> | |
| 4 | 6 | <tr> | |
| 5 | 7 | <th>v3</th> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,7 @@ | |||
| 1 | 1 | # Node.js 0.10 ChangeLog | |
| 2 | 2 | ||
| 3 | + <!--lint disable prohibited-strings--> | ||
| 4 | + | ||
| 3 | 5 | <table> | |
| 4 | 6 | <tr> | |
| 5 | 7 | <th colspan="2">Stable</th> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,7 @@ | |||
| 1 | 1 | # Node.js 0.12 ChangeLog | |
| 2 | 2 | ||
| 3 | + <!--lint disable prohibited-strings--> | ||
| 4 | + | ||
| 3 | 5 | <table> | |
| 4 | 6 | <tr> | |
| 5 | 7 | <th>Stable</th> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,7 @@ | |||
| 1 | 1 | # Node.js 4 ChangeLog | |
| 2 | 2 | ||
| 3 | + <!--lint disable prohibited-strings--> | ||
| 4 | + | ||
| 3 | 5 | <table> | |
| 4 | 6 | <tr> | |
| 5 | 7 | <th>LTS 'Argon'</th> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,7 @@ | |||
| 1 | 1 | # Node.js 5 ChangeLog | |
| 2 | 2 | ||
| 3 | + <!--lint disable prohibited-strings--> | ||
| 4 | + | ||
| 3 | 5 | <table> | |
| 4 | 6 | <tr> | |
| 5 | 7 | <th>Stable</th> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,7 @@ | |||
| 1 | 1 | # Node.js 6 ChangeLog | |
| 2 | 2 | ||
| 3 | + <!--lint disable prohibited-strings--> | ||
| 4 | + | ||
| 3 | 5 | <table> | |
| 4 | 6 | <tr> | |
| 5 | 7 | <th>LTS 'Boron'</th> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,7 @@ | |||
| 1 | 1 | # Node.js 7 ChangeLog | |
| 2 | 2 | ||
| 3 | + <!--lint disable prohibited-strings--> | ||
| 4 | + | ||
| 3 | 5 | <table> | |
| 4 | 6 | <tr> | |
| 5 | 7 | <th title="Previously called 'Stable'">Current</th> | |
| Back | FazBrowse Home | New Git URL |
0 commit comments