All Versions
2
Latest Version
Avg Release Cycle
390 days
Latest Release
1825 days ago
Changelog History
Changelog History
-
v0.7.0 Changes
September 12, 2019- ๐ New
%Q
and%q
format specifiers accept strict and lazy Text as input respectively. Otherwise they function identically to the%s
specifier. - ๐จ th-printf can now produce lazy Text as well as String, and the improved
internal representation of format strings should slightly increase performance.
- Directly producing Text should now be significantly faster than using the
string formatter and
pack
ing the result, especially with Text format arguments.
- Directly producing Text should now be significantly faster than using the
string formatter and
- โฌ๏ธ Dropped support for GHC < 8.
- ๐ New
-
v0.6.0 Changes
August 18, 2018Backported new backpack-based code to pre GHC-8.4 versions.
- ๐ Rename of public modules
- ๐ Parser rewrite
- โ th-printf now prints a warning when given an erroneous format string
- โก๏ธ Several printf behaviors have been updated to comply with spec:
x
,u
, etc. specifiers now only apply to positive integers- Length specifiers are allowed
- โ Generated testsuite covers more cases