Releases: matijaoe/modern-javascript-snippets
Releases · matijaoe/modern-javascript-snippets
v0.7.2
v0.6.1
v0.6.0
What's Changed
Features
- Add new array methods:
findLast
,findIndex
,findLastIndex
,sort
and more - Add
Set
&Map
- Add
toLocaleString
andmodule.exports
- Remove default placeholder across functions and types
- Add more semicolons where applicable
Fixes
- Fix NaN snippet
- Fix license encoding issue
Documentation
- Update documentation
- Add
formatOnSave
recommendation - Remove indentation from body code blocks
Merge
- Release/v0.6.0 by @mat2ja in #6
Full Changelog: v0.5.1...v0.6.0
v0.5.1
What's Changed
Features
- Add
navigator.clipboard
API snippet - Add
URL API
snippets - Remove
'description'
placeholders from testing snippets
Fixes
- Add semicolons to TypeScript assignments to fix tabstop jumping
- Move
array.at
from Uncategorized to Array methods
Documentation
- Update documentation
- Remove
work in progress
section - Remove mention of supported file types
- Add
editor.suggest.snippetsPreventQuickSuggestions
setting suggestion
Merge
- Updated docs, new Web APIs by @mat2ja in #5
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
Features
- Add
Intl API
snippets - Add
Node
snippets - Add
do-while
loop - Update many prefixes and tabstops
- Place semicolons where necessary (fixes Copilot interfering with defined tabstops)
- Truncate snippet options on table generation
Documentation
- Snippet options are now truncated, showing only the first option
Merge
- Release/v0.5 by @mat2ja in #4
Full Changelog: v.0.4.1...v0.5.0
v0.4.0
What's Changed
Features
- Auto-generated documentation
Documentation
- New table format (now using html tables)
Merge
Full Changelog: https://github.com/mat2ja/modern-javascript-snippets/commits/v0.4.0