Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ayan4m1 committed Mar 7, 2024
1 parent 8c12662 commit a7309e6
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,22 @@ All notable changes to this project will be documented in this file. Dates are d

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

#### 0.1.0
#### [v0.2.0](https://github.com/ayan4m1/git-clone-sparse/compare/v0.1.0...v0.2.0)

- switch from object to inline param style for exec functions [`77635b3`](https://github.com/ayan4m1/git-clone-sparse/commit/77635b38699e7ccbb5b9470fcd4cad677a89d58c)
- refactor so that utility method does not rely on commander directly [`8c12662`](https://github.com/ayan4m1/git-clone-sparse/commit/8c12662d07ff1bc02b40c204e35d093bd3c5177a)
- guard against fatal error when git is not installed [`42806cd`](https://github.com/ayan4m1/git-clone-sparse/commit/42806cd0b4e2c0c5507c3cb39548c9291c7dbd1f)
- remove export from functions not needed elsewhere [`31cf413`](https://github.com/ayan4m1/git-clone-sparse/commit/31cf413f969034b253889dc949d9df782e0b7c1f)
- export cloneSparse for usage as a library [`bacba1f`](https://github.com/ayan4m1/git-clone-sparse/commit/bacba1f2cc87569646634209ae347422d5b2799f)
- clean up default args [`efb33f6`](https://github.com/ayan4m1/git-clone-sparse/commit/efb33f670dce7f2d16b49a7f8d57139bbe2d0b8d)
- fix default param style [`f39781c`](https://github.com/ayan4m1/git-clone-sparse/commit/f39781c39ba9ab017326ae2192b95fea27d21f9b)
- tweak description text for arg/option [`eea2162`](https://github.com/ayan4m1/git-clone-sparse/commit/eea21620830ada1a7ac8b0a8bfced83a3316618f)
- fix bin field definition [`20c2463`](https://github.com/ayan4m1/git-clone-sparse/commit/20c246382b7f13812fe58a9c7043aca0b67ca2f5)
- fix logic of --force overwriting behavior [`b9c039e`](https://github.com/ayan4m1/git-clone-sparse/commit/b9c039ed54aaf6bb3282f17e06c161930619b944)

#### v0.1.0

> 3 March 2024
- initial import [`09753cf`](https://github.com/ayan4m1/git-clone-sparse/commit/09753cfc14017b9644674e8e12c18ac9f8c30111)
- remove jest for now [`6b39bd1`](https://github.com/ayan4m1/git-clone-sparse/commit/6b39bd1ee5930b6f88e9b013cf450424c3e1c376)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
},
"type": "module",
"types": "lib/index.d.ts",
"version": "0.1.0",
"version": "0.2.0",
"dependencies": {
"commander": "^12.0.0",
"semver": "^7.6.0"
Expand Down

0 comments on commit a7309e6

Please sign in to comment.