Skip to content

v1.1.2.0 - "ByteArray Boogaloo"

Compare
Choose a tag to compare
@poorlyknitsweater poorlyknitsweater released this 21 Apr 10:03
· 61 commits to master since this release

Added UTF-8 implementations on a mock Text type (in Data.Text.Utf8).

  • Added Data.Text.Utf8* modules
  • Moved CaseSensitivity to its own Data.Text.CaseSensitivity module.
  • Added the module Data.TypedByteArray which contains thin wrappers over ByteArray and MutableByteArray.
  • Replaced uses of Data.Vector.Unboxed.Vector by TypedByteArray.