Skip to content

Latest commit

 

History

History
122 lines (70 loc) · 2.73 KB

CHANGELOG.md

File metadata and controls

122 lines (70 loc) · 2.73 KB

Change Log

All notable changes to the "{{ mustache }} for VSCode" extension will be documented in this file.

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

2.4.0 - 2024-01-13

Added

  • Add menu item to create a new file.
  • Add configuration for Mustache delimiters.
  • Add menu item to change delimiters.

Changed

  • Move functions to a new file.

Removed

  • Remove keybindings.

2.3.2 - 2023-12-30

Fixed

  • Improve docuemntation.

2.3.1 - 2023-12-21

Fixed

  • Fix duplicate snippets.

2.3.0 - 2023-12-12

Added

  • Add new HTML snippets.

2.2.0 - 2023-12-12

Added

  • Add HTML snippets.

2.1.1 - 2023-12-12

Fixed

  • Fix JavaScript JSX compatibility.

2.1.0 - 2023-12-10

Added

  • Add React compatibility.

2.0.1 - 2023-11-27

Fixed

  • Fix README.md.

2.0.0 - 2023-09-12

Changed

  • Change language definition.

1.4.0 - 2023-09-03

Added

  • Improve file creation.

1.3.0 - 2023-08-28

Added

  • Add Folder validations.

1.2.1 - 2021-02-26

Changed

  • Descriptions in some snippets.

1.2.0 - 2021-02-23

Added

  • New command "Mustache: New File".

1.1.0 - 2021-02-20

Changed

1.0.0 - 2021-02-20

  • Initial release