This repository has been archived by the owner on Apr 18, 2023. It is now read-only.
Releases: rgushel/protobuf-converter
Releases · rgushel/protobuf-converter
1.1.5 Version
- Changed license from GNU GPL to MIT - Updated dependencies - Added author
1.1.4 Version
Fixed fields types mismatch issue
1.1.3 Version
Fixed nullpointer when converting collection fields
1.1.2 Version
fixed mapping of fields that have types annotated by @ProtoClasses
1.1.1 Version
Include declared fields of domain subclasses while converting
1.1 Version
Support converting from one domain object to various protobuf messages
1.0.2 Version
Merge branch 'master' of github.com:BAData/protobuf-converter
1.0 Version
v1.0 initial - mappings - field type converters - exceptions throwing - unit tests - usage example