Skip to content

v0.6.0

Compare
Choose a tag to compare
@jkawamoto jkawamoto released this 04 Apr 05:56
· 37 commits to main since this release
d8b4c0e

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