Skip to content

Releases: indunet/fastproto

v3.10.3

14 Aug 06:29
Compare
Choose a tag to compare

Fix bugs when using @DecodingIgnore & @EncodingIngore.

v3.1.3

12 Aug 11:59
Compare
Choose a tag to compare

Fix bugs when using @DecodingIgnore & @EncodingIngore.

v3.10.2

08 Feb 05:58
Compare
Choose a tag to compare
  1. remove CodecUtils;
  2. add DecodeUtils and EncodeUtils;
  3. update README.md

v3.10.1

07 Feb 05:43
Compare
Choose a tag to compare
  1. add io package;
  2. add api documents on method and class;
  3. add unit tests of ascii array type;
  4. fix the issue when decoding Calendar type.

v3.9.2

30 Jan 07:00
Compare
Choose a tag to compare
  1. remove fixed length annotation;
  2. optimize code structure;
  3. add skip method to Decoder and Encoder.

v3.9.1

18 Jan 02:32
Compare
Choose a tag to compare
  1. add benchmark of chain api;
  2. update scala annotation;
  3. fix bugs in Decoder and Encoder;
  4. add some api doc.

v3.8.3

23 Dec 13:30
Compare
Choose a tag to compare
  1. add bool array type;
  2. add new api which support working without annotations.

v3.8.2

20 Dec 14:33
Compare
Choose a tag to compare

add EndianPolicy to array type.

v3.8.1

01 Nov 01:12
Compare
Choose a tag to compare
  1. fix bugs in mapper;
  2. update documents.

v3.8.0

27 Oct 07:17
c727d82
Compare
Choose a tag to compare
  1. update api, remove param of codec feature;
  2. add unit tests of auto type.