Commit ebb087f
committed
chore(release): 1.0.0 [skip ci]
# [1.0.0](v0.2.3...v1.0.0) (2024-03-31)
### Bug Fixes
* Upgrade depednencies ([4af2502](4af2502))
* Use command-line args targetDirectory and token ([edf3d57](edf3d57))
### Features
* Add function and command-line option for clearing cache ([0d5ba64](0d5ba64))
* Save downloaded zip files to cache for being used next ([6c3bf05](6c3bf05))
### BREAKING CHANGES
* The package exports only named exports from now on.
If you imported the function `grab` as a default export, import it
by the name `grab` as a named export from now on. The command-line
tool works as it did with no breaking change.
* Although caching the archives downloaded from GitHub
releases to ~/.cache/grabghr by default should be transparent and should
not affect any usage scenario, it might influence the speed or disk
usage of a particular application. That is why this is formally declared
as a breaking change.1 parent a1d221a commit ebb087f
2 files changed
+28
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
1 | 28 | | |
2 | 29 | | |
3 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments