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

  • AI for GitHub Collaboration? Maybe Not So Much

    No doubt GitHub Copilot has been a boon for developers, but AI might not be the best tool for collaboration, according to developers weighing in on a recent social media post from the GitHub team.

  • Visual Studio 2022 Getting VS Code 'Command Palette' Equivalent

    As any Visual Studio Code user knows, the editor's command palette is a powerful tool for getting things done quickly, without having to navigate through menus and dialogs. Now, we learn how an equivalent is coming for Microsoft's flagship Visual Studio IDE, invoked by the same familiar Ctrl+Shift+P keyboard shortcut.

  • .NET 9 Preview 3: 'I've Been Waiting 9 Years for This API!'

    Microsoft's third preview of .NET 9 sees a lot of minor tweaks and fixes with no earth-shaking new functionality, but little things can be important to individual developers.

  • Data Anomaly Detection Using a Neural Autoencoder with C#

    Dr. James McCaffrey of Microsoft Research tackles the process of examining a set of source data to find data items that are different in some way from the majority of the source items.

  • What's New for Python, Java in Visual Studio Code

    Microsoft announced March 2024 updates to its Python and Java extensions for Visual Studio Code, the open source-based, cross-platform code editor that has repeatedly been named the No. 1 tool in major development surveys.

Subscribe on YouTube