github.com/alexey-mercari/reviewdog@v0.10.1-0.20200514053941-928943b10766/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  ### :book: Release Note <!-- optional -->
    10  
    11  ### :rocket: Enhancements
    12  - [#563](https://github.com/reviewdog/reviewdog/issues/563) Use `CI_API_V4_URL` environment variable when present. 
    13  - ...
    14  
    15  ### :bug: Fixes
    16  - ...
    17  
    18  ### :rotating_light: Breaking changes
    19  - ...
    20  
    21  ---
    22  
    23  ## [v0.10.0] - 2020-05-07
    24  
    25  ### :sparkles: Release Note
    26  
    27  With v0.10.0 release, now reviewdog can find issues outside diff by controlling
    28  filtering behavior with `-filter-mode`. Also, you can ensure to check reported
    29  results by exit 1 with `-fail-on-error`.
    30  
    31  Example
    32  ```shell
    33  $ cd subdir/ && reviewdog -filter-mode=file -fail-on-error -reporter=github-pr-review
    34  ```
    35  
    36  ### :rocket: Enhancements
    37  - [#446](https://github.com/reviewdog/reviewdog/issues/446)
    38    Added `-fail-on-error` flag
    39    ([document](https://github.com/reviewdog/reviewdog/tree/e359505275143ec85e9b114fc1ab4a4e91d04fb5#exit-codes))
    40    and improved exit code handling. ([@DmitryLanda](https://github.com/DmitryLanda), [@haya14busa])
    41  - [#187](https://github.com/reviewdog/reviewdog/issues/187)
    42    Added `-filter-mode` flag [`added`, `diff_context`, `file`, `nofilter`]
    43    ([document](https://github.com/reviewdog/reviewdog/tree/e359505275143ec85e9b114fc1ab4a4e91d04fb5#filter-mode))
    44    which controls how reviewdog filter results. ([@Le6ow5k1](https://github.com/Le6ow5k1), [@haya14busa])
    45  - [#69](https://github.com/reviewdog/reviewdog/issues/69) Support gerrit! ([@staticmukesh](https://github.com/staticmukesh))
    46  - [#548](https://github.com/reviewdog/reviewdog/issues/548) Introduced nightly release ([reviewdog/nightly](https://github.com/reviewdog/nightly)). ([@haya14busa])
    47  
    48  ### :bug: Fixes
    49  - [#461](https://github.com/reviewdog/reviewdog/issues/461) All reporters now supports sub-directory run. ([@haya14busa])
    50  
    51  ---
    52  
    53  See https://github.com/reviewdog/reviewdog/releases for older release note.
    54  
    55  [Unreleased]: https://github.com/reviewdog/reviewdog/compare/v0.10.0...HEAD
    56  [v0.10.0]: https://github.com/reviewdog/reviewdog/compare/v0.9.17...v0.10.0
    57  [@haya14busa]: https://github.com/haya14busa