Skip to content

Releases: peerigon/typescript-exercises-tools

v3.0.0

25 Jun 21:03
Compare
Choose a tag to compare

3.0.0 (2024-06-25)

Features

BREAKING CHANGES

  • We had to remove support for multiple errors as TypeScript will only report one error at a time now.

v2.0.0

20 Dec 13:09
Compare
Choose a tag to compare

2.0.0 (2022-12-20)

Bug Fixes

chore

BREAKING CHANGES

  • Updated typescript peer dependency to ^4.9.4

v1.2.0-beta.1

28 Jan 16:44
Compare
Choose a tag to compare
v1.2.0-beta.1 Pre-release
Pre-release

1.2.0-beta.1 (2022-01-28)

Bug Fixes

  • Error in package-lock.json after npm link (6cb9f2a)

Features

v1.1.1

20 Apr 14:45
3910516
Compare
Choose a tag to compare

1.1.1 (2021-04-20)

Bug Fixes

  • Fix regex to work with windows line-endings (c681b12)

v1.1.0

20 Apr 14:29
0e2c6ce
Compare
Choose a tag to compare

1.1.0 (2021-04-20)

Bug Fixes

  • add missing types for root js files (4217d46)
  • fix faulty plugin typings (1dc63e3)
  • fix faulty test import (2ffe91b)
  • roll back lockfile to v1 (783d5a7)

Features

  • add multiple expect error support (74b9dba)