Skip to content

Tags: aledbf/leeway

Tags

v0.2.0

[vet] Make implicit dep detection more accurate

v0.1.0

[variants] Support component-level exclusion

whereby excluded components are simply not present and all dependencies
to their packages are silently removed.

v0.0.8

[fmt] Sort dependencies ascending

v0.0.7

Add global dont-test command-line flag

Using `--dont-test` one can now disable package-level tests. The effect
is the same as if one were to set `dontTest` on all packages. Using this
flag does not affect a packages version.

v0.0.6

Add squash option to Docker package builds

v0.0.5

[werft] Added werft compatible reporter

v0.0.4

[breaking] WORKSPACE and BUILD are now WORKSPACE.yaml and BUILD.yaml

v0.0.3

[bugfix] Include full BUILD file in version, not arg resolved config

v0.0.2

Config changes, improved version computation and build area synthesis

- typescript packages: library config field is replaced with "packaging"
- go packages: library config field is replaced with "packaging"
Thanks @AlexTugarev for the suggestion

- packages no longer depend on the whole build file but just their own config
- safer naming convention for linked dependencies in the build area

v0.0.1

Initial commit