All Versions
17
Latest Version
Avg Release Cycle
139 days
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v2.6.1 Changes
- More GHC-8.10 related cleanup, tighten lower bound on some dependencies. (see #216);
- โ Add "format" field for uint32 and uint64 (see #215);
2.6
- ๐ GHC 8.10 support (see #210);
- ๐ Move
aeson-pretty
to other dependencies (see #206); - ๐ Merge OAuth2 scopes (see #151);
2.5
Highlights:
- โ Add instance for
TimeOfDay
(see #196); - โ Add support for
optics
(see #200); - ๐ Slightly better validation errors (see #195);
๐ Fixes and minor changes:
- ๐ Minor cleanup (see #194);
- ๐ Allow base-4.13 and other GHC-8.8 related stuff (see #198);
- ๐ Fix
stack.yaml
(see #201);
2.4
-
v2.6
April 23, 2020 -
v2.5 Changes
November 23, 2019 -
v2.4
May 29, 2019 -
v2.3.1 Changes
November 24, 2018 -
v2.3.1.1 Changes
January 31, 2019- ๐ Allow
network-3.0
- ๐ Allow
-
v2.3
August 01, 2018 -
v2.3.0.1 Changes
October 15, 2018 -
v2.2.2 Changes
April 11, 2018- โ Add
ToSchema Version
instance - ๐ Use base-compat-batteries (0.10)
- PVP bounds
- โ Add
-
v2.2.1 Changes
March 21, 2018- โ Add
Semigroup
instances - GHC-8.4 compatibility
- ๐ `Schema (NonEmpty a) instance (see #141)
- ๐ Fix optional property for unary records (see #142)
- โ Add
fromAesonOptions
helper (see #146) - ๐ Fix non-termination when using
datatypeNameModifier
with recursive data types (see #132)
2.2
- ๐ Treat unknown properties as validation errors in
validateToJSON
(see #126); - โ Add
validateJSON
andvalidateJSONWithPatternChecker
to validate JSONValue
againstSchema
without classes (see #126); - โ Add more
Schema
helpers (see #126):genericNameSchema
โ to give a custom schemaGeneric
-based name;genericDeclareNamedSchemaNewtype
โ to deriveNamedSchema
fornewtype
s;declareSchemaBoundedEnumKeyMapping
โ to derive more specificSchema
for maps withBounded
Enum
keys;
- โ Add a few tests with invalid
Schema
.
- โ Add