Skip to content

Releases: palantir/godel-conjure-plugin

v6.14.0

12 Nov 20:05
f569548
Compare
Choose a tag to compare
Type Description Link
Improvement Upgrade conjure-go to v6.10.0 #156

v6.13.0

11 Nov 00:30
a357fe9
Compare
Choose a tag to compare
Type Description Link
Fix Update conjure-go to 6.9.0 #155

v6.12.0

06 Nov 05:44
f809d27
Compare
Choose a tag to compare
Type Description Link
Improvement Upgrade conjure-go to v6.8.0 #153

v6.11.0

04 Nov 18:41
369ac3e
Compare
Choose a tag to compare
Type Description Link
Improvement Upgrade conjure-go to v6.7.0 #152

v6.10.0

04 Nov 15:31
3e8114a
Compare
Choose a tag to compare
Type Description Link
Improvement Upgrade conjure-go to v6.6.0 #151

v6.9.0

21 Jul 16:03
22a6fa8
Compare
Choose a tag to compare
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

02 Jul 21:53
eea6127
Compare
Choose a tag to compare
Type Description Link
Improvement Bump conjure-go to v6.4.0 #138

v6.7.0

14 Jun 15:49
ad7d72c
Compare
Choose a tag to compare
Type Description Link
Fix Fixes issue where the "accept-func" configuration was not respected.

Previously, the "accept-funcs" flag was not properly passed through to the conjure-go generator, which made it such that specifying the "accept-funcs" field in configuration had no effect.
#132

v6.6.0

01 Apr 18:12
2765657
Compare
Choose a tag to compare

No documented user facing changes

v6.5.0

23 Mar 16:24
fa0d9aa
Compare
Choose a tag to compare
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