Skip to content

Releases: mochidev/Bytes

Version 0.3.1

24 Feb 10:15
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.0...0.3.1

Version 0.3.0

30 Jun 00:08
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.3...0.3.0

0.2.3

05 Mar 19:36
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.2...0.2.3

0.2.2

11 Dec 06:37
Compare
Choose a tag to compare

What's Changed

  • Non-async IteratorProtocol support by @dimitribouniol in #23
    • Added iterator support for RawRepresentable types backed by FixedWidthInteger.

Full Changelog: 0.2.1...0.2.2

0.2.1

18 Nov 21:07
Compare
Choose a tag to compare

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.

Full Changelog: 0.2.0...0.2.1

0.2.0

18 Nov 08:28
Compare
Choose a tag to compare

What's Changed

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

09 Nov 05:55
Compare
Choose a tag to compare
Version 0.1.0 Pre-release
Pre-release

Initial release. Naming might change, but the API will be stable under the minor version.