Skip to content

Latest commit

 

History

History
115 lines (70 loc) · 3.63 KB

CHANGELOG.md

File metadata and controls

115 lines (70 loc) · 3.63 KB

Change Log

All notable changes to the "VueJS File Generator" extension will be documented in this file.

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

1.6.0 - 2025-03-010

Added

  • Add cursor position handling for gets the variable name in the active editor
  • Add vscode marketplace client dependency for version checks

Changed

  • Update Localization strings for the extension

1.5.0 - 2025-01-31

Added

  • Add new templates for TypeScript components and extend command functionalities
  • Add includeTypeInFileName setting to include the type in the file name
  • Add skipTypeSelection setting to skip the type selection when generating a file
  • Add author setting to set the author of the file
  • Add owner setting to set the owner of the file
  • Add maintainers setting to set the maintainers of the file
  • Add license setting to set the license of the file
  • Add version setting to set the version of the file

1.4.1 - 2025-01-29

Fixed

  • Fix file extension option in the settings to include JavaScript and React file extensions

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.