Skip to content

Releases: foxygoat/protog

v0.0.18

18 Aug 07:32
Compare
Choose a tag to compare

Changelog

1f0ea05 🧹 Minor tidy-up changes and tool upgrades (#19)
c4c798c build: Ignore staged changes on up-to-date check
7debe62 hermit: Upgrade hermit-managed binaries
2eb9245 proto: Regenerate/sync protos

v0.0.17

14 Jun 08:05
c717e81
Compare
Choose a tag to compare

Changelog

c717e81 🐛 fix: allow httprule to be forward compatible (#18)

v0.0.16

05 May 02:32
Compare
Choose a tag to compare

Changelog

b5bba05 ✨ Decode all well-known types without needing a descriptor (#17)
da436ec pb: Decode input FileDescriptorSets with self in registry
5a17c58 pb: Preload well-known types, remove -D flag
7029a23 registry: Populate Types with dynamic messages

v0.0.15

05 Apr 06:04
Compare
Choose a tag to compare

Changelog

c2f2bab 🏴 pb: Add --descriptorpb/-D flag for easy decoding of descriptor pbs (#16)
ab33198 pb: Add --descriptorpb/-D flag for easy decoding of descriptor pbs
f63e489 sync: Sync descriptor.proto with upstream

v0.0.14

21 Feb 23:56
Compare
Choose a tag to compare

Changelog

0bc8c93 🏳️‍🌈 Add --zero flag for JSON output (#15)
41a8bdc Add --zero flag for JSON output
23e07b0 Fix --in-format to also accept txt
e41cc98 Improve error message
f19888f Add goreleaser comment

v0.0.13

20 Feb 22:30
Compare
Choose a tag to compare

Changelog

29b6d7d 🧗‍♀️ pb: Initialise pb cli (#14)
3713cb4 pb: Initialise pb cli
a1aef71 Update LICENSE year
3cb4a3a Remove toplevel main.go

v0.0.12

18 Feb 01:06
Compare
Choose a tag to compare

Changelog

d886e42 🛀 Cleanup proto-gen and proto vendoring (#13)
83f3505 Update up-to-date check
7482074 Cleanup proto-gen and proto vendoring
6318ddb Remove top-level testdata

v0.0.11

15 Feb 06:19
Compare
Choose a tag to compare

Changelog

8075c74 🫁 Transplant registry (#12)
a9f5c83 Refactor files.go
8ee20e3 Transplant registry
b06b892 Add debug info on up-to-date checks
7e57839 Hermitise tools

v0.0.10

17 Jan 23:30
Compare
Choose a tag to compare

Changelog

436b1f7 ⚖️ Add Apache 2.0 License (#11)
e555e00 Add Apache 2.0 License

v0.0.9

03 Nov 19:19
Compare
Choose a tag to compare

Changelog

1ec5f37 ✨ httprule: Add headers to ClientConn (#10)
cb5d162 httprule: Add headers to ClientConn