This repository was archived by the owner on Dec 13, 2025. It is now read-only.
Releases: XAS-Dev/LiteProtocol
Releases · XAS-Dev/LiteProtocol
LiteProtocol v0.1.5
New Features
- support ZigZag type
- support BufferInputStream and BufferOutputStream
- support bytesRead and BytesWrite
Full Changelog: v0.1.4...v0.1.5
LiteProtocol v0.1.4
Fixed
- Fix buffer out of bounds
Breaking changes
- Separate the read and get and the write and put methods of the BufferStream
LiteProtocol v0.1.3
New Features
- support BufferStream
LiteProtocol v0.1.2
New Features
- Support Packages
- Support
readandwritefunction
Fixed
- Fix Struct write failure while the value is 0
- Fix test
LiteProtocol v0.1.1
New Features
- Support function
defineTypeanddefineTypeGenerator - Imporve StructBuilder
Breaking changes
- rename
TypestoBaseTypes
LiteProtocol v0.1.0
First Release