Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

Releases: XAS-Dev/LiteProtocol

LiteProtocol v0.1.5

26 Apr 15:15

Choose a tag to compare

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

19 Apr 16:13

Choose a tag to compare

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

17 Apr 16:03

Choose a tag to compare

New Features

  • support BufferStream

LiteProtocol v0.1.2

13 Apr 15:44

Choose a tag to compare

New Features

  • Support Packages
  • Support read and write function

Fixed

  • Fix Struct write failure while the value is 0
  • Fix test

LiteProtocol v0.1.1

11 Apr 15:26

Choose a tag to compare

New Features

  • Support function defineType and defineTypeGenerator
  • Imporve StructBuilder

Breaking changes

  • rename Types to BaseTypes

LiteProtocol v0.1.0

05 Apr 06:11

Choose a tag to compare

First Release