go-imgur v0.2.0 Release Notes

Release Date: 2020-04-13 // almost 4 years ago
  • โšก๏ธ 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.