Skip to content

Releases: artichoke/clang-format

v0.18.0

01 Feb 22:21
42af5dc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.17.0...v0.18.0

v0.17.0

02 Mar 04:54
5149eaf
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.16.0...v0.17.0

v0.16.0

31 Dec 16:43
12b4ab1
Compare
Choose a tag to compare

What's Changed

  • Add support for specifying ignore rules in .clang-format-ignore file using gitignore syntax by @lopopolo in #87

Full Changelog: v0.15.0...v0.16.0

v0.15.0

24 Dec 20:27
53775cf
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.14.0...v0.15.0

v0.14.0

24 Dec 19:57
4ade644
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.13.0...v0.14.0

v0.13.0

02 Jul 03:59
5751720
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.12.0...v0.13.0

v0.12.0

22 Apr 19:14
9e41fd2
Compare
Choose a tag to compare

Format Objective-C and Objective-C++ .m, and .mm sources as well.

Changes

  • Bump commander from 9.4.0 to 9.4.1. #60
  • Bump commander from 9.4.1 to 10.0.0. #63
  • Discover Objective-C and Objective-C++ sources. #64

v0.11.0

29 Sep 02:32
a1e247b
Compare
Choose a tag to compare

Format C++ .cc, .cpp, and .hpp sources as well.

Changes

  • Bump commander from 9.3.0 to 9.4.0. #54
  • Add LLVM clang-format license notice in README. #56
  • Also format C++ sources. #59

v0.10.0

10 Jul 01:34
d51761d
Compare
Choose a tag to compare

Improve --version output:

$ npx -p . clang-format --version
artichoke/clang-format version 0.9.0
clang-format version 14.0.0 (https://github.com/tru/llvm-release-build fc075d7c96fe7c992dde351695a5d25fe084794a)

Changes

  • Show version of embedded clang-format when invoking --version #52

v0.9.0

09 Jul 18:23
effdbe6
Compare
Choose a tag to compare

Upgrade commander, upgrade clang-format to 14.0.0, add Apple Silicon support.

Changes

  • Various PRs to update commander #29, #33, #34, #41, #43, #46, #48
  • Update embedded clang-format binaries to LLVM 14.0.0 #51
  • Add Apple Silicon embedded clang-format binary #25