All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.7.2 (2025-07-16)
0.7.2 (2025-07-16)
- Added
--helpcommand for better CLI usability.
- Upgraded all packages to latest version for improved security and performance.
- Updated README.md files with latest information and documentation.
0.7.1 (2025-03-10)
- Updated metadata configuration with improved title, description, and keywords for better SEO.
- Added missing public routes in the middleware configuration:
/forget-password- Routes starting with
/reset-password /verify-email
0.7.0 (2025-03-02)
- Added support for promise-based toast notifications with react-hot-toast for all form submissions.
- Upgraded to Tailwind CSS v4 for improved performance and features.
- Migrated shadcn components to fully support React 19 and Tailwind v4.
- Replaced shadcn toast component with react-hot-toast for a more lightweight toast solution.
0.6.0 (2025-02-18)
- Added select interface to ask user if he wants to install dependencies.
- Added select interface to ask user if he wants to have a default git repository with initial commit from next-platter.
0.5.1 (2025-02-16)
- Added a
.gitignorefile to the new project. - Created an initial commit after
npm install.
0.5.0 (2025-02-16)
- Added cross-platform support using
cross-spawnfor seamless compatibility across Windows, macOS, and Linux. - Improved dependency installation by displaying
npm installoutput in real-time for better visibility.
- Added
cwdoption tospawncalls to avoid changing the working directory withprocess.chdir. - Simplified code and removed redundant logic for better maintainability.
- Fixed
npm installissues on Windows by automatically resolving.cmdfiles withcross-spawn. - Enhanced error handling for
git initandnpm installto ensure graceful exits on failure.
0.4.1 (2025-02-15)
- Added Logo of the CLI Tool.
- Updated README.md file and GitHub repo description.
0.4.0 (2025-02-13)
- Added success color (green) and applied it to success toasts.
- Added some animations.
- Changed current success toast to neutral toast.
- Changed Cypress test structure to make it more readable and beautiful.
- Changed landing and protect page title to fit the current template (mention next-platter too).
0.3.2 (2025-02-08)
- Solved the install dependencies message glitching.
- Removed initial commit creation step.
0.3.0 (2025-02-08)
- Initialized git by default and made initial commit.
- Refactored "/" and "/protected" routes (removed features/home and features/protected folders).
- Solved Cypress errors.
- Don't copy ".next" before the
npm icommand. - Solved the kill process bug.