Skip to content

Latest commit

History

History
20 lines (13 loc) 路 877 Bytes

CHANGELOG.md

File metadata and controls

20 lines (13 loc) 路 877 Bytes

Change Log

All notable changes to the "vscode-surround" extension will be documented in this file.

Check Keep a Changelog for recommendations on how to structure this file.

1.1.0

What's New

  • Added support for language-specific snippets.
  • Recently used snippets now will be displayed on top by default (Can be disabled by the showRecentlyUsedFirst option).
  • showOnlyUserDefinedSnippets option is added. See Options.
  • 3 new snippets added (templateLiteral, templateLiteralVariable, iife).
  • Added checks for invalid configurations. See: Issue #63.
  • Added update notification info message.

Breaking Changes

  • No breaking changes