v1.0.0
-
[Breaking] Implement Scottish Taxes, refactor public API (#21) be6fb49
-
Adds the new, optional
country
argument to the 5 public functions -
calculateIncomeTax
will now returnEnglishIncomeTax | ScottishIncomeTax
and has an updated shape. Check the updated docs / examples in the README.md for more information, or check the above PR.