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

  • Windows Community Toolkit v8.2 Adds Native AOT Support

    Microsoft shipped Windows Community Toolkit v8.2, an incremental update to the open-source collection of helper functions and other resources designed to simplify the development of Windows applications. The main new feature is support for native ahead-of-time (AOT) compilation.

  • New 'Visual Studio Hub' 1-Stop-Shop for GitHub Copilot Resources, More

    Unsurprisingly, GitHub Copilot resources are front-and-center in Microsoft's new Visual Studio Hub, a one-stop-shop for all things concerning your favorite IDE.

  • Mastering Blazor Authentication and Authorization

    At the Visual Studio Live! @ Microsoft HQ developer conference set for August, Rockford Lhotka will explain the ins and outs of authentication across Blazor Server, WebAssembly, and .NET MAUI Hybrid apps, and show how to use identity and claims to customize application behavior through fine-grained authorization.

  • Linear Support Vector Regression from Scratch Using C# with Evolutionary Training

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the linear support vector regression (linear SVR) technique, where the goal is to predict a single numeric value. A linear SVR model uses an unusual error/loss function and cannot be trained using standard simple techniques, and so evolutionary optimization training is used.

  • Low-Code Report Says AI Will Enhance, Not Replace DIY Dev Tools

    Along with replacing software developers and possibly killing humanity, advanced AI is seen by many as a death knell for the do-it-yourself, low-code/no-code tooling industry, but a new report belies that notion.

Subscribe on YouTube