Skip to content
This repository has been archived by the owner on Dec 30, 2021. It is now read-only.

v1.0.0

Compare
Choose a tag to compare
@kaimallea kaimallea released this 13 Mar 15:39
· 70 commits to main since this release
109e65e

1.0.0 (2021-03-13)

Bug Fixes

  • search: fix json response (333aadd)
  • fix cli utility and incorrect references to .data (5862a76)
  • _imgurrequest: fix logical check for credits/search (bb1c8ba), closes #59
  • fix authorization flow (7959f3c)

Features

  • favoriteimage: adds functionality to favorite an image (48ba7b0)
  • getgalleryinfo: added a new method getGalleryInfo for retrieving gallery information (2ad7f51)
  • getgalleryinfo: added tests and handler mocks for getGalleryInfo (c6ee364)
  • setaccesstoken: adding a new method setAccessToken to set the access token externally (a5ac3d2)
  • updateinfo: added the updateInfo method and included a new test file for this method (42e71f2)
  • updateinfo: addressing requested changes for #112, added code for update operation (49dcf0f)

BREAKING CHANGES

  • uploadFile no longer accepts a glob pattern. It now
    accepts either a single image path or an array of image paths. If you
    must glob, do it yourself and then pass in the array. This removes an
    unnecessary complexity from the most important method.