Skip to content

v2026.7.0

Choose a tag to compare

@alexelie120 alexelie120 released this 02 Jun 13:53
· 5 commits to master since this release
7afc96c

Breaking Changes

  • TaxBracket.BASE_TAX_CREDIT has been renamed to BASIC_PERSONAL_AMOUNT. Type changed from number to number | { MIN: number; MAX: number } to support the progressive reduction of the federal enhanced Basic Personal Amount (BPA).
  • getFederalBaseCredit(inflationRate, yearsToInflate) now requires grossIncome as a first parameter: getFederalBaseCredit(grossIncome, inflationRate, yearsToInflate).
  • New exported function getFederalBasicPersonalAmount(grossIncome, inflationRate, yearsToInflate) to get the federal BPA adjusted by income.

What's Changed

Dependencies

Full Changelog: v2026.6.0...v2026.7.0