We only plan to strictly document the breaking changes. The rest is optional.
(No breaking changes staged)
- Removed the (already ignored in any significant way)
version
option from tsconfig. More
- 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.
- We no longer automatically create a
tsconfig.json
. However we provide a command "TypeScript: Create tsconfig.json project file".
- Feature: Added ReactJS /
.tsx
support
- 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.
- We will now resolve a parent
package.json
for you automatically so that its one less thing you need to configure. 🌹
- New default shortcuts for
build
:F6
angoto definition
:F12
. Because I don't want to mess with your atom defaults and a major use base is VS users. Link #145
- Initial releases