Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Releases: rgushel/protobuf-converter

1.1.5 Version

14 May 12:00
Compare
Choose a tag to compare
- Changed license from GNU GPL to MIT

- Updated dependencies
- Added author

1.1.4 Version

13 Mar 16:42
Compare
Choose a tag to compare

Fixed fields types mismatch issue

1.1.3 Version

22 Nov 08:26
Compare
Choose a tag to compare

Fixed nullpointer when converting collection fields

1.1.2 Version

19 Aug 10:10
Compare
Choose a tag to compare

fixed mapping of fields that have types annotated by @ProtoClasses

1.1.1 Version

01 Aug 13:52
Compare
Choose a tag to compare

Include declared fields of domain subclasses while converting

1.1 Version

27 May 14:22
Compare
Choose a tag to compare

Support converting from one domain object to various protobuf messages

1.0.2 Version

12 May 15:17
Compare
Choose a tag to compare
Merge branch 'master' of github.com:BAData/protobuf-converter

1.0 Version

10 May 15:13
Compare
Choose a tag to compare
v1.0 initial

- mappings
- field type converters
- exceptions throwing
- unit tests
- usage example