Skip to content

1.0.0

Latest
Compare
Choose a tag to compare
@ifazk ifazk released this 13 Jan 05:39

CHANGES:

Changed

  • Default flags have changed to padding with zeros, with separators and
    prefixes, and zero printing behaves just like non-zero printing. Since the
    primary purpose of this library is debugging, this should help.
  • *.{make_pp_int,make_to_string} no longer take an optional flags parameter,
    and instead takes optional boolean parameters zero_padding, left_padding,
    separators, prefix, suffix, zero_special.
  • Renamed *.{pp_binary_int} to *.{pp_int_with} for consistency.

Fixed

  • Padding with zeros no longer assumes prefixes are always 2 characters long.