This repository has been archived by the owner on Dec 30, 2021. It is now read-only.
Releases: kaimallea/node-imgur
Releases · kaimallea/node-imgur
v2.0.0-next.6
v1.0.2
v1.0.1
v2.0.0-next.5
2.0.0-next.5 (2021-04-11)
Bug Fixes
- searchgallery: make searchGallery method accessible from client (08dd33f)
v2.0.0-next.4
v2.0.0-next.3
v2.0.0-next.2
2.0.0-next.2 (2021-03-28)
Features
v2.0.0-next.1
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
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.