Releases: palantir/godel-conjure-plugin
Releases · palantir/godel-conjure-plugin
v6.14.0
v6.13.0
v6.12.0
v6.11.0
v6.10.0
v6.9.0
Type | Description | Link |
---|---|---|
Improvement | Upgrade conjure-go to v6.5.0 | #143 |
Feature | Turn on AcceptFuncs lambda visitor generation by default This allows passing inline lambdas for each union variant instead of defining a visitor struct and implementing methods for each variant. This helps reduce boilerplate and improves readability for simple code when interacting with unions. |
#144 |
v6.8.0
v6.7.0
v6.6.0
No documented user facing changes
v6.5.0
Type | Description | Link |
---|---|---|
Feature | Add accept-funcs feature flag to enable lambda based union visitors adds an option to generate an "AcceptFuncs" function for union types which accepts lambda functions that can be used as visitors. This allows visitors to be called on union types without having to implement a visitor interface. |
#116 |