Skip to content

Tags: stickytools/sticky-encoding

Tags

1.0.0-beta.5

Toggle 1.0.0-beta.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove `EncodedData` replacing with `Array<UInt8>` (#20)

* Replace `EncodedData` with `Array<UInt8>`.
* Update documentation after replacing `EncodedData` with `Array<UInt8>`.
* Change signature of StorageContainerReaderWriter.write from `write(_ storageContainer: StorageContainer, to buffer: UnsafeMutableRawBufferPointer) -> Int` to `convert(_ storageContainer: StorageContainer) -> [UInt8]`.
* Renamed EncodedDataNegativeTests to BinaryDecoderByteArrayTests.
* Adjust binary format alignment decreasing padding.

1.0.0-beta.4

Toggle 1.0.0-beta.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #13 from stickytools/update-docs-url

Updated docs url.

1.0.0-beta.3

Toggle 1.0.0-beta.3's commit message
README.md corrections/refinements.

1.0.0-beta.2

Toggle 1.0.0-beta.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update CHANGELOG.md

Remove space from link name [] and link address ().

1.0.0-beta.1

Toggle 1.0.0-beta.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

Removing CocoaPods references until the pod version is released.