MIT licensed
This version can be pinned in stack with:string-variants-0.2.2.0@sha256:a92bd655f662174f1be3f74c485e00e703b168705ce77934d3abca7c0fa5cbee,4412

Changes

Changelog

[0.2.2.0] - 2023-02-10

  • Add proseFromNonEmptyText to create Prose from NonEmptyText.

[0.2.1.0] - 2023-01-23

  • Use NonEmptyList for chunksOfNonEmptyText

[0.2.0.0] - 2022-12-05

  • 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.

[0.1.0.2] - 2022-10-18

  • Fix mkNonEmptyTextWithTruncate to perform truncation after character stripping.

[0.1.0.1] - 2022-09-29

  • Fix building on GHC 8.10.7, and add it to CI.

[0.1.0.0] - 2022-09-28

  • Initial release