Skip to content

Releases: ojkelly/yarn.build

Release v0.9.48

13 Dec 08:07
f88298a
Compare
Choose a tag to compare
v0.9.48

v0.9.47

13 Dec 08:03
f88298a
Compare
Choose a tag to compare

Includes updates to remove the pesky build-error.log unless you're in verbose mode.

Adds:

  • the new yarn test command:
  • targeted builds with yarn build packages/examples/lorem-ipsum (behind flag)
  • specify default input and output folders (behind flag)
  • a new optional configuration file (see below)
  • and some other small bug fixes.

.yarnbuildrc.yml

folders:
  input: src
  output: build
enableBetaFeatures:
  folderConfiguration: true
  targetedBuilds: true

Release v0.9.46

07 Dec 03:12
6a4a802
Compare
Choose a tag to compare
Bug fix for workspace rebuidling thanks to @oliversalzburg

Release v0.9.45

28 Nov 03:10
Compare
Choose a tag to compare
Bug fixes, including better windows support thanks to @oliversalzburg…

…. (also some fixes to the release process)

Release v0.9.44

28 Nov 03:05
Compare
Choose a tag to compare
Bug fixes, including better windows support thanks to @oliversalzburg…

…. (also some fixes to the release process)

Release v0.9.41

28 Nov 02:46
4302880
Compare
Choose a tag to compare
Bug fixes, including better windows support thanks to @oliversalzburg

Release v0.9.40

22 Nov 14:09
Compare
Choose a tag to compare
Updated error handling

Release v0.9.39

22 Nov 14:08
Compare
Choose a tag to compare
Updated error handling

Release v0.9.38

22 Nov 14:08
Compare
Choose a tag to compare
Updated error handling

Release v0.9.37

22 Nov 12:36
Compare
Choose a tag to compare
Updating docs