Skip to content

Releases: Xpl0itR/protodec

v1.1.0

07 Jun 17:00
d43deef
Compare
Choose a tag to compare
Even more improvements

including but not limited to:
- detect protobuf well-known types
- detect NonUserCodeAttribute
- detect ObsoleteAttribute to mark protobufs/fields as deprecated
- parse generated client/server types for gRPC services
- fix "optional" parsing
- fix obfuscated name translation
- fix foreign nested protobufs
- support protobuf editions and corresponding options
- rewrite protobuf models to better reflect the specification, including decoupling toplevels and files
- rewrite a bunch of things to make more sense

v1.0.1

19 Mar 00:15
68ee943
Compare
Choose a tag to compare

search loaded types for the IMessage interface before explicitly loading the Google.Protobuf DLL

v1.0.0

22 Jan 03:11
c61334d
Compare
Choose a tag to compare

First formal release