Skip to content

Releases: bazelbuild/buildtools

Release 6.1.1 (2023-04-26)

26 Apr 12:18
3dcc8d6
Compare
Choose a tag to compare
  • Added external repo support for unused_deps
  • Added use_repo_add, use_repo_remove, and set_select command for Builldozer
  • Bug fixes

Release 6.1.0 (2023-03-30)

30 Mar 14:08
9c3c1fc
Compare
Choose a tag to compare
  • [INC] Buildifier now sorts additional attributes of build rules: test_srcs, test_deps, test_data, test_tags, implementation_deps, and private_deps. Buildifier also treats them as labels (except for test_tags`) and shortens them if necessary.
  • [INC] Buildifier now applies the sorting/simplification rules for attributes if their values aren't necessarily plain lists of strings but also combinations of lists, select statements and other expressions (sorting each top-level list and each list inside select statements independently).
  • In WORKSPACE files buildifier doesn't merge loads if they load the same symbol but from different sources.
  • Buildozer preserves Module-specific formatting rules when operates on MODULE files.

Release 6.0.1 (2023-01-31)

31 Jan 17:29
cf44629
Compare
Choose a tag to compare
  • .buildifier.json config file
  • Minor fixes and improvements

Release 6.0.0 (2023-01-10)

10 Jan 13:40
de1a539
Compare
Choose a tag to compare
  • Buildozer: supported deleting of wildcard attributes
  • Buildozer: remove_if_equal command
  • Buildifier: updates to the formatting of WORKSPACE files
  • buildifier_test can escape the sandbox
  • Bug fixes

Release 5.1.0 (2022-04-14)

14 Apr 14:56
Compare
Choose a tag to compare

Release 5.0.1 (2022-02-11)

11 Feb 13:19
f1ead6b
Compare
Choose a tag to compare
  • unused-variable warnings are now suppressed for some common cases when variables are expected to be not used.

Release 5.0.0 (2022-02-09)

09 Feb 12:14
fc5b9bb
Compare
Choose a tag to compare
  • 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)

13 Jan 13:31
0e2f864
Compare
Choose a tag to compare

Release 4.2.4 (2021-12-03)

03 Dec 11:07
cdedcc0
Compare
Choose a tag to compare
  • Minor bug fixes

Release 4.2.3 (2021-10-26)

26 Oct 14:35
41c688d
Compare
Choose a tag to compare
  • Added darwin_arm64 to supported archs in the npm package
  • Fixed the bzl-visibility warning for javatests