Logo
Explore Help
Register Sign In
microsoft/TypeScript
1
0
Fork 0
You've already forked TypeScript
mirror of https://github.com/microsoft/TypeScript.git synced 2026-06-14 07:02:44 -05:00
Code Issues Packages Projects Releases 212 Wiki Activity

212 Releases 237 Tags

RSS Feed
  • v3.9.3 a076e9ebe2
    Compare

    TypeScript 3.9.3 Stable

    giteasync released this 2020-05-19 17:33:09 -05:00 | 6629 commits to main since this release

    This release contains bug fixes in type-checking, APIs, emit, and editor scenarios.

    For release notes, check out the release announcement.

    For the complete list of fixed issues, check out the

    • fixed issues query for Typescript v3.9.0 (Beta).
    • fixed issues query for Typescript v3.9.1 (RC).
    • fixed issues query for Typescript v3.9.2 (Final).
    • fixed issues query for Typescript v3.9.3 (patch release).

    Downloads are available on:

    • npm
    Downloads
    • typescript-3.9.3.tgz
      9.1 MiB
      2025-05-20 22:35:14 -05:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v3.9.2 551f0dd9a1
    Compare

    TypeScript 3.9.2 Stable

    giteasync released this 2020-05-08 18:44:27 -05:00 | 6643 commits to main since this release

    For release notes, check out the release announcement.

    For the complete list of fixed issues, check out the

    • fixed issues query for Typescript v3.9.0 (Beta).
    • fixed issues query for Typescript v3.9.1 (RC).
    • fixed issues query for Typescript v3.9.2 (Final).

    Downloads are available on:

    • npm
    • Visual Studio 2017/2019 (Select new version in project options)
    • NuGet package
    Downloads
    • typescript-3.9.2.tgz
      9.1 MiB
      2025-05-20 22:35:13 -05:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v3.9-rc f2c93987c2
    Compare

    TypeScript 3.9 RC Pre-Release

    giteasync released this 2020-04-26 17:30:00 -05:00 | 6665 commits to main since this release

    For release notes, check out the release announcement.

    For the complete list of fixed issues, check out the

    • fixed issues query for Typescript v3.9.0 Beta.
    • fixed issues query for Typescript v3.9.1 RC.

    Downloads are available on:

    • npm
    • Visual Studio 2017/2019 (Select new version in project options)
    • NuGet package
    Downloads
    • typescript-3.9.1-rc.tgz
      9.1 MiB
      2025-05-20 22:35:11 -05:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v3.9-beta 74f219ed1d
    Compare

    TypeScript 3.9 Beta Pre-Release

    giteasync released this 2020-03-26 15:56:29 -05:00 | 6840 commits to main since this release

    For release notes, check out the release announcement.

    For the complete list of fixed issues, check out the

    • fixed issues query for Typescript v3.9-beta.

    Downloads are available on:

    • npm
    • Visual Studio 2017/2019 (Select new version in project options)
    • NuGet package
    Downloads
    • typescript-3.9.0-beta.tgz
      9.0 MiB
      2025-05-20 22:35:08 -05:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v3.8.3 712967b278
    Compare

    TypeScript 3.8.3 Stable

    giteasync released this 2020-02-28 15:33:01 -06:00 | 7136 commits to main since this release

    For release notes, check out the release announcement.

    For new features, check out the What's new in TypeScript v3.8.

    For the complete list of fixed issues, check out the

    • fixed issues query for Typescript v3.8.0 (Beta).
    • fixed issues query for Typescript v3.8.1 (RC).
    • fixed issues query for Typescript v3.8.2 (Final).
    • fixed issues query for Typescript v3.8.3.

    Downloads are available on:

    • npm
    • Visual Studio (Select new version in project options)
    • NuGet package
    Downloads
    • typescript-3.8.3.tgz
      8.8 MiB
      2025-05-20 22:35:06 -05:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v3.8.2 af614ccea1
    Compare

    TypeScript 3.8.2 Stable

    giteasync released this 2020-02-19 14:57:35 -06:00 | 7146 commits to main since this release

    For release notes, check out the release announcement.

    For new features, check out the What's new in TypeScript v3.8.2.

    For the complete list of fixed issues, check out the

    • fixed issues query for Typescript v3.8.0 (Beta).
    • fixed issues query for Typescript v3.8.1 (RC).
    • fixed issues query for Typescript v3.8.2 (Final).

    Downloads are available on:

    • npm
    • Visual Studio (Select new version in project options)
    • NuGet package
    Downloads
    • typescript-3.8.2.tgz
      8.8 MiB
      2025-05-20 22:35:04 -05:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v3.8-rc 0026225e78
    Compare

    TypeScript 3.8.1 RC Stable

    giteasync released this 2020-02-05 15:06:35 -06:00 | 7158 commits to main since this release

    For release notes, check out the release announcement.

    For the complete list of fixed issues, check out the

    • fixed issues query for Typescript v3.8-rc.
    • fixed issues query for Typescript v3.8-beta.

    Downloads are available on:

    • npm
    • Visual Studio 2017/2019 (Select new version in project options)
    • NuGet package
    Downloads
    • typescript-3.8.1-rc.tgz
      8.8 MiB
      2025-05-20 22:35:02 -05:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v3.6.5 cda54b83dc
    Compare

    TypeScript 3.6.5 Stable

    giteasync released this 2020-01-23 12:12:55 -06:00 | 8394 commits to main since this release

    This patch fixes an issue where TypeScript would erroneously report the following error under noImplicitAny when encountering a private get accessor in a .d.ts file.

    Property 'myGetter' implicitly has type 'any', because its get accessor lacks a return type annotation.
    

    This is an issue when using packages published from TypeScript 3.7 and newer. Users can upgrade to 3.6.5 to fix the issue.

    For release notes, check out the release announcement.

    For the complete list of fixed issues, check out the

    • fixed issues query for Typescript v3.6.5.
    • fixed issues query for Typescript v3.6.4.
    • fixed issues query for Typescript v3.6.3.
    • fixed issues query for Typescript v3.6.2.
    • fixed issues query for Typescript v3.6.1.
    • fixed issues query for Typescript v3.6.0.

    Downloads are available on:

    • npm
    • Visual Studio (Select new version in project options)
    • NuGet package
    Downloads
    • typescript-3.6.5.tgz
      7.8 MiB
      2025-05-20 22:35:01 -05:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v3.7.5 9ba45fcaac
    Compare

    TypeScript 3.7.5 Stable

    giteasync released this 2020-01-15 18:11:45 -06:00 | 7543 commits to main since this release

    For the complete list of fixed issues, check out the

    • fixed issues query for Typescript v3.7.0 (Beta).
    • fixed issues query for Typescript v3.7.1 (RC).
    • fixed issues query for Typescript v3.7.2 (Final).
    • fixed issues query for Typescript v3.7.3.
    • fixed issues query for Typescript v3.7.4.
    • fixed issues query for Typescript v3.7.5.
    Downloads
    • typescript-3.7.5.tgz
      8.5 MiB
      2025-05-20 22:34:57 -05:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v3.8-beta e4787d1e04
    Compare

    TypeScript 3.8 Beta Pre-Release

    giteasync released this 2020-01-08 18:08:00 -06:00 | 7308 commits to main since this release

    For release notes, check out the release announcement.

    For the complete list of fixed issues, check out the fixed issues query for Typescript v3.8-beta.

    Downloads are available on:

    • npm
    • Visual Studio 2017/2019 (Select new version in project options)
    • NuGet package
    Downloads
    • typescript-3.8.0-beta.tgz
      8.7 MiB
      2025-05-20 22:34:59 -05:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
First Previous ... 10 11 12 13 14 ... Next Last
Powered by Gitea Version: 1.25.5 Page: 4025ms Template: 83ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API