Skip to content

Latest commit

Β 

History

History
76 lines (40 loc) Β· 1.79 KB

File metadata and controls

76 lines (40 loc) Β· 1.79 KB

Change Log

All notable changes to the "html-nested-comments" extension will be documented in this file.

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

2019-05-28

  • πŸ› Fix HTML Nesting Bug

Revert Laverdet update. Separate branch with Laverdet code pushed as a debug source.

2019-02-17

  • πŸš€ Laverdet Update

Special thanks to laverdet for a major update, which includes:

  • support for additional languages (full list of supported languages is available in the README file)
  • flexible selections: selections don't need to be exact, so if you want to uncomment a block and your selection is off by just whitespace you can still activate the command
  • partial uncommenting: if you make a selection within a larger comment block and activate the command you can uncomment just a subset of the larger block

2018-11-21

  • πŸ’„ Update Icon

2018-11-19

  • ⬆️ Fix Dependency Vulnerabilities
  • ✨ Add Typescript React Language Support

2018-11-18

  • ✨ Add Twig Support

2018-11-16

  • ✨ Add JSX Support

2018-07-27

  • πŸ’‘ Update Documentation

[2.1.4] πŸ› Fix CSS Spacing Bug

[2.1.3] πŸ–ΌοΈ Update Icon

[2.1.2] 🎨 Remove Extra Space In CSS Comments

[2.1.1] πŸ“š Update README

[2.1.0] ✨ Add XSL File Support

[2.0.2] πŸ“š Update multi-root ready Status

[2.0.1] πŸ“š Update package.json Keywords/Categories

[2.0.0] πŸ”§ Add CSS Syntax Support

[1.1.2] πŸ”§ Fix Keybinding

  • Adjust default keybinding so the package does not hijack the default commenting key binding for Windows users.

[1.1.1]

  • Update Trigger 'When' Case

Keybinding trigger only happens when a the editor has an active selection.

[1.1.0]

  • Update Icon Image

[1.0.0]

  • Initial release