2.1.2 (2021-03-11)
- deps: bump github.com/brad-jones/goerr/v2 from 2.1.1 to 2.1.3 (#48) (0713234)
- deps: bump github.com/stretchr/testify from 1.6.1 to 1.7.0 (#25) (e12a02f)
2.1.1 (2020-09-18)
2.1.0 (2020-09-18)
- await: ensure we don't have any goroutine leaks (d0b80ef)
- await: added a Stream() function (c9a6703)
- await: added async versions of all methods (1de1b5c)
- removed our awaitable and stoppable interfaces (2594a17)
- task: accept func() or func(t *Internal) (ac21599)
- task: added IsCompleted method (c7c9bd2)
- task: added Then() method (2fa58e5)
- task: added Wait() method (67e30d7)
- task: made the done channel public (3254147)
2.0.0 (2020-09-11)
- initial version that uses v2 of goerr (876f172)
- uses a completely re-written goerr package