MIT licensed by Tom Sydney Kerckhove
This version can be pinned in stack with:autodocodec-0.2.0.1@sha256:6ef0693ef3c72c767af2ca9644267a95f8e79965c8f583b8c872da1e20665e89,1652
Module documentation for 0.2.0.1
Depends on 13 packages
(full list with versions):
aeson,
base,
bytestring,
containers,
hashable,
mtl,
scientific,
text,
time,
unordered-containers,
validity,
validity-scientific,
vector Changelog
[0.2.0.1] - 2022-10-06
Added
- The
HasObjectCodec
type class
[0.2.0.0] - 2022-07-21
Added
discriminatedUnionCodec
for discriminated unions
[0.1.0.3] - 2022-07-14
Changed
[0.1.0.2] - 2022-06-24
Added
scientificWithBoundsCodec
for a NumberCodec
with bounds but without a name.
[0.1.0.1] - 2022-05-03
Changed
- Generalised the type of
parseAlternative
.
[0.1.0.0] - 2022-05-03
Changed
- Generalise type of
matchChoiceCodec
to allow for two different input types.
- Add disjoint versions of
matchChoiceCodec
and matchChoicesCodec
.
- Functions
enumCodec
, stringConstCodec
, and shownBoundedEnumCodec
now produce disjoint codecs.
[0.0.1.1] - 2022-04-26
Added
- Compatibility with
aeson >= 2.0.0.0
[0.0.1.0] - 2021-12-23
Changed
EitherCodec
now takes a Union
to specify whether the union is disjoint or not.
Added
disjointEitherCodec
and possiblyJointEitherCodec
.
[0.0.0.0] - 2021-11-19
First release.