@@ -14,20 +14,20 @@ version or newer. It can be installed either locally to your project or globally
14
14
15
15
TypeDoc aims to support the two latest TypeScript releases for the current release. Depending
16
16
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
18
18
the supported version range will generally not include versions not supported by DefinitelyTyped.
19
19
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 |
31
31
32
32
## Command Line Interface
33
33
0 commit comments