Skip to content

Releases: spluxx/Protoman

v0.4.1

30 Sep 11:28
521b4ac
Compare
Choose a tag to compare
  • 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

27 Jul 03:01
19854f0
Compare
Choose a tag to compare

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

03 May 11:10
254ee85
Compare
Choose a tag to compare
  • Better error messages & show response protobuf object as JSON if it's invalid. #15
  • Notify updates

v0.3.3

24 Apr 06:06
254ee85
Compare
Choose a tag to compare

v0.3.2

21 Apr 10:36
273c57c
Compare
Choose a tag to compare

Address #13 with rootPath option (similar to --proto_path option in protoc) that you can specify on the ProtoManager.

v0.3.1

20 Apr 15:14
2f321f4
Compare
Choose a tag to compare
  • 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

19 Apr 11:52
ed61474
Compare
Choose a tag to compare

Change logs

  • UI update
  • Better support for nested types (thanks to @majdghada)
  • import/export via JSON

v0.2.0

17 Mar 03:24
0e4fef7
Compare
Choose a tag to compare

Change Log

  • Response Metadata
  • Environment variables
  • Fetch moved to main process for better control on cookies