/Daniel Rosenwasser

Announcing TypeScript 4.5 tl;dr: Some major highlights of TypeScript 4.5 are (1) The awaited type and promise improvements. (2) Supporting lib from node\_modules. (3) Template string types as discriminants.

featured in #270


Announcing TypeScript 4.4 tl;dr: Major highlights: (1) Control flow analysis of aliased conditions and discriminants. (2) Symbol and template string pattern index signatures. (3) Defaulting to the "unknown" type in catch variables, and more.

featured in #249


Announcing TypeScript 4.1 tl;dr: Template literal types, key remapping in mapped types, recursive conditional types, and more.

featured in #216


Announcing TypeScript 4.0 tl;dr: "This version of the language represents our next generation of TypeScript releases, as we dive deeper into expressivity, productivity, and scalability."

featured in #201


Announcing TypeScript 3.9 tl;dr: (1) Improvements in inference and promise.all (2) speed performance (3) uncalled function checks in conditional expressions, and more.

featured in #183


Announcing TypeScript 3.7 RC tl;dr: Version includes some of the most highly-requested features, including Optional Chaining, Nullish Coalescing, Assertion Functions and more.

featured in #159


Announcing TypeScript 3.6 tl;dr: New version includes stricter generators, more accurate array spread, improved UX around promises, better Unicode support for identifiers, and more.

featured in #152