Skip to content

Commit 663ce54

Browse files
committed
Add maintenance status to site
1 parent 193b02e commit 663ce54

File tree

2 files changed

+13
-17
lines changed

2 files changed

+13
-17
lines changed

.github/SECURITY.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,7 @@ The TypeDoc team supports the latest minor version. For one minor version prior
66
pull requests providing patches to fix security vulnerabilities will be accepted. Support for the
77
previous minor version relies completely on community pull requests.
88

9-
| Version | Status |
10-
| ------- | ------------------ |
11-
| 0.25.x | :white_check_mark: |
12-
| 0.24.x | :warning: |
13-
| < 0.24 | :x: |
9+
See https://typedoc.org/documents/Overview.html for the current status.
1410

1511
## Patching LTS Versions
1612

site/overview.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,20 @@ version or newer. It can be installed either locally to your project or globally
1414
1515
TypeDoc aims to support the two latest TypeScript releases for the current release. Depending
1616
on the scale of breaking changes introduced in a new TypeScript version, a given version may
17-
support more versions of TypeScript. TypeDoc may work with older TypeScript versions, but
17+
support more versions of TypeScript. TypeDoc may work with older (or newer) TypeScript versions, but
1818
the supported version range will generally not include versions not supported by DefinitelyTyped.
1919

20-
| TypeDoc Version | TypeScript Version |
21-
| --------------- | ------------------ |
22-
| 0.27 | 5.0 through 5.7 |
23-
| 0.26 | 4.6 through 5.6 |
24-
| 0.25 | 4.6 through 5.4 |
25-
| 0.24 | 4.6 through 5.1 |
26-
| 0.23 | 4.6 through 5.0 |
27-
| 0.22 | 4.0 through 4.7 |
28-
| 0.21 | 4.0 through 4.4 |
29-
| 0.20 | 3.9 through 4.2 |
30-
| 0.19 | 3.9 through 4.0 |
20+
| TypeDoc Version | TypeScript Version | Status |
21+
| --------------- | ------------------ | ------------------- |
22+
| 0.27 | 5.0 through 5.7 | ✅ Maintained |
23+
| 0.26 | 4.6 through 5.6 | ⚠️ Security Updates |
24+
| 0.25 | 4.6 through 5.4 | ❌ Unmaintained |
25+
| 0.24 | 4.6 through 5.1 | ❌ Unmaintained |
26+
| 0.23 | 4.6 through 5.0 | ❌ Unmaintained |
27+
| 0.22 | 4.0 through 4.7 | ❌ Unmaintained |
28+
| 0.21 | 4.0 through 4.4 | ❌ Unmaintained |
29+
| 0.20 | 3.9 through 4.2 | ❌ Unmaintained |
30+
| 0.19 | 3.9 through 4.0 | ❌ Unmaintained |
3131

3232
## Command Line Interface
3333

0 commit comments

Comments
 (0)