Skip to content

Latest commit

 

History

History
82 lines (48 loc) · 2.48 KB

CHANGELOG.md

File metadata and controls

82 lines (48 loc) · 2.48 KB

Change Log

All notable changes to the "Extension Starter Kit for VSCode" extension will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.4.0 - 2025-01-22

Added

  • Add defaultLanguage setting to set the default language for the barrel file

Changed

  • Update the fileExtension setting to allow TypeScript and JavaScript file extensions

1.3.1 - 2025-01-19

Fixed

  • Fix the package.json file to include the correct settings for the extension

1.3.0 - 2025-01-11

Added

  • Add support for Custom File Templates. Now you can create your own file templates and use them to generate files in your project.
  • Add related settings to configure the custom file templates.

Changed

  • Update the README.md file with more information about the extension.
  • Update localizations for the extension.

1.2.1 - 2025-01-06

Fixed

  • Fix the README.md file to include the correct settings for the extension

1.2.0 - 2024-12-24

Added

  • Add files.skipFolderConfirmation settings to skip the folder confirmation when generating a file

1.1.0 - 2024-12-22

Added

  • Add VS Code test configuration and update test scripts

Changed

  • Improve the welcome and update messages in the extension
  • Upgrade dependencies to the latest versions available

1.0.1 - 2024-12-19

Changed

  • Update the README.md file with more information about the extension.
  • Update localizations for the extension.

1.0.0 - 2024-12-19

Added

  • Initial release of the extension starter kit minimal.