github.com/mistwind/reviewdog@v0.0.0-20230322024206-9cfa11856d58/CHANGELOG.md (about)

     1  # Changelog
     2  All notable changes to this project will be documented in this file.
     3  
     4  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
     5  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
     6  
     7  ## [Unreleased]
     8  
     9  ### :sparkles: Release Note <!-- optional -->
    10  
    11  ### :rocket: Enhancements
    12  - ...
    13  
    14  ### :bug: Fixes
    15  - [#967](https://github.com/mistwind/reviewdog/pull/967) Fix parsing long lines in diffs #967
    16  - ...
    17  
    18  ### :rotating_light: Breaking changes
    19  - ...
    20  
    21  ---
    22  
    23  ## [v0.14.1] - 2022-04-21
    24  
    25  ### :rocket: Enhancements
    26  - [#1160](https://github.com/mistwind/reviewdog/pull/1160) Remove needless git command dependency by GitRelWorkdir func
    27  
    28  ### :bug: Fixes
    29  - [#1125](https://github.com/mistwind/reviewdog/pull/1125) Allow BITBUCKET_SERVER_URL to have subpath
    30  
    31  ---
    32  
    33  ## [v0.14.0] - 2022-02-11
    34  
    35  ### :rocket: Enhancements
    36  - [#1118](https://github.com/mistwind/reviewdog/pull/1118) Support end_lnum (%e) and end_col (%k) errorformat
    37  
    38  ---
    39  
    40  ## [v0.13.1] - 2021-12-28
    41  
    42  ### :rocket: Enhancements
    43  - [#1012](https://github.com/mistwind/reviewdog/pull/1012) Use GitLab suggestions in merge request comments
    44  
    45  ### :bug: Fixes
    46  - [#1014](https://github.com/mistwind/reviewdog/pull/1014) Fix incorrect detection of the `GITHUB_TOKEN` permissions. fixes [#1010](https://github.com/mistwind/reviewdog/issues/1010)
    47  - [#1017](https://github.com/mistwind/reviewdog/pull/1017) Fix suggestions that include fenced code blocks. fixes [#999](https://github.com/mistwind/reviewdog/issues/999)
    48  - [#1084](https://github.com/mistwind/reviewdog/pull/1084) Fix DEPRECATED to Deprecated
    49  
    50  ---
    51  
    52  ## [v0.13.0] - 2021-07-22
    53  
    54  ### :rocket: Enhancements
    55  - [#996](https://github.com/mistwind/reviewdog/pull/996) Added support for Bitbucket Pipes executed within Pipelines.
    56  - [#997](https://github.com/mistwind/reviewdog/pull/997) Added support for Bitbucket Server to `bitbucket-code-report` reporter
    57  
    58  ---
    59  
    60  ## [v0.12.0] - 2021-06-26
    61  
    62  ### :rocket: Enhancements
    63  - [#888](https://github.com/mistwind/reviewdog/pull/888) Allow GitHub PR reporting for a forked repository iff it's triggered by `pull_request_target`
    64  - [#976](https://github.com/mistwind/reviewdog/pull/976) Treat `GITHUB_API_URL` environment variable as same as `GITHUB_API`, so users can use reviewdog in GitHub Actions in Enterprise Server without setting `GITHUB_API`
    65  
    66  ---
    67  
    68  ## [v0.11.0] - 2020-10-25
    69  
    70  ### :sparkles: Release Note
    71  reviewdog v0.11 introduced [Reviewdog Diagnostic Format (RDFormat)](./README.md#reviewdog-diagnostic-format-rdformat)
    72  as generic machine-readable diagnostic format and it unlocks new rich features like code suggestions.
    73  
    74  ### :rocket: Enhancements
    75  - [#629](https://github.com/mistwind/reviewdog/pull/629) Introduced Reviewdog Diagnostic Format.
    76   - [#674](https://github.com/mistwind/reviewdog/pull/674) [#703](https://github.com/mistwind/reviewdog/pull/703) Support rdjsonl/rdjson as input format
    77   - [#680](https://github.com/mistwind/reviewdog/pull/680) github-pr-review: Support multiline comments
    78   - [#675](https://github.com/mistwind/reviewdog/pull/675) [#698](https://github.com/mistwind/reviewdog/pull/698) github-pr-review: Support suggested changes
    79   - [#699](https://github.com/mistwind/reviewdog/pull/699) Support diff input format (`-f=diff`). Useful for suggested changes.
    80   - [#700](https://github.com/mistwind/reviewdog/pull/700) Support to show code(rule), code URL and severity in GitHub and GitLab reporters.
    81  - [#678](https://github.com/mistwind/reviewdog/issues/678) github-pr-review: Support Code Suggestions
    82    - Introduced [reviewdog/action-suggester](https://github.com/reviewdog/action-suggester) action.
    83  - Introduced [reviewdog/action-setup](https://github.com/reviewdog/action-setup) GitHub Action which installs reviewdog easily including nightly release.
    84  - [#769](https://github.com/mistwind/reviewdog/pull/769) Integration with [Bitbucket Code Insights](https://support.atlassian.com/bitbucket-cloud/docs/code-insights/) and [Bitbucket Pipelines](https://bitbucket.org/product/ru/features/pipelines)
    85  
    86  ---
    87  
    88  ## [v0.10.2] - 2020-08-04
    89  
    90  ### :bug: Fixes
    91  - [#709](https://github.com/mistwind/reviewdog/pull/709) Check for GITHUB_ACTIONS instead of GITHUB_ACTION
    92  
    93  ---
    94  
    95  ## [v0.10.1] - 2020-06-30
    96  
    97  ### :rocket: Enhancements
    98  - [#563](https://github.com/mistwind/reviewdog/issues/563) Use `CI_API_V4_URL` environment variable when present.
    99  
   100  ### :bug: Fixes
   101  - [#609](https://github.com/mistwind/reviewdog/issues/609) reviewdog command will fail with unexpected tool's error for github-check/github-pr-check reporters as well. ([@haya14busa])
   102  - [#603](https://github.com/mistwind/reviewdog/issues/603) Fixed detection of Pull Requests from forked repo. ([@haya14busa])
   103  
   104  ---
   105  
   106  ## [v0.10.0] - 2020-05-07
   107  
   108  ### :sparkles: Release Note
   109  
   110  With v0.10.0 release, now reviewdog can find issues outside diff by controlling
   111  filtering behavior with `-filter-mode`. Also, you can ensure to check reported
   112  results by exit 1 with `-fail-on-error`.
   113  
   114  Example
   115  ```shell
   116  $ cd subdir/ && reviewdog -filter-mode=file -fail-on-error -reporter=github-pr-review
   117  ```
   118  
   119  ### :rocket: Enhancements
   120  - [#446](https://github.com/mistwind/reviewdog/issues/446)
   121    Added `-fail-on-error` flag
   122    ([document](https://github.com/mistwind/reviewdog/tree/e359505275143ec85e9b114fc1ab4a4e91d04fb5#exit-codes))
   123    and improved exit code handling. ([@DmitryLanda](https://github.com/DmitryLanda), [@haya14busa])
   124  - [#187](https://github.com/mistwind/reviewdog/issues/187)
   125    Added `-filter-mode` flag [`added`, `diff_context`, `file`, `nofilter`]
   126    ([document](https://github.com/mistwind/reviewdog/tree/e359505275143ec85e9b114fc1ab4a4e91d04fb5#filter-mode))
   127    which controls how reviewdog filter results. ([@Le6ow5k1](https://github.com/Le6ow5k1), [@haya14busa])
   128  - [#69](https://github.com/mistwind/reviewdog/issues/69) Support gerrit! ([@staticmukesh](https://github.com/staticmukesh))
   129  - [#548](https://github.com/mistwind/reviewdog/issues/548) Introduced nightly release ([reviewdog/nightly](https://github.com/reviewdog/nightly)). ([@haya14busa])
   130  
   131  ### :bug: Fixes
   132  - [#461](https://github.com/mistwind/reviewdog/issues/461) All reporters now supports sub-directory run. ([@haya14busa])
   133  
   134  ### :rotating_light: Breaking changes
   135  - `github-check` reporter won't report results outside diff by default now. You
   136    need to use `-filter-mode=nofilter` to keep the same behavior.
   137  
   138  ---
   139  
   140  See https://github.com/mistwind/reviewdog/releases for older release note.
   141  
   142  [Unreleased]: https://github.com/mistwind/reviewdog/compare/v0.13.0...HEAD
   143  [v0.10.0]: https://github.com/mistwind/reviewdog/compare/v0.9.17...v0.10.0
   144  [v0.10.1]: https://github.com/mistwind/reviewdog/compare/v0.10.0...v0.10.1
   145  [v0.10.2]: https://github.com/mistwind/reviewdog/compare/v0.10.1...v0.10.2
   146  [v0.11.0]: https://github.com/mistwind/reviewdog/compare/v0.10.2...v0.11.0
   147  [v0.12.0]: https://github.com/mistwind/reviewdog/compare/v0.11.0...v0.12.0
   148  [v0.13.0]: https://github.com/mistwind/reviewdog/compare/v0.12.0...v0.13.0
   149  [v0.13.1]: https://github.com/mistwind/reviewdog/compare/v0.13.0...v0.13.1
   150  [v0.14.0]: https://github.com/mistwind/reviewdog/compare/v0.13.1...v0.14.0
   151  [v0.14.1]: https://github.com/mistwind/reviewdog/compare/v0.14.0...v0.14.1
   152  [@haya14busa]: https://github.com/haya14busa