Releases: reddavis/Asynchrone
Releases · reddavis/Asynchrone
v0.22.0
What's Changed
- feat: first pass at conforming to Sendable by @reddavis in #40
- feat: refactor iterators by @reddavis in #41
- Fix issue with task cancellation in
Async(Throwing)?Stream
initializers by @t-sakhuja in #42 - fix: a weird bug that appears to cause the iterator to never complete by @reddavis in #43
- Test class had duplicate name by @mattmassicotte in #44
- Remove unused date extension by @mattmassicotte in #45
- Accidentally left deleted file in xcodeproj by @mattmassicotte in #46
- feat: remove use of xcodeproj by @reddavis in #48
- feat: update documentation URL by @reddavis in #49
- Basic DocC support by @mattmassicotte in #50
- watchOS and tvOS by @mattmassicotte in #51
- feat: remove Jazzy documentation by @reddavis in #52
New Contributors
- @t-sakhuja made their first contribution in #42
- @mattmassicotte made their first contribution in #44
Full Changelog: v0.21.0...v0.22.0
v0.21.0
v0.20.0
v0.19.0
v0.18.1
v0.18.0
v0.17.0
v0.16.1
v0.15.0
What's Changed
- Add limit option to collect by @reddavis in #20
- Allow the sink closures to be async by @reddavis in #18
- Introduce TimerAsyncSequence by @reddavis in #19
- Add assign function to async sequence by @reddavis in #21
- Update documentation by @reddavis in #22
Full Changelog: v0.14.0...v0.15.0