Skip to content

Commit 9fd7c53

Browse files
committed
📖 DOC: till v3.1.9
1 parent f36348c commit 9fd7c53

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

changelog.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,26 @@
11
## Changes Across Different Versions of create-next-pwa
22

3+
### 2.5.0 to v3.1.9
4+
5+
- Cross platform directory deletion
6+
- Used copy command for windows to copy files
7+
- Took care of file creation for windows
8+
- Fixed npm dependency installation for windows by making exec a promise
9+
- Fixed file paths for Windows
10+
- Fixed git directory deletion for macos
11+
- Introduced check for update to notify the user if there is an update available of the CLI
12+
- Added err handlers
13+
- Removed jsonfile and used json-write-file instead
14+
15+
316
### v2.4.0
417

518
- Integration of tailwind for Next.js PWAs
619
- Code refactoring
720
- One file path handling
821
- Fixed flags and input bug
922
- Improved UI
23+
1024
### v1.3.0
1125

1226
- Integrated create-next-app

0 commit comments

Comments
 (0)