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,sortand more - Add
Set&Map - Add
toLocaleStringandmodule.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
formatOnSaverecommendation - 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.clipboardAPI snippet - Add
URL APIsnippets - Remove
'description'placeholders from testing snippets
Fixes
- Add semicolons to TypeScript assignments to fix tabstop jumping
- Move
array.atfrom Uncategorized to Array methods
Documentation
- Update documentation
- Remove
work in progresssection - Remove mention of supported file types
- Add
editor.suggest.snippetsPreventQuickSuggestionssetting 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 APIsnippets - Add
Nodesnippets - Add
do-whileloop - 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