Changelog

All notable changes to this project will be documented in this file.
See Conventional Commits opens in a new tab for commit guidelines.

3.0.0

1 Dec 2022
  • update the test numbers within test-mixer forEach loops (5905781)

💥 BREAKING CHANGES

  • Minimum supported Node version is v14.18; we’re dropping v12 support

2.2.0

7 Nov 2022

Features

  • fix tests on TS parser, wire up configType: flat in tests (f2b3bef)

2.1.0

3 Nov 2022

Features

  • migrate to monorepo, add support to uvu (d0088be)

2.0.1

12 Sept 2021

🔧 Fixed

  • revert back from ES Modules, ESLint plugins can’t be in ES Modules yet

2.0.0

9 Sept 2021

Features

1.6.0

24 May 2021

Features

  • config file based major bump blacklisting (e15f9bb)

1.5.15

11 Apr 2021

Reverts

  • Revert “chore: setup refresh” (23cf206)

1.5.5

14 Feb 2021

🔧 Fixed

  • adapt to TS parser AST (cfa7f86)
  • correct certain cases where index starts at relative zero position (a725be9)
  • fix third arg insertion on TS parser (e2eff7b)

1.5.1

28 Jan 2021

🔧 Fixed

  • add testStats to npmignore (f3c84e9)

1.5.0

23 Jan 2021

Features

1.4.0

28 Nov 2020

Accidental version bump during migration to sourcehut. Sorry about that.

1.3.0

11 May 2020

🔧 Fixed

  • improve the test count calculation (7372146)

Features

  • add t.todo to be recognised (besides usual t.test, t.only and t.skip) (fa8f53e)

1.2.0

8 May 2020

🔧 Fixed

  • recognise and isolate t.test, t.only and t.skip from the rest and count appropriately (59f4480)

Features

  • adds message argument (with correct value) if it’s missing (98a3896)
  • improvements to adding message arg (192d60c)

1.1.1

7 May 2020

🔧 Fixed

  • correctly recognise and skip non-test expression statements (3b4fdfa)

1.1.0

6 May 2020

Features