Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

v0.3.3

Compare
Choose a tag to compare
@doug-martin doug-martin released this 01 Aug 23:40
· 39 commits to master since this release
  • Update comb.string.format to be support as a flag when signing a number
    • comb.string.format('% d', 10); //" 10"
    • comb.string.format('% d', -10); //"-10"