Releases: peerigon/typescript-exercises-tools
Releases · peerigon/typescript-exercises-tools
v3.0.0
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
2.0.0 (2022-12-20)
Bug Fixes
chore
BREAKING CHANGES
- Updated typescript peer dependency to ^4.9.4
v1.2.0-beta.1
Bug Fixes
- Error in package-lock.json after npm link (6cb9f2a)
Features
v1.1.1
1.1.1 (2021-04-20)
Bug Fixes
- Fix regex to work with windows line-endings (c681b12)
v1.1.0
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)