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

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube