Skip to content

Latest commit

 

History

History
60 lines (40 loc) · 1.93 KB

CHANGELOG.md

File metadata and controls

60 lines (40 loc) · 1.93 KB

Changelog

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