All Versions
26
Latest Version
Avg Release Cycle
80 days
Latest Release
-
Changelog History
Page 3
Changelog History
Page 3
-
v0.4.1 Changes
๐ Bugs fixed
- #58: GitlabFormatter uses a high +per_page+ value to avoid pagination (and thus duplicate comments).
-
v0.4.0 Changes
๐ 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.
- Try to detect pull request id automatically, if
-
v0.3.3 Changes
๐ Bugs fixed
- ๐ GithubPullRequestFormatter was working incorrectly with merge commits.
-
v0.3.2 Changes
๐ Bugs fixed
- GithubPullRequestFormatter had an off-by-one positioning error.
-
v0.3.1 Changes
๐ Bugs fixed
- Git::Patches#repo was always returning nil.
-
v0.3.0 Changes
๐ 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.