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.5.3 aff7ef1230
    Compare

    TypeScript 3.5.3 Stable

    giteasync released this 2019-07-08 17:01:46 -05:00 | 9122 commits to main since this release

    This update fixes an issue with declaration emit when exported entities have function properties assigned to them.

    Downloads are available on:

    • npm
    Downloads
    • typescript-3.5.3.tgz
      7.6 MiB
      2025-05-20 22:34:43 -05:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v3.5.2 7f47a08a5e
    Compare

    TypeScript 3.5.2 Stable

    giteasync released this 2019-06-12 14:45:11 -05:00 | 9126 commits to main since this release

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

    For the complete list of fixed issues, check out the

    • fixed issues query for Typescript v3.5.2.

    Downloads are available on:

    • npm
    • NuGet package

    Changes:

    • 7f47a08a5e Update LKG
    • fbe2f2ff0e Update version to '3.5.2'
    • 857873b530 Merge pull request #31877 from uniqueiniquity/port31685 [ #31685 ]
    • a2cd10b5ff Merge pull request #31685 from uniqueiniquity/stopInvalidatingOnOpenFileSave
    • a1a2bd602b Merge pull request #31866 from amcasey/FunctionHintSpan35
    • caa66f6413 Add regression test
    • fdacf7f87a Correct outline hint spans for functions
    • cf7b19a90d 🤖 Cherry-pick PR #31688 into release-3.5 (#31707)

    This list of changes was auto generated.

    Downloads
    • typescript-3.5.2.tgz
      7.6 MiB
      2025-05-20 22:34:42 -05:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v3.5.1 cf7b2d4ae9
    Compare

    TypeScript 3.5.1 Stable

    giteasync released this 2019-05-28 15:48:46 -05:00 | 9134 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.5.1.

    For breaking changes, check out the Breaking changes in TypeScript 3.5 page.

    For the complete list of fixed issues, check out the

    • fixed issues query for Typescript 3.5 RC.
    • fixed issues query for Typescript 3.5.1.

    Downloads are available on:

    • npm
    • Visual Studio 2017 (Select new version in project options)
    • Visual Studio 2019 and 2017 (Select new version in project options)
    • NuGet package
    Downloads
    • typescript-3.5.1.tgz
      7.6 MiB
      2025-05-20 22:34:41 -05:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v3.4.5 7eda7ef338
    Compare

    TypeScript 3.4.5 Stable

    giteasync released this 2019-04-23 11:30:45 -05:00 | 9633 commits to main since this release

    This release fixes an issue when running on node installations without npm.

    For the complete list of fixed issues, check out the

    • fixed issues query for Typescript v3.4 RC.
    • fixed issues query for Typescript v3.4.1.
    • relevant changes in 3.4.2
    • relevant changes in 3.4.3
    • fixed issues query for TypeScript v3.4.4
    • relevant changes in 3.4.5

    Downloads are available on:

    • npm
    • Visual Studio 2017/2019 (Select new version in project options)
    • NuGet package
    Downloads
    • typescript-3.4.5.tgz
      7.5 MiB
      2025-05-20 22:34:40 -05:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v3.4.4 635fdf85b2
    Compare

    TypeScript 3.4.4 Stable

    giteasync released this 2019-04-18 17:12:26 -05:00 | 9636 commits to main since this release

    This release fixes the following issues:

    Bug Original PR Port PR Summary
    #30942 #30963 #30966 Fixes a change in generic inference.
    #30685 #30856 #30966 Fixes a change in generic inference.
    #30794 #30877 #30904 Fixes an out-of-memory condition in a certain codebase.
    #30442 #30857 #30968 Fixes a change in generic inference.

    For the complete list of fixed issues, check out the

    • fixed issues query for Typescript v3.4 RC.
    • fixed issues query for Typescript v3.4.1.
    • relevant changes in 3.4.2
    • relevant changes in 3.4.3
    • fixed issues query for TypeScript v3.4.4

    Downloads are available on:

    • npm
    • Visual Studio 2017/2019 (Select new version in project options)
    • NuGet package
    Downloads
    • typescript-3.4.4.tgz
      7.5 MiB
      2025-05-20 22:34:39 -05:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v3.4.3 7eb4739ab7
    Compare

    TypeScript 3.4.3 Stable

    giteasync released this 2019-04-08 16:12:18 -05:00 | 9643 commits to main since this release

    This release forces TypeScript to clear its automatic type acquisition (ATA) cache based on patch versions. This means all consumers of TSServer can update to newer patch releases of TypeScript to clear the ATA cache if ATA has downloaded stale .d.ts files that can hang the language service.

    For the complete list of fixed issues, check out the

    • fixed issues query for Typescript v3.4 RC.
    • fixed issues query for Typescript v3.4.1.
    • relevant changes in 3.4.2
    • relevant changes in 3.4.3

    Downloads are available on:

    • npm
    • Visual Studio 2017/2019 (Select new version in project options)
    • NuGet package
    Downloads
    • typescript-3.4.3.tgz
      7.5 MiB
      2025-05-20 22:34:38 -05:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v3.4.2 4b009e3098
    Compare

    TypeScript 3.4.2 Stable

    giteasync released this 2019-04-03 17:12:03 -05:00 | 9649 commits to main since this release

    This update solely changes TSServer to provide responses to configurePlugin requests, and allows global plugins to be loaded by external projects during project creation. This enables TSServer plugins (like IntelliCode) to be used in editors like Visual Studio.

    For the complete list of fixed issues, check out the

    • fixed issues query for Typescript v3.4 RC.
    • fixed issues query for Typescript v3.4.1.
    • relevant change for 3.4.2

    Downloads are available on:

    • npm
    • Visual Studio 2017/2019 (Select new version in project options)
    • NuGet package
    Downloads
    • typescript-3.4.2.tgz
      7.5 MiB
      2025-05-20 22:34:36 -05:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v3.4.1 99e4865d08
    Compare

    TypeScript 3.4.1 Stable

    giteasync released this 2019-03-27 15:08:36 -05:00 | 9651 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 3.4.

    For breaking changes, check out the Breaking changes in TypeScript 3.4 page.

    For the complete list of fixed issues, check out the

    • fixed issues query for Typescript v3.4 RC.
    • fixed issues query for Typescript v3.4.1.

    Downloads are available on:

    • npm
    • Visual Studio 2017 (Select new version in project options)
    • NuGet package

    Special thanks to all of our contributors this release:

    • @AnyhowStep
    • Alan Pierce
    • Alexander Tarasyuk
    • Anders Hejlsberg
    • Andy Hanson
    • Benedikt Meurer
    • Benjamin Lichtman
    • Collins Abitekaniza
    • Daniel Krom
    • Daniel Rosenwasser
    • @fullheightcoding
    • Gabriela Araujo Britto
    • @ispedals
    • Jack Williams
    • Jesse Trinity
    • Jordi Oliveras Rovira
    • Joseph Wunderlich
    • K. Preißer
    • Kagami Sascha Rosylight
    • Klaus Meinhardt
    • Masahiro Wakame
    • Matt McCutchen
    • Matthew Aynalem
    • Mine Starks
    • Nathan Shively-Sanders
    • Ron Buckton
    • Ryan Cavanaugh
    • Sheetal Nandi
    • Titian Cernicova-Dragomir
    • @tomholub
    • Wenlu Wang
    • Wesley Wigham
    Downloads
    • typescript-3.4.1.tgz
      7.5 MiB
      2025-05-20 22:34:35 -05:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v3.3.4000 cfb0adeadf
    Compare

    TypeScript 3.3.4000 Stable

    giteasync released this 2019-03-19 17:46:58 -05:00 | 9691 commits to main since this release

    This fix is identical to release 3.3.3333, but omits a non-essential artifact that was previously published to npm which impacted builds using Jenkins.

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v3.4-rc 105acf7d25
    Compare

    TypeScript 3.4 RC Pre-Release

    giteasync released this 2019-03-15 15:19:18 -05:00 | 9718 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 3.4.

    For breaking changes, check out the Breaking changes in TypeScript 3.4 page.

    For the complete list of fixed issues, check out the

    • fixed issues query for Typescript 3.4 RC.

    Downloads are available on:

    • npm
    • Visual Studio 2017 (Select new version in project options)
    • NuGet package

    Special thanks to all our contributors in this release:

    • Alexander Tarasyuk
    • Anders Hejlsberg
    • Andy Hanson
    • Benjamin Lichtman
    • Daniel Rosenwasser
    • Jack Williams
    • Jordi Oliveras Rovira
    • K. Preißer
    • Kagami Sascha Rosylight
    • Klaus Meinhardt
    • Matt McCutchen
    • Mine Starks
    • Nathan Shively-Sanders
    • Ron Buckton
    • Ryan Cavanaugh
    • Sheetal Nandi
    • Wenlu Wang
    • Wesley Wigham
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
First Previous ... 12 13 14 15 16 ... Next Last
Powered by Gitea Version: 1.25.5 Page: 1868ms Template: 36ms
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