TypeScript The official blog of the TypeScript team.
- Announcing TypeScript 5.8 RCby Daniel Rosenwasser on February 13, 2025 at 10:27 pm
Today we are excited to announce the Release Candidate (RC) of TypeScript 5.8! To get started using the Release Candidate, you can get it through npm with the following command: npm install -D typescript@rc Let’s take a look at what’s new in TypeScript 5.8! What’s New Since the Beta? Since our beta release, we have The post Announcing TypeScript 5.8 RC appeared first on TypeScript.
- Announcing TypeScript 5.8 Betaby Daniel Rosenwasser on January 29, 2025 at 6:51 pm
Today we are excited to announce the availability of TypeScript 5.8 Beta. To get started using the beta, you can get it through npm with the following command: npm install -D typescript@beta Let’s take a look at what’s new in TypeScript 5.8! Checked Returns for Conditional and Indexed Access Types Consider an API that presents The post Announcing TypeScript 5.8 Beta appeared first on TypeScript.
- Announcing TypeScript 5.7by Daniel Rosenwasser on November 22, 2024 at 6:15 pm
Today we excited to announce the availability of TypeScript 5.7! If you’re not familiar with TypeScript, it’s a language that builds on JavaScript by adding syntax for type declarations and annotations. This syntax can be used by the TypeScript compiler to type-check our code, and it can also be erased to emit clean, idiomatic JavaScript The post Announcing TypeScript 5.7 appeared first on TypeScript.
- Announcing TypeScript 5.7 RCby Daniel Rosenwasser on November 8, 2024 at 9:01 pm
Today we are announcing the availability of the release candidate of TypeScript 5.7. To get started using the RC, you can get it through npm with the following command: npm install -D typescript@rc Let’s take a look at what’s new in TypeScript 5.7! Checks for Never-Initialized Variables For a long time, TypeScript has been able The post Announcing TypeScript 5.7 RC appeared first on TypeScript.
- Announcing TypeScript 5.7 Betaby Daniel Rosenwasser on October 9, 2024 at 8:59 pm
Today we are announcing the availability of TypeScript 5.7 Beta. To get started using the beta, you can get it through npm with the following command: npm install -D typescript@beta Let’s take a look at what’s new in TypeScript 5.7! Checks for Never-Initialized Variables For a long time, TypeScript has been able to catch issues The post Announcing TypeScript 5.7 Beta appeared first on TypeScript.
- Announcing TypeScript 5.6by Daniel Rosenwasser on September 9, 2024 at 5:13 pm
Today we’re excited to announce the release of TypeScript 5.6! If you’re not familiar with TypeScript, it’s a language that builds on top of JavaScript by adding syntax for types. Types describe the shapes we expect of our variables, parameters, and functions, and the TypeScript type-checker can help catch issues like typos, missing properties, and The post Announcing TypeScript 5.6 appeared first on TypeScript.
- Announcing TypeScript 5.6 RCby Daniel Rosenwasser on August 23, 2024 at 4:14 pm
Today we are excited to announce the availability of the release candidate of TypeScript 5.6. To get started using the RC, you can get it through npm with the following command: npm install -D typescript@rc Here’s a quick list of what’s new in TypeScript 5.6! Disallowed Nullish and Truthy Checks Iterator Helper Methods Strict Builtin The post Announcing TypeScript 5.6 RC appeared first on TypeScript.
- Announcing TypeScript 5.6 Betaby Daniel Rosenwasser on July 26, 2024 at 2:11 pm
Today we are excited to announce the availability of TypeScript 5.6 Beta. To get started using the beta, you can get it through NuGet, or through npm with the following command: npm install -D typescript@beta Here’s a quick list of what’s new in TypeScript 5.6! Disallowed Nullish and Truthy Checks Iterator Helper Methods Strict Builtin The post Announcing TypeScript 5.6 Beta appeared first on TypeScript.
- Announcing TypeScript 5.5by Daniel Rosenwasser on June 20, 2024 at 6:16 pm
Today we’re excited to announce the release of TypeScript 5.5! If you’re not familiar with TypeScript, it’s a language that builds on top of JavaScript by making it possible to declare and describe types. Writing types in our code allows us to explain intent and have other tools check our code to catch mistakes like The post Announcing TypeScript 5.5 appeared first on TypeScript.
- Announcing TypeScript 5.5 RCby Daniel Rosenwasser on June 6, 2024 at 9:32 pm
Today we are excited to announce the availability of the release candidate of TypeScript 5.5. To get started using the RC, you can get it through NuGet, or through npm with the following command: npm install -D typescript@rc Here’s a quick list of what’s new in TypeScript 5.5! Inferred Type Predicates Control Flow Narrowing for The post Announcing TypeScript 5.5 RC appeared first on TypeScript.