We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
While the encoding support started as a very light wrapper of the TypeShape UnionEncoder (before it was called that!). However
So... in V2 we should thus consider renaming IUnionEncoder to IEventCodec. https://github.com/jet/FsCodec/blob/master/src/FsCodec/FsCodec.fs#L31
IUnionEncoder
IEventCodec
As this will be a breaking change, it should accompany some meaningful new feature, i.e. #14
The text was updated successfully, but these errors were encountered:
IUnionEncoder -> IEventCodec re #27
5aeda2c
8d53220
b2e33ae
Rename IUnionEncoder -> IEventCodec w/ examples and docs re #27 (#29)
707f9da
Successfully merging a pull request may close this issue.
While the encoding support started as a very light wrapper of the TypeShape UnionEncoder (before it was called that!). However
So... in V2 we should thus consider renaming
IUnionEncoder
toIEventCodec
.https://github.com/jet/FsCodec/blob/master/src/FsCodec/FsCodec.fs#L31
As this will be a breaking change, it should accompany some meaningful new feature, i.e. #14
The text was updated successfully, but these errors were encountered: