Skip to content

Releases: jidicula/clang-format-action

v4.3.1

07 Nov 16:09
v4.3.1
4604c5d

Choose a tag to compare

Announcements

  • Refactors test script

Changes

v4.3.0

07 Nov 15:39
v4.3.0
85428c2

Choose a tag to compare

Announcements

  • Adds support for Arduino files (#59)
  • Simplifies the regex

Changes

v3.5.0

07 Nov 16:05
v3.5.0
c977af4

Choose a tag to compare

Announcements

  • Adds support for Arduino files (#59)
  • Refactors the regex to simplify it

Changes

v4.2.0

08 Oct 12:52
v4.2.0
e2cdb64

Choose a tag to compare

Announcements

  • Fixes an issue with container builds – we're now using Debian Sid as our base image (#52). Thanks @MCWertGaming!
  • Adds testing! Moves over test files I had set up in another repo and runs the Docker container against them (#53). Another big thanks to @MCWertGaming!

Changes

v4.1.1

05 Oct 16:14
v4.1.1

Choose a tag to compare

Announcements

  • Fixes an issue where apt installation would fail for any version of the action (#48). Thanks @mjip for the speedy fix!

Changes

v4.1.0

02 Oct 17:09
v4.1.0
18f86c2

Choose a tag to compare

Announcements

  • Adds support for clang-format-13, as well as any version in Ubuntu Impish – see the README for details (#47). Thanks @mjip!

Changes

v4.0.0

11 Sep 22:28
v4.0.0

Choose a tag to compare

Announcements

  • Adds support for clang-format-12 🎉 ! Thanks to @bensuperpc for updating the Dockerfile!
  • Sets 11 as default clang-format version
  • Drops support for clang-format-10 and clang-format-8 – to check formatting with either of these versions, use v3.4.0 of this Action. I'll keep backporting any fixes to the 3.4 branch as long as I can.

Changes

v3.4.0

14 May 23:59
v3.4.0
9de2c17

Choose a tag to compare

Announcements

  • Echos filename if a nonzero exit code is returned by clang-format to help with debugging (#40)

Changes

v3.3.0

10 Apr 00:51
v3.3.0

Choose a tag to compare

Announcements

  • New feature allowing exclusion of directories! Huge thank you to @micahsnyder for this work 🎉. You can read how to use it here.
  • Bunch of CI updates
  • Addition of a Funding button - if you use this Action for improving your code quality and want to help support its continued development, throw a few bucks my way!

Changes

Release v3.2.0

27 Feb 17:59
v3.2.0
5535b54

Choose a tag to compare

Announcements

  • ✨ New feature: Users of this action can now add a fallback style if no .clang-format file is present in the repository! This feature leverages clang-format's builtin --fallback-style flag.
  • 🤝 Community: This project now follows the Contributor Covenant. See CODE_OF_CONDUCT.md for details.

Changes