Buildtools Versions Save

A bazel BUILD file formatter and editor

5.1.0

2 years ago
  • Bug fixes

5.0.1

2 years ago
  • unused-variable warnings are now suppressed for some common cases when variables are expected to be not used.

5.0.0

2 years ago
  • Support for MODULE.bazel files
  • A number of warnings are now compatible with nested def statements
  • Minor bug fixes

4.2.5

2 years ago

Minor fixes.

4.2.4

2 years ago
  • Minor bug fixes

4.2.3

2 years ago
  • Added darwin_arm64 to supported archs in the npm package
  • Fixed the bzl-visibility warning for javatests

4.2.2

2 years ago
  • Buildifier sorts named arguments for all function calls in BUILD files, even if they have complex names.
  • Buildozer: added path argument for the print command.
  • srcs attributes for cc_embed_data rules is no longer force-sorted.

4.2.0

2 years ago
  • darwin-arm64 support
  • bug fixes

4.0.1

3 years ago
  • Binaries for arm64
  • Fixed Go modules
  • Minor fixes

4.0.0

3 years ago
  • 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