Skip to content

Releases: stickytools/sticky-encoding

1.0.0 Beta 5 Release

20 Apr 22:59
ba9ec3f
Compare
Choose a tag to compare
1.0.0 Beta 5 Release Pre-release
Pre-release

Removed

  • Simplified the interface removing the EncodedData type replacing it with straight Array<UInt8>.

Added

  • Changed return type of BinaryEncoder.encode from EncodedData to Array<UInt8>.
  • Changed parameter type of BinaryDecoder.decode from EncodedData to Array<UInt8>.
  • Moving binary conversion into decode/encode stage to improve error recovery on invalid binary input.

1.0.0 Beta 4 Release

30 Mar 19:09
f11c769
Compare
Choose a tag to compare
1.0.0 Beta 4 Release Pre-release
Pre-release

1.0.0 Beta 3

27 Mar 15:42
Compare
Choose a tag to compare
1.0.0 Beta 3 Pre-release
Pre-release
  • Added support to/from Swift.Data to EncodedData.
  • Changed EncodedData var bytes: [UInt8] to Array<UInt8>(_ encodedData: EncodedDate) constructor.

1.0.0 Beta 2

19 Feb 21:09
8d4dd19
Compare
Choose a tag to compare
1.0.0 Beta 2 Pre-release
Pre-release
  • Added CocoaPods support.
  • Added the ability to set a userInfo dictionary on the BinaryEncoder and BinaryDecoder.

1.0.0 Beta 1

06 Jun 13:37
a1b8bbb
Compare
Choose a tag to compare
1.0.0 Beta 1 Pre-release
Pre-release

First beta release.