Skip to content

Latest commit

 

History

History
93 lines (61 loc) · 3 KB

CHANGELOG.md

File metadata and controls

93 lines (61 loc) · 3 KB

Changelog

0.12.0 - 2023-07-05

  • Fix pnpm linker node_modules path
  • Bump dependencies

0.11.0 - 2023-03-16

  • Add pnpm linker

0.10.0 - 2023-02-24

  • Skip incompatible packages in getPackagePath

0.9.0 - 2023-01-25

  • Add support for repository strings
  • Normalize shortcut-type repository URLs

0.8.1 - 2022-04-13

  • Check package aliases in node-modules linker

0.8.0 - 2022-03-22

  • Parse author strings like name (url) <email> to get vendor info

0.7.2 - 2021-12-09

  • Handle strings and objects in licenses property

0.7.1 - 2021-08-09

  • Remove eval from pnp linker

0.7.0 - 2021-08-05

  • Improve linting and formatting
  • BREAKING: Upgrade to Yarn 3

0.6.0 - 2021-06-16

  • Add --exclude-metadata flag for excluding URL and other metadata

0.5.0 - 2021-02-18

  • Consider deprecated licenses property in package.json

0.4.0 - 2021-02-18

  • Add --production flag for excluding devDependencies

0.3.0 - 2021-01-28

  • Normalize expected output line endings in tests
  • Exclude duplicated virtual/non-virtual descriptors from output
  • Add generate-disclaimer command
  • Refactor getPackageManifest into getPackagePath in linkers
  • Compress paths in ppath.join

0.2.1 - 2020-12-30

  • Cache yarn cache in travis-ci

0.2.0 - 2020-12-30

  • Upgrade yarn for fs support of BigInt (yarnpkg/berry#2232)
  • Use fs.readFilePromise in linker.getPackageManifest implementations
  • Add jest test coverage
  • Bump dev dependencies
  • Migrate from tslint to eslint

0.1.0 - 2020-12-08

  • Initial release