Releases: deinsoftware/vscode-const-props-snippets
Releases · deinsoftware/vscode-const-props-snippets
1.9.0
Added
- constant object freeze snippet
1.8.2
Fixed
- back to home link on README
1.8.1
Fixed
- constant template literals expression variable
1.8.0
Added
- constant with template literals
- tab indicators on README
- recommended keyboard shortcuts
Fixed
- object elements and JSON elements names of variables
1.7.0
Added
- Unit test before publish task
1.6.2
Fixed
- Badges using shields.io badges for visual studio marketplace
1.6.1
Fixed
- readme escape pipes for safe destructuring
1.6.0
Added
- Const destructuring in a safe way to avoid the
Cannot destructure Property of Undefined Error
when the variable is undefined
.