Closed bartelink closed 4 years ago
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
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#L31As this will be a breaking change, it should accompany some meaningful new feature, i.e. #14