Skip to content

Release 6.1.0 (2023-03-30)

Compare
Choose a tag to compare
@vladmos vladmos released this 30 Mar 14:08
· 60 commits to master since this release
9c3c1fc
  • [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.