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

Releases: kaimallea/node-imgur

v2.0.0-next.6

26 Apr 04:03
1b2c55d

Choose a tag to compare

v2.0.0-next.6 Pre-release
Pre-release

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

Features

v1.0.2

26 Apr 01:19
76eae8a

Choose a tag to compare

1.0.2 (2021-04-26)

Bug Fixes

v1.0.1

20 Apr 15:17
84f6f40

Choose a tag to compare

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

11 Apr 05:20
3ef9248

Choose a tag to compare

v2.0.0-next.5 Pre-release
Pre-release

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

Bug Fixes

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

v2.0.0-next.4

11 Apr 05:04
5832e62

Choose a tag to compare

v2.0.0-next.4 Pre-release
Pre-release

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

Features

v2.0.0-next.3

03 Apr 08:18
f794588

Choose a tag to compare

v2.0.0-next.3 Pre-release
Pre-release

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

Bug Fixes

Features

v2.0.0-next.2

28 Mar 07:10
33e522b

Choose a tag to compare

v2.0.0-next.2 Pre-release
Pre-release

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

Features

v2.0.0-next.1

23 Mar 22:00
143e0dd

Choose a tag to compare

v2.0.0-next.1 Pre-release
Pre-release

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

13 Mar 15:39
109e65e

Choose a tag to compare

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

09 Mar 20:18
0846b9e

Choose a tag to compare

Merge pull request #104 from kaimallea/gh-action

build(github): add test action