Node Imgur Versions Save

Upload images to imgur.com

v2.0.0-next.6

3 years ago

2.0.0-next.6 (2021-04-26)

Features

v1.0.2

3 years ago

1.0.2 (2021-04-26)

Bug Fixes

v1.0.1

3 years ago

1.0.1 (2021-04-20)

Bug Fixes

  • readme.md: change function calls in README.md for imgur v1 (6dd549a), closes #162

v2.0.0-next.5

3 years ago

2.0.0-next.5 (2021-04-11)

Bug Fixes

  • searchgallery: make searchGallery method accessible from client (08dd33f)

v2.0.0-next.4

3 years ago

2.0.0-next.4 (2021-04-11)

Features

v2.0.0-next.3

3 years ago

2.0.0-next.3 (2021-04-03)

Bug Fixes

Features

v2.0.0-next.2

3 years ago

2.0.0-next.2 (2021-03-28)

Features

v2.0.0-next.1

3 years ago

2.0.0-next.1 (2021-03-23)

Code Refactoring

  • initial impl of ImgurClient class (1609940)

Features

  • initial reimplementation of the upload method (eeba909)

BREAKING CHANGES

  • ImgurClient class replaces imgur object

v1.0.0

3 years ago

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.

v0.3.2

3 years ago