Skip to content

Commit a7309e6

Browse files
committed
0.2.0
1 parent 8c12662 commit a7309e6

File tree

3 files changed

+19
-4
lines changed

3 files changed

+19
-4
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,22 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7-
#### 0.1.0
7+
#### [v0.2.0](https://github.com/ayan4m1/git-clone-sparse/compare/v0.1.0...v0.2.0)
8+
9+
- switch from object to inline param style for exec functions [`77635b3`](https://github.com/ayan4m1/git-clone-sparse/commit/77635b38699e7ccbb5b9470fcd4cad677a89d58c)
10+
- refactor so that utility method does not rely on commander directly [`8c12662`](https://github.com/ayan4m1/git-clone-sparse/commit/8c12662d07ff1bc02b40c204e35d093bd3c5177a)
11+
- guard against fatal error when git is not installed [`42806cd`](https://github.com/ayan4m1/git-clone-sparse/commit/42806cd0b4e2c0c5507c3cb39548c9291c7dbd1f)
12+
- remove export from functions not needed elsewhere [`31cf413`](https://github.com/ayan4m1/git-clone-sparse/commit/31cf413f969034b253889dc949d9df782e0b7c1f)
13+
- export cloneSparse for usage as a library [`bacba1f`](https://github.com/ayan4m1/git-clone-sparse/commit/bacba1f2cc87569646634209ae347422d5b2799f)
14+
- clean up default args [`efb33f6`](https://github.com/ayan4m1/git-clone-sparse/commit/efb33f670dce7f2d16b49a7f8d57139bbe2d0b8d)
15+
- fix default param style [`f39781c`](https://github.com/ayan4m1/git-clone-sparse/commit/f39781c39ba9ab017326ae2192b95fea27d21f9b)
16+
- tweak description text for arg/option [`eea2162`](https://github.com/ayan4m1/git-clone-sparse/commit/eea21620830ada1a7ac8b0a8bfced83a3316618f)
17+
- fix bin field definition [`20c2463`](https://github.com/ayan4m1/git-clone-sparse/commit/20c246382b7f13812fe58a9c7043aca0b67ca2f5)
18+
- fix logic of --force overwriting behavior [`b9c039e`](https://github.com/ayan4m1/git-clone-sparse/commit/b9c039ed54aaf6bb3282f17e06c161930619b944)
19+
20+
#### v0.1.0
21+
22+
> 3 March 2024
823
924
- initial import [`09753cf`](https://github.com/ayan4m1/git-clone-sparse/commit/09753cfc14017b9644674e8e12c18ac9f8c30111)
1025
- remove jest for now [`6b39bd1`](https://github.com/ayan4m1/git-clone-sparse/commit/6b39bd1ee5930b6f88e9b013cf450424c3e1c376)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
},
5050
"type": "module",
5151
"types": "lib/index.d.ts",
52-
"version": "0.1.0",
52+
"version": "0.2.0",
5353
"dependencies": {
5454
"commander": "^12.0.0",
5555
"semver": "^7.6.0"

0 commit comments

Comments
 (0)