This repository was archived by the owner on Sep 17, 2023. It is now read-only.
Releases: typescript-tools/rust-implementation
Releases · typescript-tools/rust-implementation
v7.0.3
v7.0.2
v7.0.1
v7.0.0
7.0.0 (2023-04-30)
Bug Fixes
-
add path to error message when file cannot be parsed (df125ec)
-
do not silently ignore globwalk::WalkError (07dc701)
-
use anyhow to format error messages (c3b1247)
-
chore!: drop support for publishing docker images (c77fe4e)
-
refactor!(link): split into lint and modify functions (e467566)
-
refactor!: remove get_dependency_group_mut from PackageManifest (507455c)
-
refactor!(pin): split lint and modify into separate functions (75bae6f)
Features
- add debug to all types (0b65085)
- eagerly impl Eq, PartialEq, Hash for InternalDependenciesFormat (82d35df)
BREAKING CHANGES
- drop support for publishing docker images as a part of
the release process - split link into lint and modify functions
- remove get_dependency_group_mut from PackageManifest
- split pin into lint and modify functions