Skip to content

Releases: mrsoftware/errors

v0.2.0-alpha.3

08 Oct 19:33
Compare
Choose a tag to compare
v0.2.0-alpha.3 Pre-release
Pre-release
refactor waitGroup chanel in a simpler solution

v0.2.0-alpha.2

08 Oct 17:34
Compare
Choose a tag to compare
v0.2.0-alpha.2 Pre-release
Pre-release
handle done chanel like context done chanel

v0.2.0-alpha

10 Aug 17:04
Compare
Choose a tag to compare
v0.2.0-alpha Pre-release
Pre-release
  • update WaitGroup
    • add options capability to waitGroup and support for parent sync.WaitGroup
    • add the Do method for better DX
    • create the WaitGroupWithTaskLimit option to control concurrent tasks in the Do method
    • create the WaitGroupWithTaskRunner option to control the task runner
    • create the WaitGroupWithStopOnError option to cancel other tasks and NewWaitGroupWithContext function to create WaitGroup with custom context

v0.1.0

08 Jul 19:54
Compare
Choose a tag to compare
write unit test for field format method