@definitelytyped/typescript-versions
Advanced tools
Comparing version 0.1.4 to 0.1.5
# @definitelytyped/typescript-versions | ||
## 0.1.5 | ||
### Patch Changes | ||
- a4b62cd: Update TS versions; removing 4.8, shipping 5.6, supporting 5.8 | ||
## 0.1.4 | ||
@@ -4,0 +10,0 @@ |
@@ -11,11 +11,11 @@ /** Parseable but unsupported TypeScript versions. */ | ||
/** Add to this list when a version actually ships. */ | ||
const shipped: readonly ["4.8", "4.9", "5.0", "5.1", "5.2", "5.3", "5.4", "5.5"]; | ||
const shipped: readonly ["4.9", "5.0", "5.1", "5.2", "5.3", "5.4", "5.5", "5.6"]; | ||
/** Add to this list when a version is available as typescript@next */ | ||
const supported: readonly ["4.8", "4.9", "5.0", "5.1", "5.2", "5.3", "5.4", "5.5", "5.6", "5.7"]; | ||
const supported: readonly ["4.9", "5.0", "5.1", "5.2", "5.3", "5.4", "5.5", "5.6", "5.7", "5.8"]; | ||
/** Add to this list when it will no longer be supported on Definitely Typed */ | ||
const unsupported: readonly ["2.0", "2.1", "2.2", "2.3", "2.4", "2.5", "2.6", "2.7", "2.8", "2.9", "3.0", "3.1", "3.2", "3.3", "3.4", "3.5", "3.6", "3.7", "3.8", "3.9", "4.0", "4.1", "4.2", "4.3", "4.4", "4.5", "4.6", "4.7"]; | ||
const unsupported: readonly ["2.0", "2.1", "2.2", "2.3", "2.4", "2.5", "2.6", "2.7", "2.8", "2.9", "3.0", "3.1", "3.2", "3.3", "3.4", "3.5", "3.6", "3.7", "3.8", "3.9", "4.0", "4.1", "4.2", "4.3", "4.4", "4.5", "4.6", "4.7", "4.8"]; | ||
const all: readonly AllTypeScriptVersion[]; | ||
const lowest: "4.8"; | ||
const lowest: "4.9"; | ||
/** Latest version that may be specified in a `// TypeScript Version:` header. */ | ||
const latest: "4.8" | "4.9" | "5.0" | "5.1" | "5.2" | "5.3" | "5.4" | "5.5" | "5.6" | "5.7"; | ||
const latest: "4.9" | "5.0" | "5.1" | "5.2" | "5.3" | "5.4" | "5.5" | "5.6" | "5.7" | "5.8"; | ||
function isSupported(v: AllTypeScriptVersion): v is TypeScriptVersion; | ||
@@ -22,0 +22,0 @@ function range(min: TypeScriptVersion): readonly TypeScriptVersion[]; |
@@ -11,5 +11,5 @@ "use strict"; | ||
/** Add to this list when a version actually ships. */ | ||
TypeScriptVersion.shipped = ["4.8", "4.9", "5.0", "5.1", "5.2", "5.3", "5.4", "5.5"]; | ||
TypeScriptVersion.shipped = ["4.9", "5.0", "5.1", "5.2", "5.3", "5.4", "5.5", "5.6"]; | ||
/** Add to this list when a version is available as typescript@next */ | ||
TypeScriptVersion.supported = [...TypeScriptVersion.shipped, "5.6", "5.7"]; | ||
TypeScriptVersion.supported = [...TypeScriptVersion.shipped, "5.7", "5.8"]; | ||
/** Add to this list when it will no longer be supported on Definitely Typed */ | ||
@@ -45,2 +45,3 @@ TypeScriptVersion.unsupported = [ | ||
"4.7", | ||
"4.8", | ||
]; | ||
@@ -47,0 +48,0 @@ TypeScriptVersion.all = [...TypeScriptVersion.unsupported, ...TypeScriptVersion.supported]; |
{ | ||
"name": "@definitelytyped/typescript-versions", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "List of supported TypeScript versions", | ||
@@ -5,0 +5,0 @@ "author": "Andrew Branch <andrew@wheream.io>", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10504
116