Releases: bazelbuild/buildtools
Releases · bazelbuild/buildtools
Release 5.0.1 (2022-02-11)
unused-variablewarnings are now suppressed for some common cases when variables are expected to be not used.
Release 5.0.0 (2022-02-09)
- Support for MODULE.bazel files
- A number of warnings are now compatible with nested def statements
- Minor bug fixes
Release 4.2.5 (2022-01-13)
Minor fixes.
Release 4.2.4 (2021-12-03)
- Minor bug fixes
Release 4.2.3 (2021-10-26)
- Added darwin_arm64 to supported archs in the npm package
- Fixed the
bzl-visibilitywarning for javatests
Release 4.2.2 (2021-10-07)
- Buildifier sorts named arguments for all function calls in BUILD files, even if they have complex names.
- Buildozer: added
pathargument for theprintcommand. srcsattributes forcc_embed_datarules is no longer force-sorted.
Release 4.2.0 (2021-09-06)
- darwin-arm64 support
- bug fixes
Release 4.0.1 (2021-03-01)
- Binaries for arm64
- Fixed Go modules
- Minor fixes
Release 4.0.0 (2021-02-04)
- Support for type annotations
- Allowed comments in command files
- Fixed recursive file traversal
- Fixed splitting lines with location references
- Fixed removing unused loads with comments
- Fixed the uninitialized variable warning
- Minor fixes
Release 3.5.0 (2020-09-23)
- New warning
provider-params - Various fixes and improvements