Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support spreading in record types #96

Merged
merged 9 commits into from
May 2, 2024
Merged

Conversation

mrmurphy
Copy link
Contributor

@mrmurphy mrmurphy commented May 1, 2024

Encoders & decoders are supported. Spreading multiple types is supported.

One possible breaking change is that this add explicit type signatures to codec functions. So where it used to be possible to use @decco.codec to assign a function that would encode/decode to anything, not just JSON, now JSON is specified as the target type for all codecs.

@mrmurphy mrmurphy merged commit cd3d138 into master May 2, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants