Skip to content

Releases: TypeStrong/atom-typescript

v7.8.0

Choose a tag to compare

@basarat basarat released this 11 Nov 00:57

v7.7.2

Choose a tag to compare

@basarat basarat released this 03 Nov 02:41
  • TSX : prefer // style comments. Closes #702

v7.7.1

Choose a tag to compare

@basarat basarat released this 03 Nov 01:01
  • ErrorPanel : fix us opening multiple tabs on a single user click. See #700 Cheers @sgal 🌹

v7.7.0

Choose a tag to compare

@basarat basarat released this 30 Oct 21:20
  • Tsconfig / TypeScript : for people using "target" : "es6" they should now also use "module": "es6" in tsconfig compilerOptions refs #643 and microsoft/TypeScript#5110

v7.6.5

Choose a tag to compare

@basarat basarat released this 30 Oct 02:01
  • Tooltips (fix for atom-beta): fix tooltips for atom-beta. Cheers @fcoury 🌹 refs #647

v7.6.4

Choose a tag to compare

@basarat basarat released this 30 Oct 00:39
  • Nothing to see here : Just our tsconfig file changed 🌹

v7.6.3

Choose a tag to compare

@blakeembrey blakeembrey released this 27 Oct 15:22
  • tsconfig: Keep original files and exclude in tact

v7.6.2

Choose a tag to compare

@basarat basarat released this 27 Oct 06:47
  • TypeScript: Update to latest. Refs 26c874e

v7.6.1

Choose a tag to compare

@basarat basarat released this 27 Oct 03:19
  • Tsconfig: support stripInternal option. See #684

v7.6.0

Choose a tag to compare

@basarat basarat released this 27 Oct 00:39
  • TypeScript : update to latest : db9c30a
  • Docs: Some docs on tsconfig usage with exclude #683