Releases: yarnpkg/pnp-rs
Releases · yarnpkg/pnp-rs
v0.12.3
10 Sep 09:45
Compare
Sorry, something went wrong.
No results found
Other
add a new test case for global cache (#10 )
Fixes implicit folder detection (#50 )
v0.12.2
25 Aug 11:09
Compare
Sorry, something went wrong.
No results found
Other
(deps) lock file maintenance rust crates (#45 )
add recived path into panic info (#46 )
(deps) update dependency rust to v1.89.0 (#43 )
v0.12.1
10 Jul 12:37
Compare
Sorry, something went wrong.
No results found
Other
add renovate bot (#39 )
Improves performances (#42 )
Adds a benchmark workflow (#40 )
v0.12.0
10 Jul 05:34
Compare
Sorry, something went wrong.
No results found
Other
remove AsRef<Path>
from functions (#38 )
change find_closest_pnp_manifest_path
from recursion to a loop (#35 )
v0.11.0
01 Jul 07:46
Compare
Sorry, something went wrong.
No results found
Fixed
fix windows failure (#22 )
Other
add release-plz.yml (#24 )
remove indexmap
remove serde_with
(#32 )
remove the unused Serialize
on PackageLocator
(#31 )
bump deps (#30 )
use fxhash in zip data structures (#28 )
remove the lazy_static
crate (#27 )
improve NODEJS_BUILTINS
(#26 )
remove unnecessary derive Serialize
on Error
(#25 )
use fxhash (#23 )
clippy::result_large_err
for the Error
type (#21 )
run cargo clippy --fix
+ manual fixes (#20 )
run cargo fmt
(#19 )
add cargo check
and cargo test --all-features
(#18 )
add rust-toolchain.toml (#17 )
disable more
enable most tests on windows CI