File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ Try it online: [Git Mode](https://mrwangjusttodo.github.io/git-diff-view/?type=t
3434![ file mode] ( https://raw.githubusercontent.com/MrWangJustToDo/git-diff-view/aa2e918498270f737d28e7531eab08fa3f1b8831/fileMode.png )
3535![ theme support] ( https://raw.githubusercontent.com/MrWangJustToDo/git-diff-view/aa2e918498270f737d28e7531eab08fa3f1b8831/theme.png )
3636![ unified view] ( https://raw.githubusercontent.com/MrWangJustToDo/git-diff-view/69c801e5eb5fcabc9c9655825eb1228f18dc1e0c/5.png )
37+ ![ cli diff view] ( cli-diff.png )
3738
3839</details >
3940
Original file line number Diff line number Diff line change 33 "description" : " @git-diff-view/cli" ,
44 "author" : " MrWangJustToDo" ,
55 "license" : " MIT" ,
6- "version" : " 0.1.4 " ,
6+ "version" : " 0.1.5 " ,
77 "main" : " index.mjs" ,
88 "type" : " module" ,
99 "types" : " index.d.ts" ,
5151 " cli diff component"
5252 ],
5353 "dependencies" : {
54- "@git-diff-view/core" : " ^0.1.4 " ,
54+ "@git-diff-view/core" : " ^0.1.5 " ,
5555 "@types/hast" : " ^3.0.0" ,
5656 "chalk" : " ^5.6.2" ,
5757 "highlight.js" : " ^11.11.0" ,
Original file line number Diff line number Diff line change 55[ ![ npm version] ( https://img.shields.io/npm/v/@git-diff-view/cli )] ( https://www.npmjs.com/package/@git-diff-view/cli )
66[ ![ npm downloads] ( https://img.shields.io/npm/dm/@git-diff-view/cli )] ( https://www.npmjs.com/package/@git-diff-view/cli )
77
8+ ![ CLI Diff View] ( https://raw.githubusercontent.com/MrWangJustToDo/git-diff-view/main/cli-diff.png )
9+
810## Features
911
1012- ✅ Terminal-friendly diff rendering
Original file line number Diff line number Diff line change 33 "description" : " @git-diff-view/core" ,
44 "author" : " MrWangJustToDo" ,
55 "license" : " MIT" ,
6- "version" : " 0.1.4 " ,
6+ "version" : " 0.1.5 " ,
77 "main" : " index.js" ,
88 "types" : " index.d.ts" ,
99 "files" : [
5353 " diff parse"
5454 ],
5555 "dependencies" : {
56- "@git-diff-view/lowlight" : " ^0.1.4 " ,
56+ "@git-diff-view/lowlight" : " ^0.1.5 " ,
5757 "highlight.js" : " ^11.11.0" ,
5858 "lowlight" : " ^3.3.0" ,
5959 "fast-diff" : " ^1.3.0"
Original file line number Diff line number Diff line change 33 "description" : " @git-diff-view/file" ,
44 "author" : " MrWangJustToDo" ,
55 "license" : " MIT" ,
6- "version" : " 0.1.4 " ,
6+ "version" : " 0.1.5 " ,
77 "main" : " index.js" ,
88 "types" : " index.d.ts" ,
99 "files" : [
5353 " diff parse"
5454 ],
5555 "dependencies" : {
56- "@git-diff-view/core" : " ^0.1.4 " ,
56+ "@git-diff-view/core" : " ^0.1.5 " ,
5757 "diff" : " ^8.0.3" ,
5858 "highlight.js" : " ^11.11.0" ,
5959 "lowlight" : " ^3.3.0" ,
Original file line number Diff line number Diff line change 33 "description" : " @git-diff-view/lowlight" ,
44 "author" : " MrWangJustToDo" ,
55 "license" : " MIT" ,
6- "version" : " 0.1.4 " ,
6+ "version" : " 0.1.5 " ,
77 "main" : " index.js" ,
88 "types" : " index.d.ts" ,
99 "files" : [
Original file line number Diff line number Diff line change 33 "description" : " @git-diff-view/react" ,
44 "author" : " MrWangJustToDo" ,
55 "license" : " MIT" ,
6- "version" : " 0.1.4 " ,
6+ "version" : " 0.1.5 " ,
77 "main" : " index.js" ,
88 "types" : " index.d.ts" ,
99 "files" : [
6767 " react diff component"
6868 ],
6969 "dependencies" : {
70- "@git-diff-view/core" : " ^0.1.4 " ,
70+ "@git-diff-view/core" : " ^0.1.5 " ,
7171 "@types/hast" : " ^3.0.0" ,
7272 "fast-diff" : " ^1.3.0" ,
7373 "highlight.js" : " ^11.11.0" ,
Original file line number Diff line number Diff line change 33 "description" : " @git-diff-view/shiki" ,
44 "author" : " MrWangJustToDo" ,
55 "license" : " MIT" ,
6- "version" : " 0.1.4 " ,
6+ "version" : " 0.1.5 " ,
77 "types" : " index.d.ts" ,
88 "main" : " ./dist/esm/index.mjs" ,
99 "type" : " module" ,
Original file line number Diff line number Diff line change 33 "description" : " @git-diff-view/solid" ,
44 "author" : " MrWangJustToDo" ,
55 "license" : " MIT" ,
6- "version" : " 0.1.4 " ,
6+ "version" : " 0.1.5 " ,
77 "main" : " ./dist/solid-git-diff-view.mjs" ,
88 "type" : " module" ,
99 "types" : " index.d.ts" ,
4141 " solid diff component"
4242 ],
4343 "dependencies" : {
44- "@git-diff-view/core" : " ^0.1.4 " ,
44+ "@git-diff-view/core" : " ^0.1.5 " ,
4545 "@types/hast" : " ^3.0.0" ,
4646 "highlight.js" : " ^11.11.0" ,
4747 "lowlight" : " ^3.3.0" ,
You can’t perform that action at this time.
0 commit comments