Changelog of @hackage/utf8-string 1.0.2

1.0.2

  • Add fromChar
  • Add IsString UTF8 instance
  • Fixup documentation and tests

1.0.1.1

  • Build correctly on GHC-7.0 (#14)

1.0.1

  • Improve the performance of Data.ByteString.Lazy.UTF8.fromString. (Thanks, ndmitchell)

1

  • Remove out all the old utf8 IO support. GHC supports utf8 now.

0.3.8

  • Performance tweaks
  • bytestring-in-base flag default to False