Skip to content

Releases: msaaddev/create-next-pwa

🚀 RELEASE: 3.4.3

25 Jul 10:43
Compare
Choose a tag to compare
  • TypeScript Support (#27) with --typescript flag
  • Help Section that can be accessed using --help
  • Improved documentation

🚀 RELEASE: v3.3.1

15 Jun 20:38
Compare
Choose a tag to compare
  • Fixed .git directory deletion

🚀 RELEASE: 3.2.0

15 Jun 16:45
Compare
Choose a tag to compare
  • 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

06 Jun 22:54
Compare
Choose a tag to compare
  • 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

05 Jun 12:28
Compare
Choose a tag to compare

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

05 Jun 00:24
Compare
Choose a tag to compare
  • Integrated create-next-app
  • Generated PWA
  • Integrated prettier