Skip to content

Releases: ojkelly/yarn.build

Release v3.3.3

02 Feb 23:39
d0c78cc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.3.2...v3.3.3

Release v3.3.2

02 Feb 13:56
a78e3a4
Compare
Choose a tag to compare

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

04 Dec 13:28
Compare
Choose a tag to compare

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

29 Nov 01:52
a034016
Compare
Choose a tag to compare

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

26 Oct 13:17
3993b67
Compare
Choose a tag to compare

What's Changed

  • release: Update release version to refs/tags/v3.2.3 by @github-actions in #131
  • Upgrade repo to yarn 3.1.0 - make integration tests use own yarn deps by @ojkelly in #132
  • Make entrypoint paths platform independant by @ojkelly in #135

Full Changelog: v3.2.3...v3.2.4

Release v3.2.3

25 Oct 00:33
0833d60
Compare
Choose a tag to compare

What's Changed

  • release: Update release version to refs/tags/v3.2.2 by @github-actions in #128
  • Use xfs instead of fs 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

23 Oct 04:39
dfc7217
Compare
Choose a tag to compare

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

22 Oct 00:59
05efd45
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.2.0...v3.2.1

Release v3.2.0

21 Oct 12:48
Compare
Choose a tag to compare

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 is
  • yarn 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

New Contributors

Full Changelog: v3.1.1...v3.2.0

Release v3.1.1

28 Sep 15:02
94f1561
Compare
Choose a tag to compare
Add --no-compress and wire up --output-directory (#107)