Skip to content

Releases: ahamez/protox

v1.7.8

15 Nov 15:24
v1.7.8
4de405e
Compare
Choose a tag to compare

What's Changed

  • Fix warnings of unknown JSON modules when a JSON library is not installed

Full Changelog: v1.7.7...v1.7.8

v1.7.7

02 Nov 10:06
v1.7.7
ca2b1b2
Compare
Choose a tag to compare

What's Changed

  • Fix launch by removing :propcheck from extra applications

Full Changelog: v1.7.6...v1.7.7

v1.7.6

01 Nov 08:20
v1.7.6
3d2d3ba
Compare
Choose a tag to compare

What's Changed

  • fix: correct the return type for json_decode! by @squirmy in #200

New Contributors

Full Changelog: v1.7.5...v1.7.6

v1.7.5

27 Sep 16:22
v1.7.5
236a11d
Compare
Choose a tag to compare
  • Use origin repository for propchek rather than a fork

v1.7.4

27 Sep 13:16
v1.7.4
72be259
Compare
Choose a tag to compare
  • Fix handling of enum in snake case

1.7.2

19 Nov 20:18
1.7.2
4a9ba78
Compare
Choose a tag to compare

1.7.1

16 Oct 12:20
1.7.1
5fcf368
Compare
Choose a tag to compare
  • Fix decoding and encoding of proto3 optional fields

1.7.0

18 Aug 07:45
1.7.0
9ba1d0d
Compare
Choose a tag to compare
  • Add support of FileOptions (which can be access with Msg.file_options/0)

1.6.10

02 Mar 21:50
1.6.10
9105a9d
Compare
Choose a tag to compare
  • Fix format of generated files

1.6.9

22 Feb 10:33
1.6.9
a3e6e84
Compare
Choose a tag to compare
  • Fixes deprecation warnings in Elixir >= 1.14 about Bitwise (thanks to @moogle19)