Releases: spluxx/Protoman
Releases · spluxx/Protoman
v0.4.1
- Several dependabot updates
- #66 that fixes #25 and #60. Huge shoutout to @vorte !
- Starting from this version, MacOS builds won't be codesigned anymore
v0.4.0
Addressed #22 #23 - thanks @arturwwl!
I've been slacking off with dealing with issues but I'll resolve some more weekend (probably #21, #25, #26).
v0.3.4
- Better error messages & show response protobuf object as JSON if it's invalid. #15
- Notify updates
v0.3.2
Address #13 with rootPath option (similar to --proto_path
option in protoc
) that you can specify on the ProtoManager.
v0.3.1
- Remove redundant type specifier
- protobuf strips off "empty" values so checking them on primitive / repeated values is necessary. Not setting an oneof field should be considered an error though.
v0.3.0
Change logs
- UI update
- Better support for nested types (thanks to @majdghada)
- import/export via JSON
v0.2.0
Change Log
- Response Metadata
- Environment variables
- Fetch moved to main process for better control on cookies