Releases: cpp-linter/cpp-linter-action
Releases · cpp-linter/cpp-linter-action
v1.4.5
What's Changed
- Change the default version of clang-tools to
v12
by @shenxianpeng in #79 - Clean-up README (#80) by @shenxianpeng in #85
Full Changelog: v1.4.4...v1.4.5
v1.4.4
What's Changed
- Update Readme no docker & allow using platform default version by @2bndy5 in #66
- Fix mkdocstrings usage/reqs by @2bndy5 in #70
- Add auto-trigger tests before merging by @shenxianpeng in #71
Full Changelog: v1.4.3...v1.4.4
v1.4.3
What's Changed
- Add file-annotations option by @2bndy5 in #59
- Update docs and images by @shenxianpeng in #57
- Update for transfer ownership by @shenxianpeng in #60
Full Changelog: v1.4.2...v1.4.3
v1.4.2
🚀New Feature
- Better consideration for windows-based runners by @2bndy5 in https://github.com/shenxianpeng/cpp-linter-action/pull/53
👷 Changes
- Update description in action.yml by @shenxianpeng in https://github.com/shenxianpeng/cpp-linter-action/pull/49
- Update badges style in README by @shenxianpeng in https://github.com/shenxianpeng/cpp-linter-action/pull/48
- Update README using the
v1
tag and bump version to1.4.2
by @2bndy5 @shenxianpeng in https://github.com/shenxianpeng/cpp-linter-action/pull/56
Full Changelog: shenxianpeng/cpp-linter-action@v1.4.1...v1.4.2
v1.4.1
👷 Changes
- Change
thread-comments
default tofalse
by @shenxianpeng in https://github.com/shenxianpeng/cpp-linter-action/pull/47
🐛 Bugfix
Full Changelog: shenxianpeng/cpp-linter-action@v1.4.0...v1.4.1
v1.4.0
🚀New Features
- Private repository support by @2bndy5 in https://github.com/shenxianpeng/cpp-linter-action/pull/40
- Add the ability to specify the compilation database by @DingXuefeng in https://github.com/shenxianpeng/cpp-linter-action/pull/42
👷 Changes
- Update
version
to support clang-tools13
,14
and decommission6
,7
by @shenxianpeng in https://github.com/shenxianpeng/cpp-linter-action/pull/45 - Completing the switch to GitHub pages for docs by @2bndy5 in https://github.com/shenxianpeng/cpp-linter-action/pull/37
- Update mkdocs by @shenxianpeng in https://github.com/shenxianpeng/cpp-linter-action/pull/35
- Remove dev artifacts by @2bndy5 in https://github.com/shenxianpeng/cpp-linter-action/pull/28
- Remove runchecks.sh by @shenxianpeng in https://github.com/shenxianpeng/cpp-linter-action/pull/33
- Delete useless directory and image by @shenxianpeng in https://github.com/shenxianpeng/cpp-linter-action/pull/36
🐛 Bugfix
- Fix field testing revealed various bugs by @2bndy5 in https://github.com/shenxianpeng/cpp-linter-action/pull/30 https://github.com/shenxianpeng/cpp-linter-action/pull/31
New Contributors
- @DingXuefeng made their first contribution in https://github.com/shenxianpeng/cpp-linter-action/pull/42
Full Changelog: shenxianpeng/cpp-linter-action@v1.3.0...v1.4.0
v1.3.0
🚀New Features
- For parse better, switching from Shell to Python has achieved good results, and action run time is in 2 minutes by @2bndy5 (#22)
- Support more optional inputs:
verbosity
,lines-changed-only
,files-changed-only
,ignore
,thread-comments
@2bndy5 (#26)
Full Changelog: shenxianpeng/cpp-linter-action@v1.2.0...v1.3.0
v1.2.1
🐛 Bugfix
- Cannot visit app in the marketplace by @shenxianpeng in #18
v1.2.0
🚀New Features
- Support optional Inputs
style
,extensions
,tidy-checks
,repo-root
,version
by @2bndy5 in #4 - Add compatibility for push events by @2bndy5 in #6 #8
- Support intuitive action exit code by @2bndy5 in #7
- Support versions of clang-format and clang-tidy by @2bndy5 @shenxianpeng in cpp-linter/clang-tools-docker#1
🙏Many thanks to @2bndy5 for the significant improvements.
Full Changelog: shenxianpeng/cpp-linter-action@v1.1.0...v1.2.0
v1.1.0
👷 Changes
- Removed Cppcheck by @shenxianpeng (#2)
- Update README.md by @shenxianpeng
Full Changelog: shenxianpeng/cpp-linter-action@v1.0.0...v1.1.0