Skip to content

Releases: esimov/stackblur-go

v1.1.0

28 Feb 13:27
Compare
Choose a tag to compare

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

27 Oct 11:39
e205684
Compare
Choose a tag to compare

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

27 Oct 08:42
Compare
Choose a tag to compare

Release changes

  • Removed channel argument from method invocation
  • Cleaned up the code
  • Updated readme file

v1.0.0

29 Sep 04:14
Compare
Choose a tag to compare
  • Stable release.