v6.9.0
svc-autorelease
released this
21 Jul 16:03
·
375 commits
to master
since this release
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 |