Releases: msaaddev/create-next-pwa
Releases · msaaddev/create-next-pwa
🚀 RELEASE: 3.4.3
🚀 RELEASE: v3.3.1
- Fixed .git directory deletion
🚀 RELEASE: 3.2.0
- Removed code redundancies
- Improved code structure
- Removed in-folder dependency
- Added node-async-exec because of its change directory and cross-platform nature
- Fixed outdating future dependencies bug #21
- Added custom error message if the project folder already exists
🚀 RELEASE: 3.1.9
- Cross platform directory deletion
- Used copy command for windows to copy files
- Took care of file creation for windows
- Fixed npm dependency installation for windows by making exec a promise
- Fixed file paths for Windows
- Fixed git directory deletion for macos
- Introduced check for update to notify the user if there is an update available of the CLI
- Added err handlers
- Removed jsonfile and used json-write-file instead
🚀 RELEASE: 2.4.0
In this release, I have implemented the following:
- Integration of tailwind for Next.js PWAs
- Code refactoring
- One file path handling
- Fixed flags and input bug
- Improved UI
🚀 RELEASE: 1.3.0
- Integrated create-next-app
- Generated PWA
- Integrated prettier