v4.0.0
Note
If fetching the tag, it still says 3.0.0, because i forgot to push the version in the build.zig.zon file. see #164 . Sorry for the inconvenience.
Interface change
The json API has changed a bit. jsonEncode now has a new parameter for options, for now limited to shadowing of oneOf fields.
This is the only interface change.
What's Changed
- docs(readme): Added official logo, licensing by @Arwalk in #139
- Copy leading comments from .proto files by @inge4pres in #140
- fix: support types with 100+ fields by @inge4pres in #142
- fix(wire): exclude logging for freestanding targets by @tumberino in #145
- build(benchmark): fixing build by @Arwalk in #159
- Fix json oneof shadowing by @inge4pres in #163
New Contributors
- @tumberino made their first contribution in #145
Full Changelog: v3.0.1...v4.0.0