Releases: mochidev/Bytes
Releases · mochidev/Bytes
Version 0.3.1
Version 0.3.0
What's Changed
- Updated Workflows by @dimitribouniol in #26
- Added Documentation Link by @dimitribouniol in #27
- Renamed
next(bytes:...)
Methods by @dimitribouniol in #28 - Added Byte Checks by @dimitribouniol in #29
- Added String Checks by @dimitribouniol in #30
- Added Integer Checks by @dimitribouniol in #31
- Added UUID Checks by @dimitribouniol in #32
- Added Character Checks by @dimitribouniol in #33
- Added Raw Representable Checks by @dimitribouniol in #34
Full Changelog: 0.2.3...0.3.0
0.2.3
0.2.2
What's Changed
- Non-async IteratorProtocol support by @dimitribouniol in #23
- Added iterator support for
RawRepresentable
types backed byFixedWidthInteger
.
- Added iterator support for
Full Changelog: 0.2.1...0.2.2
0.2.1
What's Changed
- Chunked Byte Sequences by @dimitribouniol in #21:
- Added optimized
next/nextIfPresent(bytes:max:)
method for when a minimum of 0 is allowed. - Fixed an issue where a max bytes size of 0 could incorrectly read from the stream.
- Added optimized
Full Changelog: 0.2.0...0.2.1
0.2.0
What's Changed
- Fix Tests For Now by @dimitribouniol in #20
- Async Sequence by @dimitribouniol in #18
Notes
Xcode 13.2 Beta is currently required to compile the Async/Await support.
Full Changelog: 0.1.0...0.2.0
Version 0.1.0
Initial release. Naming might change, but the API will be stable under the minor version.