Skip to content

Releases: TypeStrong/atom-typescript

v7.8.0

11 Nov 00:57
Compare
Choose a tag to compare

v7.7.2

03 Nov 02:41
Compare
Choose a tag to compare
  • TSX : prefer // style comments. Closes #702

v7.7.1

03 Nov 01:01
Compare
Choose a tag to compare
  • ErrorPanel : fix us opening multiple tabs on a single user click. See #700 Cheers @sgal 🌹

v7.7.0

30 Oct 21:20
Compare
Choose a tag to compare
  • 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

30 Oct 02:01
Compare
Choose a tag to compare
  • Tooltips (fix for atom-beta): fix tooltips for atom-beta. Cheers @fcoury 🌹 refs #647

v7.6.4

30 Oct 00:39
Compare
Choose a tag to compare
  • Nothing to see here : Just our tsconfig file changed 🌹

v7.6.3

27 Oct 15:22
Compare
Choose a tag to compare
  • tsconfig: Keep original files and exclude in tact

v7.6.2

27 Oct 06:47
Compare
Choose a tag to compare
  • TypeScript: Update to latest. Refs 26c874e

v7.6.1

27 Oct 03:19
Compare
Choose a tag to compare
  • Tsconfig: support stripInternal option. See #684

v7.6.0

27 Oct 00:39
Compare
Choose a tag to compare
  • TypeScript : update to latest : db9c30a
  • Docs: Some docs on tsconfig usage with exclude #683