What's Changed
- v1.8.0 by @delameter in #7
format_prefixed_unit
extended for working with decimal and binary metric prefixes;format_time_delta
extended with new settings;- Value rounding transferred from
format_auto_float
toformat_prefixed_unit
; - Utility classes reorganization;
- Unit tests output formatting;
noop
SGR sequence andnoop
format;- Max decimal points for
auto_float
extended from (2) to (max-2).
Full Changelog: v1.7.4...v1.8.0