All Versions
26
Latest Version
Avg Release Cycle
80 days
Latest Release
-
Changelog History
Page 2
Changelog History
Page 2
-
v0.8.0 Changes
February 12, 2017 -
v0.7.1 Changes
๐ Changes
- โ Remove support for Ruby 1.9.3.
๐ Bugs fixed
- #149: use patches to correctly find line position for GitHub pull request formatter.
-
v0.7.0 Changes
๐ New features
- #135: add Bitbucket formatter.
- #135: add Bitbucket pull request formatter.
- #134: colorize text formatter.
- #144: add GitHub status formatter.
- #157: ability to run pronto CLI from within subdirectories of a git repository.
- #154: add an option to consolidate pull request comments.
๐ Changes
- #162: don't count info messages for error exit code.
๐ Bugs fixed
- #153: correctly get repo_path.
-
v0.6.0 Changes
๐ New features
- โ Add
-V/--verbose-version
option that displays Ruby version. - ๐ง #127: ability to specify
max_warnings
via configuration or environment variable. - ๐ง #18: ability to specify
verbose
via configuration, which can provide more output for debugging purposes. - ๐ #83: support multiple formatters as an option to
pronto run
.
๐ Changes
--version
only displays the version itself without any additional text.- Replace
Pronto.gem_names
withPronto::GemNames.new.to_a
. - #116: improve GitHub formatter error output.
- #123: add runner attribute to message initialization.
- โ Runner expects to receive patches/commit via
initialize(patches, commit)
, instead ofrun(patches, commit)
.
๐ Bugs fixed
- #122: ignore symlink directories.
- โ Add
-
v0.5.3 Changes
๐ Bugs fixed
- โ Remove pronto.gif from gem, accidently included since
0.5.0
.
- โ Remove pronto.gif from gem, accidently included since
-
v0.5.2 Changes
๐ Bugs fixed
- GithubPullRequestFormatter was working incorrectly when
PULL_REQUEST_ID
is not specified. Introduced in0.5.1
.
- GithubPullRequestFormatter was working incorrectly when
-
v0.5.1 Changes
๐ Changes
- Try to retrieve commit sha for GitHub PR via GitHub API instead of trusting local sha.
-
v0.5.0 Changes
๐ New features
- ๐ง #104: configure via .pronto.yml file.
- ๐ง #86: ability to specify GitHub slug via configuration or environment variable.
- ๐ง #77: ability to specify GitHub endpoints via configuration or environment variable.
- ๐ง #108: ability to specify excluded files via configuration.
๐ Changes
- ๐ #82: treat Rake files as Ruby files.
- #107: use desc: instead of banner: for CLI options descriptions.
๐ Bugs fixed
- #87: handle github remote urls without .git suffix.
- #91: find position in full diff and fix how commit id is used in GithubPullRequestFormatter.
- #92: ignore failed pull request comments.
- #93: comments didn't have position when outdated.
- #94: duplicate comment detection was failing for large GitHub pull requests.
- poper#4: handle message uniqueness when they're without line numbers.
- #101: make GitLab work with ssh port urls.
-
v0.4.3 Changes
๐ Changes
- Depend on
rugged ~> 0.23.0
andoctokit ~> 4.1.0
.
- Depend on
-
v0.4.2 Changes
๐ New features
- ๐ New formatter: NullFormatter. Discards data without writing it anywhere.