th-printf v0.6.0 Release Notes
Release Date: 2018-08-18 // over 6 years ago-
Backported 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