ttc v0.3.0.0 Release Notes
Release Date: 2020-11-03 // almost 4 years ago-
Overview
๐ This is a major release of TTC. The
Parse
type class now usesTextual
error messages, and the following function is added:- ๐
maybeParseWithRead
๐ To migrate existing code,
Parse
instances must be changed to return
๐Textual
errors instead ofString
errors. Calls toparse
functions may
๐จ be refactored to make use of theTextual
error messages. If a call to a
๐parse
function breaks with an arbitrary type error, it may be an indicator
๐ that the error message is not used; consider using aparseMaybe
function
instead.๐ This release should contain all of the API changes for the upcoming
1.0.0.0
๐ release. - ๐
Previous changes from v0.2.3.0
-
Overview
๐ This is a patch release of TTC. It includes a bump of the
bytestring
dependency version upper bound. There are no other changes to the code in
๐ this release.