Releases: indunet/fastproto
Releases · indunet/fastproto
v3.8.0
- update api, remove param of codec feature;
- add unit tests of auto type.
v3.7.1
- Add auto type;
- Optimize code structure.
v3.7.0
- add dynamic compile;
- add lambda expression to formula.
v3.6.1
support wrapper class of primitive array.
v3.6.0
- remove compress function;
- remove checksum function;
- add array type and their unit tests.
v3.5.1
- remove crypto function;
- update @DefaultEndian, add endian property to data type annotation;
- add unit test of endian.
v3.5.0
- add unit test of time type & enum type;
- remove protocol version;
- update decoding formula & encoding formula.
v3.4.1
- fix time type error;
- add 2 unit tests.
v3.4.0
- remove generic data type;
- optimize reference graph.