Releases: ifazk/pp-binary-ints
Releases · ifazk/pp-binary-ints
1.0.0
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 optionalflags
parameter,
and instead takes optional boolean parameterszero_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.