Skip to content

Releases: yarnpkg/pnp-rs

v0.12.1

10 Jul 12:37
a63017c
Compare
Choose a tag to compare

Other

  • add renovate bot (#39)
  • Improves performances (#42)
  • Adds a benchmark workflow (#40)

v0.12.0

10 Jul 05:34
d606e27
Compare
Choose a tag to compare

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
1a18fec
Compare
Choose a tag to compare

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