Releases: kolesa-team/go-webp
Releases · kolesa-team/go-webp
v1.0.4 add compatibility with golang std image library
What's Changed
- Added compatibility with image.Decode by @fabiomarini in #23
Full Changelog: v1.0.3...v1.0.4
v1.0.3 MacOS compatibility
What's Changed
- fix: Fixed compilation issue on MacOS by @fabiomarini in #22
New Contributors
- @fabiomarini made their first contribution in #22
Full Changelog: v1.0.2...v1.0.3
v1.0.2 minor fixes
What's Changed
- Update filename to reflect operation by @smartinov in #16
- Options.GetConfig handles nil caller gracefully by @jkopczyn in #20
- Include minimum image bounds in calculation by @guywithnose in #21
New Contributors
- @smartinov made their first contribution in #16
- @jkopczyn made their first contribution in #20
- @guywithnose made their first contribution in #21
Full Changelog: v1.0.1...v1.0.2
v1.0.1 improve test cases
additional tests and minor fixes
release new v1.0.0 version
Merge pull request #3 from kolesa-team/fix-path-to-travis Update README.md
v0.0.2: Merge pull request #1 from kolesa-team/cgo-link
link C library without manually linking and add installation instructions