Skip to content

Releases: axel-op/googlejavaformat-action

v4.0.0

17 Feb 23:23
c1134eb
Compare
Choose a tag to compare

What's Changed

Breaking changes

  • The files-excluded input is now treated as a glob pattern (previously as a regular expression). This makes its behaviour consistent with the files input.
  • The version input was replaced by release-name to make it clear that it expects the name of a release of Google Java Format.

Other changes

New Contributors

Full Changelog: v3.6.0...v4.0.0

v3.6.0

12 Mar 21:55
fe78db8
Compare
Choose a tag to compare

What's Changed

  • Add a new files-excluded argument to exclude some files from being sent to the executable.

New Contributors

Full Changelog: 3.5.0...v3.6.0

3.5.0

21 Aug 02:14
d4a4c91
Compare
Choose a tag to compare

Add some add-exports statements to the Java command in order to suppress some warnings related to the violation of encapsulation.
See https://github.com/google/google-java-format#jdk-16.

Custom commit message

09 Oct 15:14
Compare
Choose a tag to compare

It is now possible to provide a custom commit message.

Use GITHUB_TOKEN

31 Aug 09:10
Compare
Choose a tag to compare

To bypass the rate-limit issue on MacOS machines, this action now has a githubToken input that it will use, if provided, to authenticate calls to the GitHub API.

This release has initially been published under the v3.3.0 tag, which contained multiple bugs. They have been fixed in v3.3.2.

Windows compatibility

25 Jul 23:55
Compare
Choose a tag to compare

This action now works on Windows machines.

v3.1.0

01 Jun 00:54
Compare
Choose a tag to compare
  • Adds the version input to use a specific version of Google Java Format.
  • Git username has been edited from "GitHub Actions" to "github-actions".

v3.0.0

05 May 21:45
Compare
Choose a tag to compare
  • As Google Java Format now requires JDK 11 minimum, the action will fallback to version 1.7 for older JDK versions.
  • Fixes a bug that prevented some outputs on stderr to be properly printed to the console.
  • Improves logs.

v2.0.0

19 Jan 21:07
Compare
Choose a tag to compare
Second version in Javascript

v1.0.0

29 Dec 21:20
Compare
Choose a tag to compare