0.15.0 - 2024-07-24
- Add
audit
command
0.14.0 - 2024-06-20
- Add
--focus
flag for focusing on specific workspaces
0.13.1 - 2023-11-14
- Lazy-load
fs
in linkers
0.13.0 - 2023-10-23
- BREAKING: Upgrade to Yarn 4
0.12.0 - 2023-07-05
- Fix
pnpm
linkernode_modules
path- This is a breaking change for
yarn < 3.2.0
due to yarnpkg/berry#3681
- This is a breaking change for
- 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
-typerepository
URLs
0.8.1 - 2022-04-13
- Check package
aliases
innode-modules
linker
0.8.0 - 2022-03-22
- Parse
author
strings likename (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
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