Skip to content

Releases: axel-op/googlejavaformat-action

v4.0.0

Choose a tag to compare

@axel-op axel-op released this 17 Feb 23:23
c1134eb

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

Choose a tag to compare

@axel-op axel-op released this 12 Mar 21:55
fe78db8

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

Choose a tag to compare

@axel-op axel-op released this 21 Aug 02:14
d4a4c91

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

Choose a tag to compare

@axel-op axel-op released this 09 Oct 15:14

It is now possible to provide a custom commit message.

Use GITHUB_TOKEN

Choose a tag to compare

@axel-op axel-op released this 31 Aug 09:10

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

Choose a tag to compare

@axel-op axel-op released this 25 Jul 23:55

This action now works on Windows machines.

v3.1.0

Choose a tag to compare

@axel-op axel-op released this 01 Jun 00:54
  • 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

Choose a tag to compare

@axel-op axel-op released this 05 May 21:45
  • 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

Choose a tag to compare

@axel-op axel-op released this 19 Jan 21:07
Second version in Javascript

v1.0.0

Choose a tag to compare

@axel-op axel-op released this 29 Dec 21:20
First version