Skip to content

Releases: jaeyeom/sugo

Release v1.2.0

23 Dec 18:48

Choose a tag to compare

Changelog

Improve defergroup API with better naming and Transfer method

  • Rename WithError to OnlyOnError for clarity (deprecate old name)
  • Rename Clear to CancelAll for clarity (deprecate old name)
  • Add Transfer method for moving cleanup ownership to struct fields
  • Update package doc and tests to use new names

Introduce DoWithTimeout

v1.1.1

06 Mar 08:02

Choose a tag to compare

This release includes:

  • Minor lint error fix
  • Fix mustgen issue

Release v1.1.0

29 Nov 20:40

Choose a tag to compare

Package defergroup is added.

Release v1.0.0

08 May 07:19

Choose a tag to compare

Stable release with guaranteed backward compatibility.