Releases: esimov/stackblur-go
Releases · esimov/stackblur-go
v1.1.0
Release changes
- Fixed SemVer and API incompatibilities issues (#5).
- Removed the option of using raw pixel data as parameter to the
Process
method. In case of using pixel data as input parameter, this should be converted to image.
- Updated
go.mod
file with the retract
directive.
v1.0.2
Release changes
- Possibility to use raw pixel data and not only an image as parameter to the
Run
method
- Extra check for blur radius
- Removed constructor method initialization
- Other small changes
v1.0.1
Release changes
- Removed channel argument from method invocation
- Cleaned up the code
- Updated readme file