Fastproto Versions Save

FastProto is a powerful binary data processing tool.

v3.10.3

9 months ago

Fix bugs when using @DecodingIgnore & @EncodingIngore.

v3.1.3

9 months ago

Fix bugs when using @DecodingIgnore & @EncodingIngore.

v3.10.2

1 year ago
  1. remove CodecUtils;
  2. add DecodeUtils and EncodeUtils;
  3. update README.md

v3.10.1

1 year ago
  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

1 year ago
  1. remove fixed length annotation;
  2. optimize code structure;
  3. add skip method to Decoder and Encoder.

v3.9.1

1 year ago
  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

1 year ago
  1. add bool array type;
  2. add new api which support working without annotations.

v3.8.2

1 year ago

add EndianPolicy to array type.

v3.8.1

1 year ago
  1. fix bugs in mapper;
  2. update documents.

v3.8.0

1 year ago
  1. update api, remove param of codec feature;
  2. add unit tests of auto type.