Skip to content

Releases: UmikaSoft/LiteProtocol

LiteProtocol v0.1.5

26 Apr 15:15
Compare
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
Compare
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
Compare
Choose a tag to compare

New Features

  • support BufferStream

LiteProtocol v0.1.2

13 Apr 15:44
Compare
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
Compare
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
Compare
Choose a tag to compare

First Release