Skip to content

v0.1.0

Choose a tag to compare

@csweichel csweichel released this 25 Aug 06:41

Changelog

2b7c54d Fix BuildLayoutLocation
1d14576 [breaking] Rename typescript package type to yarn
e0926a5 [build] Add --watch flag that rebuilds when one of the sources changes
1fa65a8 [build] Properly propagate build context errors
9648856 [cli] Add LEEWAY_NESTED_WORKSPACE to the list of env vars
7cb55f0 [env-mf] Introduce an environment manifest to capture the build env
7b9b923 [env-mf] Remove Docker version from default env manifest entries
f557d03 [exec] Introduced leeway exec which runs a command in-situ
0dd50ff [exec] Make package selection optional
6fe5bdb [exec] Prefix output with package or component name
b80280b [layout] Make build-time filesystem layout explicit
2dd2f98 [link] Begin experimental support for in-situ linking
08f50cc [link] First steps towards yarn2 resolution-based linking
ae1ff50 [link] Remove non-experimental link command
309b3ec [link] Sort replace statements in go.mod
1f11387 [nested-workspaces] Prevent name collisions across workspaces
011a3fe [variants] Support component-level exclusion
c1a59f8 [vet] Add implicit transitive yarn dependency check
068e0df [vet] Add path and file presence checks
cc660b7 [vet] Prefix check name with package type
9f8943f [vet] Started leeway vet
a434055 [vet] Use proper package.json in yarn:implicit-transitive-dependency
b8ec99f [watch] Fix glob match issue when watching sources in package root
6ddbe70 [yarn] Choose component origin package.json rather than arbitrary one
fc42408 [yarn] Follow up fixes for the typescript/yarn rename