Releases: cpp-linter/cpp-linter-action
Releases · cpp-linter/cpp-linter-action
v2.0.0
What's Changed
What's new for v2
- Change action from docker to composite steps by @shenxianpeng @2bndy5 in #83
- improve workflow runs times from 1m 24s (currently) to 6-20s.
- better support for the database input option (which is currently broken with the docker env).
- better support cross-compilation
- better support 3rd party libraries
- Includes many issues and enhancements by @2bndy5 @shenxianpeng. See #87 for details.
Full Changelog: v1.5.0...v2.0.0
v1.5.0
What's Changed
- Fixed issues #74 #75 #76 #77 partially-solves #73 by @2bndy5 in #81
- Enhancements: Unit tests + coverage reports, type checking, pre-commit by @2bndy5 in #81
- Fix setting of lines-changed-only by @2bndy5 in #90
- Fix add tag failed when more than 1 PR open(#84) by @shenxianpeng in #89
- Clean-up README (#80) by @shenxianpeng in #86
Full Changelog: v1.4.5...v1.5.0
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