v4.0.3
Type | Description | Link |
---|---|---|
Fix | Fixes generated client code to properly handle omitted optional header parameters. Fixes #66 |
#67 |
Fix | Update Go to 1.12.7 and godel to 2.16.0 | #69 |
Fix | Add String() function for text alias types Make it so that any alias type that defines a MarshalText function also defines a String function that delegates to the String() function of the type being aliased. Fixes #68 |
#70 |