Skip to content

Latest commit

 

History

History
57 lines (32 loc) · 1.71 KB

CHANGELOG.md

File metadata and controls

57 lines (32 loc) · 1.71 KB

Changelog

Unreleased

New features

  • New formatter: NullFormatter. Discards data without writing it anywhere.

0.4.1

Bugs fixed

  • #58: GitlabFormatter uses a high +per_page+ value to avoid pagination (and thus duplicate comments).

0.4.0

New features

  • Try to detect pull request id automatically, if PULL_REQUEST_ID is not specified. Inspired by @willnet/prid.
  • #40: Add '--index' option for 'pronto run'. Pronto analyzes changes before committing.
  • #50: Add GitLab formatter
  • #52: Allow specifying a path for 'pronto run'.

Changes

  • GitHub and GitHub pull request formatters now filter out duplicate offenses on the same line to avoid spamming with redundant comments.

0.3.3

Bugs fixed

  • GithubPullRequestFormatter was working incorrectly with merge commits.

0.3.2

Bugs fixed

  • GithubPullRequestFormatter had an off-by-one positioning error.

0.3.1

Bugs fixed

  • Git::Patches#repo was always returning nil.

0.3.0

New features

  • #27: '--exit-code' option for 'pronto run'. Pronto exits with non-zero code if there were any warnings/errors.
  • #16: New formatter: GithubPullRequestFormatter. Writes review comments on GitHub pull requests.

Changes

  • #29: Be compatible and depend on rugged '0.21.0'.
  • Performance improvement: use Rugged::Blame instead of one provided by Grit.
  • Performance improvement: cache comments retrieved from GitHub.