Skip to content

Releases: koffeinsource/go-imgur

v0.4.1

20 Oct 06:51
Compare
Choose a tag to compare

Changelog

  • 2ea334e feat: add tests for GETting from imgur.io domain
  • b883cba feat: support imgur.io domains

v0.4.0

01 Oct 13:31
Compare
Choose a tag to compare

Changelog

  • 51d99d1 Added common account summary type for authorized and anonymous usage
  • 3402ebf Called go mod tidy
  • f818b5b Upgrade to GitHub-native Dependabot
  • ffadc77 added refresh request to update access toekn
  • ce625c4 client creator moved from tests area to main code

v0.3.0

30 Apr 13:25
Compare
Choose a tag to compare

Changelog

49fd538 Removed travis config
74899f2 fix typo in json tag name
bb080ab imgurcmd: output more useful information on URL query
b549a10 update API models

v0.2.1

24 Apr 13:24
f92713f
Compare
Choose a tag to compare

Changelog

ec4826d Fixed typos in the test
cf347ce Removed travis link from README.md
f92713f Run action for go 1.13 and 1.14 + coveralls (#5)
6686abd Updated README.md
c7e12ff fallback to GetGalleryImageInfo on err instead of using id length logic
b24292a fix TestRateLimitRealRapidAPI failure error message and skip it if we don't have RapidAPIKEY set
1e35e8c remove TestGetURLGalleryImageSimulated

v0.2.0

13 Apr 11:00
Compare
Choose a tag to compare

Updated for RapidAPI (and a lot of infrastructure commits)

Changelog

e20c0a2 Added .vscode to gitignore
3a6a278 Added album test.
1d74cfc Added coveralls to travis.
2930023 Added first ratelimit test.
e7a82a0 Added go module files
712f55b Added goreleaser config
9e251bc Added more uploadImage tests.
525f5c0 Added nil check for image upload + test.
443fa63 Added rate limit support.
df523c6 Added secrets to github actions
edf45e3 Added support for mobile URLs.
dcc8ae6 Added support for paid API.
e151661 Added test for server not available.
dda16e8 Added test with invalid file name for file upload function.
9a5b648 Added uploadFromFileFunction to imgur + renamed CLI client.
3c99a1f Bugfixes.
edc339f Cleanup.
79a6734 Create go.yml
afafe5a Enabled go module support.
62c6d31 Even more tests.
a6680e9 Final tests for today.
13a0acc Fixed a bug in fromURL
da19a3f Fixed a typo.
79e7913 Fixed directImageURL incase the image is not in an album
5112a8b Fixed out of bounds error in GetInfoFromURL.
a12be64 Fixed parameter parsing error in imgurcmd.
c25ab65 Fixed rate limit usage for invalid album queries
6c4fad8 Fixed tests.
43cfb8c Gallery tests.
95a51d7 Improved error message.
8627ee1 Improved tests.
f83fa40 Initial commit
8672c66 Initial committ. Basic functionality is (mostly) working as it should.
dda75ae JSON fix for image count.
974bd72 Mass rename Mashape -> RapidAPI
e2fbe36 Mass test fix: http -> https
887db98 Merge branch 'master' of github.com:koffeinsource/go-imgur
cb0ebc7 Minor typo in error message
8b0737a More tests.
fc817ef Moved function to struct methods.
10584eb Retry if gallery image query for i.imgur.com fails.
60a3318 Simplified UploadImage.
343c058 Simplified code.
c769819 Simplified extract rate limits from header.
dc953d4 Simplified image upload code.
42adbab Small cleanup
b811d7e Small fix for links directly to images.
09e10e3 Some tests for GetInfoFromURL.
bf24c55 Test for direct image URLs.
64b8d2c Tests.
5ff8eb3 Updated endpoint for payed API
829f23a Updated getURL for the latest endpoint
dbf6f84 Updated gitignore
2fb3a80 Updated rate limit implementation
2d0f568 Updated rate limit parser.
8d23a73 Updated readme.
53c6de6 Updated readme.
ba105f3 Updated tests.
8771c14 Updated travis file.