Skip to content

Releases: xabikos/vscode-javascript

V1.8.0

21 Apr 17:34
Compare
Choose a tag to compare

Changed

  • Update edf snippet to embrace best practices [#62]
  • Add snippet to export named variable [#65]
  • Add console.debug object [#59]
  • Add snippet to require package to const [#70]

Thanks a lot for the contributions to
@PBrnt for [#59 ]
@kant for [#60]
@krivtsov for [#66]
@OoDeLally for [#67]
@XueshiQiao for [#68]
@GabrielCastello for [#70]
@spoenemann for [#71]

v1.7.1

07 Oct 10:10
Compare
Choose a tag to compare

Updated

Minor improvements in Readme and thenCatch, exportNamedFunction, exportDefaultFunction snippets

Thanks a lot for the contributions to
@daytonlowell for [#53 #54]
@NerOcrO for [#55]

v1.7.0

24 Jun 09:52
Compare
Choose a tag to compare

Added

  • Add snippet for require and default module exports

Thanks a lot for the contributions to
@LucasAndrad for [#50]

v1.6.0

16 Apr 20:43
Compare
Choose a tag to compare

Changed

  • Fic the order for object and array destructuring [#44]
  • Add snippet to handle promises (then, catch) [#45]
  • Add console.log object [#46]

Thanks a lot for the contributions to
@orizens for [#44]
@dubonzi for [#45]
@Aarbel for [#46]

v1.5.0

26 Sep 16:23
Compare
Choose a tag to compare

Changed

  • Update forof and forin statements [#28]
  • Add Vue file type support [#29]

Thanks a lot for the contributions to
@AndreySyagrovskiy for [#28]
@herrdu for [#29]

v1.4.1

26 Jun 16:35
Compare
Choose a tag to compare

Changed

  • Add console.table sippet [#25].

v1.4.0

05 Feb 13:05
Compare
Choose a tag to compare

This is a combination of 1.3.0 and 1.4.0 releases

Changed

  • Change the spacing in import statements [#17].
  • Add support for HTML extension files [#21].
  • Console info snippet [#18]
  • Add snippet for importing ES6 module without module name [#19]

Thanks a lot for the contributions to
@DeMuu for [#18]
@gluons for [#19]
@mlewand for [#20]

v1.2.0

09 Oct 11:45
Compare
Choose a tag to compare

Changed

  • Input filename before variables in imports [#11].
  • Add snippet for creating Promise [#12].

v1.1.0

12 Aug 19:38
Compare
Choose a tag to compare

Changed

  • Fix the cursor behavior when using imp to import a module [#10].
  • Change the trigger for creating anonymous function (afn -> anfn) [#9].

v1.0.0

05 Jun 18:00
Compare
Choose a tag to compare

Changed

  • Add support for JavaScript React and TypeScript React [#8].