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
- Add cursor position handling for gets the variable name in the active editor
- Add vscode marketplace client dependency for version checks
- Update Localization strings for the extension
1.5.0 - 2025-01-31
- 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
- Fix file extension option in the settings to include JavaScript and React file extensions
1.4.0 - 2025-01-22
- Add
defaultLanguage
setting to set the default language for the barrel file
- Update the
fileExtension
setting to allow TypeScript and JavaScript file extensions
1.3.1 - 2025-01-19
- Fix the
package.json
file to include the correct settings for the extension
1.3.0 - 2025-01-11
- 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.
- Update the
README.md
file with more information about the extension. - Update localizations for the extension.
1.2.1 - 2025-01-06
- Fix the
README.md
file to include the correct settings for the extension
1.2.0 - 2024-12-24
- Add
files.skipFolderConfirmation
settings to skip the folder confirmation when generating a file
1.1.0 - 2024-12-22
- Add VS Code test configuration and update test scripts
- Improve the welcome and update messages in the extension
- Upgrade dependencies to the latest versions available
1.0.1 - 2024-12-19
- Update the
README.md
file with more information about the extension. - Update localizations for the extension.
1.0.0 - 2024-12-19
- Initial release of the extension starter kit minimal.