News

TypeScript 0.9.5 Released

It's the last version before the release candidate of the full 1.0 version comes out.

TypeScript inches toward its 1.0 release with the 0.9.5 version that came out yesterday. The latest iteration fixes more than "100 issues related to memory leaks, CPU usage, crashes, and compiler correctness," wrote Microsoft's Jonathan Turner on the TypeScript blog.

In addition to the fixes, two new features were added, according to Turner. One is a new Project Property Page that gives control over common project settings like "preferred module system for codegen, concatenating output, outputting .d.ts files, and managing debugging."

Also in 0.9.5, developers can add a _references.ts file to projects. The file is first passed to the compiler, "allowing you more control over the order the generated .js file when used in combination with the Combine JavaScript output into file option (the equivalent of using the --out command line option)," Turner blogged.

The upgrades to TypeScript have resulted in significantly faster build times for large projects, Turner wrote. A graphic shows compile times for "Monaco" and Xbox Music projects reduced by large amounts, including a speed increase of more than 50 percent for the Xbox Music project. "Monaco" is the code name for Visual Studio Online's browser-based development tool, announced last month.

TypeScript 1.0 is on the horizon, and Turner wrote that 0.9.5 will be the last incremental version before the release candidate of 1.0 comes out. He didn't give a timetable, however, for either  the 1.0 RC or final version.

About the Author

Keith Ward is the editor in chief of Virtualization & Cloud Review. Follow him on Twitter @VirtReviewKeith.

comments powered by Disqus

Featured

  • Poisson Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demo of Poisson regression, where the goal is to predict a count of things arriving, such as the number of telephone calls received in a 10-minute interval at a call center. When your source data is close to mathematically Poisson distributed, Poisson regression is simple and effective.

  • Cloud-Focused .NET Aspire 9.1 Released

    Along with .NET 10 Preview 1, Microsoft released.NET Aspire 9.1, the latest update to its opinionated, cloud-ready stack for building resilient, observable, and configurable cloud-native applications with .NET.

  • Microsoft Ships First .NET 10 Preview

    Microsoft shipped .NET 10 Preview 1, introducing a raft of improvements and fixes across performance, libraries, and the developer experience.

  • C# Dev Kit Previews .NET Aspire Orchestration

    Microsoft's dev team has been busy updating the C# Dev Kit, a Visual Studio Code extension that enhances the C# development experience by providing tools for managing, debugging, and editing C# projects.

  • Hands On: New VS Code Insiders Build Creates Web Page from Image in Seconds

    New Vision support with GitHub Copilot in the latest Visual Studio Code Insiders build takes a user-supplied mockup image and creates a web page from it in seconds, handling all the HTML and CSS.

Subscribe on YouTube

Upcoming Training Events