Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 916 Bytes

File metadata and controls

49 lines (32 loc) · 916 Bytes

Latest Updates

TypeScript 4.0

TypeScript 4.0 has landed on August 20th, 2020.

TypeScript 3.9

  • type import
  • private fields
  • top-lelvel await
  • export *

TypeScript 3.7

  • recursive-type alias
  • assertion-style function
  • optional chaining
  • coalescing

TypeScript 3.4

  • incremental

TypeScript 3.3

  • build mode

TypeScript 3.2

  • object spread on generic
  • bind, call, apply

TypeScript 3.1

  • mapped type for tuple and array

TypeScript 3.0

  • Tuple Types
  • Project Reference
  • uknown