Releases: mochidev/AsyncSequenceReader
Releases · mochidev/AsyncSequenceReader
Version 0.3.1
Version 0.3.0
Overview
This release adds Swift 6 support, and in the process catches some key issues with rethrow
-ing methods that could actually throw despite not being marked with try
.
What's Changed
- Fixed typos. by @wadetregaskis in #15
- Swift 6 Support by @dimitribouniol in #21
New Contributors
- @wadetregaskis made their first contribution in #15
Full Changelog: 0.2.2...0.3.0
Version 0.2.2
Restored support for older Swift versions.
Full Changelog: 0.2.1...0.2.2
Version 0.2.1
What's Changed
- Throwing Iterator Map Sendable by @dimitribouniol in #18
Full Changelog: 0.2.0...0.2.1
Version 0.2.0
What's Changed
- Fixed some spelling mistakes in introductory documentation by @dimitribouniol in #12
- Sendable by @dimitribouniol in #16
Full Changelog: 0.1.2...0.2.0
Version 0.1.2
What's Changed
- Added AnyReadableSequence by @dimitribouniol in #8
- Updated the README slightly by @dimitribouniol in #9
- Added documentation link by @dimitribouniol in #10
- Updated workflow configuration by @dimitribouniol in #11
Full Changelog: 0.1.1...0.1.2
Version 0.1.1
What's Changed
- Fixed documentation typos by @dimitribouniol in #3
- Updated Bytes-related documentation by @dimitribouniol in #4
- Documentation Typos by @dimitribouniol in #6
Full Changelog: 0.1.0...0.1.1
0.1.0
Initial Public Release