Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.52 KB

CHANGELOG.md

File metadata and controls

35 lines (23 loc) · 1.52 KB

Breaking Changes

We only plan to strictly document the breaking changes. The rest is optional.

Planned

(No breaking changes staged)

v7.0.0

  • Removed the (already ignored in any significant way) version option from tsconfig. More

v6.0.0

  • Bring back dts-generator as using the other mechanism has a few gotchas that might surprise new users. We will remove this feature once [microsoft/TypeScript#2338] is officially supported.

v5.0.0

  • We no longer automatically create a tsconfig.json. However we provide a command "TypeScript: Create tsconfig.json project file".

v4.8.0

  • Feature: Added ReactJS / .tsx support

v4

  • Removed dts-generator support. Reason is that it pollutes the global namespace and is no longer the recommended way for sharing TypeScript code. See microsoft/TypeScript#2338 for the way forward.

v3

  • We will now resolve a parent package.json for you automatically so that its one less thing you need to configure. 🌹

v2

  • New default shortcuts for build : F6 an goto definition: F12. Because I don't want to mess with your atom defaults and a major use base is VS users. Link #145

v1

  • format -> formatCodeOptions #178
  • compileOnSave is now a tsconfig option : #187

0.x

  • Initial releases