Changelog for from-string-1.0.0.1
Changelog for from-string
All notable changes to this project should be documented in this file.
The format is based on Keep a Changelog, and this project adheres to the Haskell Package Versioning Policy.
1.0.0.1 - 2025-10-24
Changed
- Set upper/lower bound for the dependencies:
bytestring,text, andfrom.
1.0.0.0 - 2025-10-24
Initial release.
Added
Frominstances for string-related types. Any of the following types can be converted from one to another usingfrom:Prelude.StringData.Text.TextData.Text.Lazy.TextData.Text.Lazy.Builder.BuilderData.ByteString.ByteStringData.ByteString.Lazy.ByteStringData.ByteString.Builder.BuilderData.ByteString.Short.ShortByteString
- When the conversion crosses the boundary of the byte-sequence types and the character-sequence types, UTF-8 is assumed.