Skip to content

Releases: ifazk/pp-binary-ints

1.0.0

13 Jan 05:39
Compare
Choose a tag to compare

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.

0.1.1

31 Dec 23:56
Compare
Choose a tag to compare

CHANGES:

Added

  • Support for int32, int64, and nativeint.
  • *.{make_pp_int,make_to_string} with optional arguments.

0.1.0

29 Dec 15:44
Compare
Choose a tag to compare

CHANGES:

Initial release.