Skip to content

Latest commit

 

History

History
45 lines (24 loc) · 2.52 KB

CHANGELOG.md

File metadata and controls

45 lines (24 loc) · 2.52 KB

2.1.2 (2021-03-11)

Bug Fixes

  • 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)

Bug Fixes

  • deps: bump github.com/brad-jones/goerr/v2 from 2.1.0 to 2.1.1 (#1) (53f968b)

2.1.0 (2020-09-18)

Bug Fixes

  • await: ensure we don't have any goroutine leaks (d0b80ef)

Features

  • 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)

Features

  • initial version that uses v2 of goerr (876f172)

BREAKING CHANGES

  • uses a completely re-written goerr package