Releases: Kardbord/imgflipgo
v2.0.1
v2.0.0
Release v2.0.0
This release changes the module name and download URL. While the old URL should continue to redirect appropriately, it would be wise for users of this library to either replace all references to the old module name, or update their go.mod
via the following command, where <VERSION>
should be replaced with the desired version.
go mod edit -replace="github.com/TannerKvarfordt/imgflipgo=github.com/Kardbord/imgflipgo@<VERSION>"
Changelog
Full Changelog
v1.0.8
v1.0.7
Release v1.0.7
Changelog
- Added release workflow (@TannerKvarfordt)
Full Changelog
v1.0.6
This release just contains dependency updates.
Full Changelog: v1.0.5...v1.0.6
v1.0.5
Fixed an issue where font would not be properly set.
Full Changelog: v1.0.4...v1.0.5
v1.0.4
Optional request parameters are now pointers, and are only included in the request if not nil
. Setter methods have been added for ease of use.
Full Changelog: v1.0.3...v1.0.4
v1.0.3
Fixed a bug where zero-values for color fields were not set properly.
Full Changelog: v1.0.2...v1.0.3
v1.0.2
Ran go fmt
.
Full Changelog: v1.0.1...v1.0.2
v1.0.1
Fixed incorrect color parameters in POST form.
Full Changelog: v1.0.0...v1.0.1