Fastproto Versions Save

FastProto is a powerful binary data processing tool.

v3.7.1

1 year ago
  1. Add auto type;
  2. Optimize code structure.

v3.7.0

1 year ago
  1. add dynamic compile;
  2. add lambda expression to formula.

v3.6.2

1 year ago

add collection type.

v3.6.1

1 year ago

support wrapper class of primitive array.

v3.6.0

1 year ago
  1. remove compress function;
  2. remove checksum function;
  3. add array type and their unit tests.

v3.5.1

1 year ago
  1. remove crypto function;
  2. update @DefaultEndian, add endian property to data type annotation;
  3. add unit test of endian.

v3.5.0

1 year ago
  1. add unit test of time type & enum type;
  2. remove protocol version;
  3. update decoding formula & encoding formula.

v3.4.1

1 year ago
  1. fix time type error;
  2. add 2 unit tests.

v3.4.0

1 year ago
  1. remove generic data type;
  2. optimize reference graph.

v3.3.1

1 year ago

Optimize resolving code.