Releases: indunet/fastproto
Releases · indunet/fastproto
v3.10.3
Fix bugs when using @DecodingIgnore & @EncodingIngore.
v3.1.3
Fix bugs when using @DecodingIgnore & @EncodingIngore.
v3.10.2
- remove CodecUtils;
- add DecodeUtils and EncodeUtils;
- update README.md
v3.10.1
- add io package;
- add api documents on method and class;
- add unit tests of ascii array type;
- fix the issue when decoding Calendar type.
v3.9.2
- remove fixed length annotation;
- optimize code structure;
- add skip method to Decoder and Encoder.
v3.9.1
- add benchmark of chain api;
- update scala annotation;
- fix bugs in Decoder and Encoder;
- add some api doc.
v3.8.3
- add bool array type;
- add new api which support working without annotations.
v3.8.2
add EndianPolicy to array type.
v3.8.1
- fix bugs in mapper;
- update documents.
v3.8.0
- update api, remove param of codec feature;
- add unit tests of auto type.