Releases: src-d/proteus
Releases · src-d/proteus
v1.3.3
Legion
The Night We Met
In this chapter:
- [BUGFIX] Non-nullable maps (maps whose value type is non-nullable) now work properly.
- [BUGFIX] Better support for basic types without a matching type in protobuf (
int8
,rune
, etc.). - [CLEANUP] Imrprove RPC tests.
Super ProtoSize Me
Proteus now generates a ProtoSize
method instead of a Size
one.
Proteus and the Raise of the Gogo Options
This includes the following features and fixes:
- Proteus now detects a
String
method and add the option to drop the generated one
if it finds it. - Fixes the mapping for
time.Duration
. - Fixes the problems caused by calling proteus twice.
- Fixes the generation of getters by default. This option was early on in the
development but somehow it got lost.
v1.1.0
Features:
- Comments of the Go structs, fields, enums, enum values, functions and methods are propagated to the
.proto
file.
v1.0
First public release