Skip to content

Releases: Xenoxiluna/SwiftyBytes

v0.4.5

03 Oct 22:58
Compare
Choose a tag to compare

Corrected Protection for BinaryWriter WriteIndex Property

v0.4.4

02 Oct 18:10
Compare
Choose a tag to compare
Add adv/jmp functions

v0.4.3

31 Jul 22:40
Compare
Choose a tag to compare
Cleaning up a bit. Added a initializer to simplify use

v0.4.2

17 Jul 19:30
Compare
Choose a tag to compare
Update ByteBuffer to throw StringConversionError if Bytes to string i…

v0.4.1

16 Jul 04:04
3695518
Compare
Choose a tag to compare

Clarifying some information within the docs. No real changes have occurred.

Docs: https://xenoxiluna.github.io/SwiftyBytes/index.html

v0.4.0

11 Jul 22:58
4768281
Compare
Choose a tag to compare

Various API Changes below. Improved string API. Use of different string encoding is now allowed. Removed some functions that did not make sense to have. Documentation has been created as well.

Docs: https://xenoxiluna.github.io/SwiftyBytes/index.html

removed readNullTerminatedStringTrimmed
add get/read string
remove readNullTerminatedStringNoTrail
rename 7bitencodedstring to VariableLengthString

v0.3.1

29 Jun 02:05
Compare
Choose a tag to compare
Cleanup some warnings. Removed use of deprecated withUnsafeBytes func…

v0.3.0

29 Jun 00:47
Compare
Choose a tag to compare

API Changes. Add partial support for big endian

v0.2.3

16 Jun 22:00
14a57f9
Compare
Choose a tag to compare

Small update to allow BinaryWriter to set bits on the last Byte written.

v0.2.2

26 May 16:07
Compare
Choose a tag to compare
Started adding bit reader