Skip to content

Releases: bazelbuild/buildtools

Release 0.28.0 (2019-07-16)

16 Jul 16:24
d7ccc55

Choose a tag to compare

  • Better -r flag behavior
  • Better special comment (# buildifier: disable=<category>) recognition for linter warnings and fixes.
  • Internal refactorings to the linter now allow suggesting individual fixes for each finding.

Release 0.26.0 (2019-06-07)

07 Jun 16:09
eb1a85c

Choose a tag to compare

  • Updated lint checks

Release 0.25.1 (2019-05-15)

15 May 16:32
f42fd8f

Choose a tag to compare

  • JSON output of file diagnostics
  • Experimental Windows support

Release 0.25.0 (2019-05-02)

02 May 17:11
b78a226

Choose a tag to compare

  • Fixed to lint mode

Release 0.22.0 (2019-02-14)

14 Feb 15:44
55b64c3

Choose a tag to compare

  • Add support for shortened label names in buildozer 'set'
  • Many fixes to lint mode
  • fixes for Windows

Release 0.20.0 (2018-12-11)

11 Dec 18:24

Choose a tag to compare

Update to bazel 0.20.0 and other latest versions

  • Fix load order comparison warning
  • [lint] other fixes and improvements
  • Fix skylib deprecation warnings

Release 0.19.2.1 (2018-11-26)

26 Nov 19:51
3f6a225

Choose a tag to compare

  • Fixes needed since 0.19.2
  • scopes for warnings d80261d
  • out of order load check 3f6a225
  • workspace files support (allows inline load)
    82e2ba5

Release 0.19.2 (2018-11-20)

20 Nov 16:57
0b76442

Choose a tag to compare

Highlights:

  • [buildifier] lint warn and fix modes added
  • [buildozer] add dictionary handling
  • [unused_deps] fix params file handling (works again)
  • [buildozer,unused_deps] add -version flag to match buildifier behavior
  • [all] update to latest versions of bazel, rules_go, gazelle, skylib

Release 0.17.2 (2018-10-08)

08 Oct 14:45

Choose a tag to compare

Highlights:

  • Report parse errors as a type
  • Support new_load /foo to=from

Built with bazel@ e02da399faf5e7e412f4a01566f0da6e0b787cc3

Release 0.15.0 (2018-07-31)

31 Jul 17:44
4a7914a

Choose a tag to compare

buildifier: updated support for skylark formatting
unused_deps: working again