Skip to content

Releases: deinsoftware/vscode-const-props-snippets

1.9.0

01 May 19:45
cd8d35e
Compare
Choose a tag to compare

Added

  • constant object freeze snippet

1.8.2

15 Apr 05:07
6b9aa92
Compare
Choose a tag to compare

Fixed

  • back to home link on README

1.8.1

29 Mar 00:12
8483dd0
Compare
Choose a tag to compare

Fixed

  • constant template literals expression variable

1.8.0

28 Mar 23:12
71b1f06
Compare
Choose a tag to compare

Added

  • constant with template literals
  • tab indicators on README
  • recommended keyboard shortcuts

Fixed

  • object elements and JSON elements names of variables

1.7.0

27 Feb 22:04
9885ea9
Compare
Choose a tag to compare

Added

  • Unit test before publish task

1.6.4

25 Feb 21:27
6165b9c
Compare
Choose a tag to compare

Fixed

  • cs string snippet on JS

1.6.3

14 Dec 20:45
25861a0
Compare
Choose a tag to compare

Fixed

  • Sponsors url

1.6.2

14 Dec 16:47
d7357d9
Compare
Choose a tag to compare

Fixed

  • Badges using shields.io badges for visual studio marketplace

1.6.1

04 Aug 17:20
b96e8dd
Compare
Choose a tag to compare

Fixed

  • readme escape pipes for safe destructuring

1.6.0

28 Jul 03:03
5b1118f
Compare
Choose a tag to compare

Added

  • Const destructuring in a safe way to avoid the Cannot destructure Property of Undefined Error when the variable is undefined.