Releases: ojkelly/yarn.build
Releases · ojkelly/yarn.build
Release v3.3.3
Release v3.3.2
What's Changed
- release: Update release version to refs/tags/v3.3.1 by @github-actions in #155
- Fixed verbose flag by @ojkelly in #160
Full Changelog: v3.3.1...v3.3.2
Release v3.3.1
This release splits the yarn.build commands into seperate available commands, as well as the default option with them all rolled into one.
yarn plugin import https://yarn.build/latest
still installs all the commands (excluding, package-yaml
).
But you can now also pick just the commands you want with
yarn plugin import https://yarn.build/latest/build
yarn plugin import https://yarn.build/latest/test
yarn plugin import https://yarn.build/latest/bundle
Release v3.2.5
What's Changed
- release: Update release version to refs/tags/v3.2.4 by @github-actions in #136
- update
yarn bundle
to prevent network access by @ojkelly in #137 - feat: [Build] count ignored packages and print "Up to date" by @skoging in #147
- feat: [Build] support multiple input/output folders by @skoging in #145
- feat: [Build] yarn build {package_name} by @skoging in #146
Full Changelog: v3.2.4...v3.2.5
Release v3.2.4
Release v3.2.3
What's Changed
- release: Update release version to refs/tags/v3.2.2 by @github-actions in #128
- Use
xfs
instead offs
when using portable paths by @ojkelly in #129 - feat: add multi-platform end-to-end tests by @misterjoshua in #130
Full Changelog: v3.2.2...v3.2.3
Release v3.2.2
What's Changed
- release: Update release version to refs/tags/v3.2.1 by @github-actions in #121
- chore: allow windows users to run the yarn release scripts by @misterjoshua in #122
- fix: make
--output-directory
resolve drive-letter paths on Windows by @misterjoshua in #126
Full Changelog: v3.2.1...v3.2.2
Release v3.2.1
What's Changed
- fix: correctly join portable paths when bundling by @misterjoshua in #120
New Contributors
- @misterjoshua made their first contribution in #120
Full Changelog: v3.2.0...v3.2.1
Release v3.2.0
This is a big update with a bunch of new features courtesy of @lodmfjord, as well as some small bug fixes.
yarn build query
, see what the local dependency graph for your workspace isyarn bunde
now has an ignore file so you can prevent files/folders from ending up in your bundle. This is great for multi-stage docker builds, and shipping to places like lambda- yarn.build now bails early on error
- it also shows the number of workspaces that are skipped (becuase they're cached)
to upgrade run the following to download and vendor the latest version
yarn plugin import https://yarn.build/latest
What's Changed
- release: Update release version to refs/tags/v3.1.1 by @github-actions in #108
- Bail out early on error #78 by @lodmfjord in #111
- feat: skip count #93 by @lodmfjord in #113
- feat: build query #8 by @lodmfjord in #114
- Ignore file #97 by @lodmfjord in #112
New Contributors
- @lodmfjord made their first contribution in #111
Full Changelog: v3.1.1...v3.2.0
Release v3.1.1
Add --no-compress and wire up --output-directory (#107)