Releases: jkawamoto/go-pixeldrain
Releases · jkawamoto/go-pixeldrain
v0.7.3
v0.7.2
Changelog
v0.7.1
Changelog
- fix parsing args on windows
v0.7.0
v0.6.3
v0.6.2
v0.6.1
v0.6.0
Changelog
- 4fa1b21 feat: add IsDownloadURL and IsListURL to client
- cfed495 feat: client package to embed a client to a context
- 35ef0ab feat: download command accepts multiple files and lists
- 5995d14 feat: support uploading multiple files
- 55c2727 feat: update pd command to use the newer client
- b04f89d fix: NewError shouldn't return nil
- dba30b9 fix: hide api key from help
- 59f592c fix: pd command to use the new client
- 9141cc6 import #23
- c098ee5 refactor: initialize a client in before function
- 20954ec refactor: migrate from go-multierror to errors
- be11e8f refactor: migrate from ioutil package
- 13e87b8 refactor: simplify pixeldrain package
- cbb7c2f refactor: use a newer API to join paths of a URL