- Add support for
aeson-2.2.0.0
. - When built with
aeson >=2.2.0.0
, record fields with typeNullableNonEmptyText
will be omittable.
- Add
proseFromNonEmptyText
to createProse
fromNonEmptyText
.
- Use
NonEmptyList
forchunksOfNonEmptyText
- Add
literalNonEmptyText
,literalProse
,literalNullableNonEmptyText
for creation of string variants from the type-level literals. - Add
concatWithSpace
to concatenate NonEmptyText in a type-safe way. - Drop support for GHC <9.2.
- Fix
mkNonEmptyTextWithTruncate
to perform truncation after character stripping.
- Fix building on GHC 8.10.7, and add it to CI.
- Initial release