All notable changes to the "T3 Stack / NextJS / ReactJS File Generator for VSCode" extension will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
2.6.0 - 2025-01-09
- Add version extension check to show a message when the extension is outdated
- Add
biome
linting and formatting tool to the project - Add
biome
configuration file to define the linting and formatting rules - 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
2.5.1 - 2024-11-07
- Fix the
json2ts
andjson2zod
issues when the selection does not have a JSON strict format
2.5.0 - 2024-04-01
- Update the
Drizzle
snippets to integrate the newDrizzle
functionality - Update the
cli-commands.md
file with the newDrizzle
commands - Update the
README.md
file to improve the contribution guidelines - Upgrade dependencies to the latest versions available
2.4.0 - 2024-03-28
- Update the
getFiles
method in theListFilesController
so that it can be used without instantiating the class - Update the
ListFilesProvider
andListRoutesProvider
to use the newgetFiles
method - Upgrade dependencies to the latest versions available
2.3.0 - 2024-03-07
- Add List of Hooks View
- Improve the route regex to match the routes in the file
2.2.0 - 2024-03-04
- Add
Show Path In File Name
setting to show the path in the file name
2.1.0 - 2024-03-02
- Add List of Components View
- Fix issues with the file generation
2.0.0 - 2024-03-01
- Add List of Files View
- Add List of Routes View
- Add Feedback View
- Add file includes section to the settings
- Add file excludes section to the settings
- Add file to watch section to the settings
- Add compodoc dependencies for the documentation generation
- Refactor the folder structure of the extension to improve the codebase
- Improve the generation of the files to use the new folder structure
- Upgrade dependencies to the latest versions available
- Update settings to use the new folder structure
- Improve the documentation of the extension
- Fix issues related to the new folder structure
1.5.0 - 2024-01-22
- Add new
Drizzle
snippets
1.4.0 - 2024-01-22
- Add
Drizzle
snippets and commands
1.3.0 - 2024-01-14
- Add convert
json
totypescript
andzod
object commands
- Improve file generation
1.2.0 - 2024-01-08
- Add settings for experimental https function for NextJS server
1.1.1 - 2023-12-27
- Add new documentation for Features, Commands, and Snippets
1.1.0 - 2023-12-26
- Add settings for the default import alias for
tRPC
files
1.0.1 - 2023-12-24
- Update
README.md
file
1.0.0 - 2023-12-24
- Add
NextAuth
commands for generating[...nextauth].ts
file - Add
tRPC
commands for generatingRouter
andController
files - Add
NextAuth
snippets - Add
tRPC
snippets - Add
TailwindCSS
snippets - Add
i18next
snippets - Add
zod
snippets - Add configuration for showing the type in the name of the generated files (e.g.
index.component.tsx
) - Add new context menu for
NextAuth
andtRPC
files, andPrisma
commands
- Reorganize all project commands in a new
Project
category for better organization - Update Page and Layout commands removing the class name input and add a default value of
Page
andLayout
respectively - Rename all commands from
Next
tot3
to avoid conflicts with other extensions commands that useNext
as a prefix
- Remove plain text scope from all snippets to avoid conflicts with
GitHub Copilot Chat
and other extensions
0.5.1 - 2023-12-19
- Fix typos in
package.json
0.5.0 - 2023-12-19
- Add
JavaScript
snippets - Add
NextJS
commands
- Update
HTML
andRectJS
snippets for better organization and readability of the code
- Fix default extension name in
NextJS
commands
0.4.0 - 2023-12-17
- Add
Prisma
commands formodel
,migration
, andseed
generation, andstudio
commands - Add
Prisma
snippets
- Update
ReactJS
Snippets
0.3.0 - 2023-12-16
- Add
HTML
snippets - Add
ReactJS
snippets
0.2.0 - 2023-12-15
- Add
Create App
commands forT3 Stack
,NextJS
, andReactJS
projects
0.1.0 - 2023-12-14
- Initial release