v1.0.0
1.0.0 (2021-01-03)
Bug Fixes
- correct test path (19ce59f)
- correctly support negative numbers (76b8acc)
- do not attempt to interpolate unbound values (2166041)
Features
- add %c support (602bf15)
- add %e support (818da9c)
- add %o support (8bc04fd)
- add %u support (2e58062)
- add %x support (ef63e93)
- add basic %d support (0a7eee1)
- add basic %f support (590a73b)
- add basic %i support (6782076)
- add basic %s support (99ea78a)
- add flag, width and precision parsing (c3971c4)
- implement %-d padding (7efd7d2)
- implement %+d padding (244cfaa)
- implement %f padding (28e6029)
- implement string padding (be5f993)
- implement zero-fill (8b324c6)
- interpolate %.1f (70862f7)
- print % in place of % (2a6d1ae)
- print % in place of %% (2bb6363)
- rename sprintf to printf (6603020)
- support %-+3d (eff856a)
- support %+3d (15c28f6)