0.10.1 - 2022-07-20
- Fixed: Don't require plugin config to be provided
0.10.0 - 2022-05-27
- Added: Add support for
preAuthCommand
0.9.2 - 2022-02-10
- Bump vulnerable dependencies
0.9.1 - 2022-02-10
- Fixed: Detect
yarn dlx
commands more robustly
0.9.0 - 2021-12-17
- BREAKING: Switch to the
getNpmAuthenticationHeader
hooknpmAlwaysAuth: true
must be specified in.yarnrc.yml
from now on
0.8.0 - 2021-08-03
- BREAKING: Upgrade to Yarn 3
0.7.6 - 2021-04-20
- Added: Add
yarn workspaces focus
to list of registry commands
0.7.5 - 2021-03-12
- Added: Add
yarn pack --install-if-needed
to list of registry commands
0.7.4 - 2021-01-20
- Fixed: Start in working directory when searching for plugin config files on
yarn dlx
0.7.3 - 2021-01-11
- Fixed: Correct minimum
yarn
version to resolveparseOptionalBoolean
error
0.7.2 - 2020-12-30
- Fixed: Cache yarn cache in travis-ci
0.7.1 - 2020-12-30
- Fixed: Upgrade yarn for
fs
support ofBigInt
(yarnpkg/berry#2232) - Fixed: Use local home directory in automated tests
0.7.0 - 2020-12-29
- Fixed: Prettier formatting
- Added: yarn prettier-check command
- Fixed: VS Code integration
- Fixed: typescript issue - added validation for AWS CA auth token
0.6.1 - 2020-12-28
- Use
miscUtils.parseOptionalBoolean
for optionalpreferAwsEnvironmentCredentials
0.6.0 - 2020-12-28
- Ignore plugin configuration files outside this project during automated tests
- Add support for
preferAwsEnvironmentCredentials
inPluginRegistryConfig
- Bump dev dependencies
0.5.0 - 2020-12-23
- Migrate from tslint to eslint
- Bump dependencies
- Add support for multiple AWS profiles via
.yarn-plugin-aws-codeartifact.yml
configuration files
0.4.0 - 2020-12-11
- Add
upgrade-interactive
andsearch
to list of registry commands
0.3.0 - 2020-12-08
- Remove
version
command in favor of updating README installation link
0.2.0 - 2020-12-05
- Add authorization hook support for
npmRegistries
andnpmScopes
- Add
migrate
command that migratesyarn.lock
entries to refer to AWS CodeArtifact for relevant packages - Rename
info
command toversion
0.1.0 - 2020-12-04
- Initial release