0.7.2 - 2021-12-09
- Handle strings and objects in
licenses
property
0.7.1 - 2021-08-09
- Remove
eval
frompnp
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 excludingURL
and other metadata
0.5.0 - 2021-02-18
- Consider deprecated
licenses
property inpackage.json
0.4.0 - 2021-02-18
- Add
--production
flag for excludingdevDependencies
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
intogetPackagePath
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 ofBigInt
(yarnpkg/berry#2232) - Use
fs.readFilePromise
inlinker.getPackageManifest
implementations - Add jest test coverage
- Bump dev dependencies
- Migrate from tslint to eslint
0.1.0 - 2020-12-08
- Initial release