Releases: Xenoxiluna/SwiftyBytes
Releases · Xenoxiluna/SwiftyBytes
v0.4.5
v0.4.4
Add adv/jmp functions
v0.4.3
Cleaning up a bit. Added a initializer to simplify use
v0.4.2
Update ByteBuffer to throw StringConversionError if Bytes to string i…
v0.4.1
Clarifying some information within the docs. No real changes have occurred.
v0.4.0
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
Cleanup some warnings. Removed use of deprecated withUnsafeBytes func…
v0.3.0
API Changes. Add partial support for big endian
v0.2.3
Small update to allow BinaryWriter to set bits on the last Byte written.
v0.2.2
Started adding bit reader