Skip to content

Releases: Splode/creep

v0.2.2

08 Mar 05:27
Compare
Choose a tag to compare

Changelog

9932d1d Create CODE_OF_CONDUCT.md
e816fc5 Merge branch 'master' of https://github.com/Splode/creep
5682aa3 Merge pull request #1 from Splode/add-code-of-conduct-1
5e5865f Update README.md
1885d02 refactor: move batch download function to download pkg

v0.2.1

05 Mar 03:17
Compare
Choose a tag to compare

Changelog

807a078 fix: usage examples to reflect position of URL argument

v0.2.0

01 Mar 23:11
Compare
Choose a tag to compare

Changelog

4082eff feat: remove URL flag, use arg instead
69f6d3c fix: minor clean-up in various files

v0.1.4

29 Feb 01:46
Compare
Choose a tag to compare

Changelog

a4a0fe9 chore: ignore goland config
b95ef4f fix: handle err in closing functions of download.go
14ad0a4 fix: typo in README
ca503b4 refactor: remove exit func

v0.1.3

27 Feb 04:03
Compare
Choose a tag to compare

Changelog

a39a7a4 chore: add creep CLI test workflow step
a58e164 chore: bump go mod version -> v1.14
21c65cd chore: create go CI workflow
7c576da fix: check status code before determining mime type in download
76f3f8b fix: exit func prints err to STDERR
6ce9749 fix: print usage to STDOUT, return 0 status code
ecee9e3 refactor: rename internal dir to pkg
31ff718 refactor: rename primary download function

v0.1.2

20 Feb 04:10
Compare
Choose a tag to compare

Changelog

f989475 chore: add project name to checksum goreleaser template
9c09de6 chore: generate version at release build using goreleaser template
8e2da96 refactor: reorganize project structure to use packages

v0.1.1

17 Feb 03:46
Compare
Choose a tag to compare

Changelog

c7b4ca1 chore: add gorelease github action
c5b1d3a chore: add snapshot release task
29e092b chore: bump minor version
29e221d chore: bump patch version
a027cd7 chore: edit gorelease artifact template
a1623a1 chore: remove key ref in gorelease action
6cb083e chore: remove workflow

v0.1.0

17 Feb 02:46
Compare
Choose a tag to compare

Changelog

8402590 chore: add Taskfile for task running
bdc9440 chore: add goreleaser config
29e092b chore: bump minor version
79b167a chore: ignore .envrc
5f756bc chore: update go mod name
a4f029a chore: update go mod to use github path
3418646 feat: add basic flags
c169500 feat: add dedicated flag parser and config type
ba9674b feat: add exit func to cleanly exit app on err
e969b01 feat: download to a given out dir
6d9680b feat: download with goroutines
31f8d03 feat: infer file extension from content-type header
3d41dcf feat: override default flag usage message
04a2218 fix: banner image path
87b50fe fix: don't throttle on leading download
32f8630 initial commit
2620a71 refactor: move download function to downloader
7a819d7 refactor: rename download