Releases: flowwer-dev/pull-request-stats
Releases · flowwer-dev/pull-request-stats
v3.2.1
v3.2.0
Added
- The option
include
to include only specific users in the stats.
v3.1.0
Added
- Adds new available stats:
reviewedAdditions
,reviewedDeletions
,reviewedLines
,totalObservations
,medianObservations
,revisionSuccessRate
,additions
,deletions
andlines
.
Changes
commentsPerReview
is calculated now as the median, not the average.
v3.0.0
✨ A new major version is here! The standout improvement is enhanced configurability for stats. It's now easier to add new stats and control which ones are displayed. Be sure to check out the new stats
input.
Added
- New
stats
option to specify the stats to be calculated.
Breaking changes
- Deprecated the kebab case options:
publish-as
,disable-links
,sort-by
,slack-webhook
,slack-channel
andteams-webhook
. Now you need to use the camel case format:publishAs
,disableLinks
,sortBy
,slackWebhook
,slackChannel
andteamsWebhook
.` - The values for
sortBy
have changed.REVIEWS
,TIME
,COMMENTS
are invalid. Now you need to use the full name of the stat that will be used for sorting, for example:totalComments
,timeToReview
... - The JSON output for the action and the JSON payload for the webhook have changed. Check the new format in the webhook documentation.
- Renamed branch
master
tomain
.
v2.15.2
Fixed
- Prevents
githubToken
andpersonalToken
from be included in the JSON output.
v2.15.1
Changes
- Fix on "Build with" link.
- Adds web version announcement.
v2.15.0
Added
- Support for hosted GitHub variants with non-standard domains (e.g., GitHub Enterprise). Thanks to erodewald
v2.14.0
Added
- Announcing the web version development.
- Improved telemetry, by adding a reviewers summary.
- "Build with" link in the footer.
v2.13.0
Added
exclude
option to exclude specific users from the stats.
Fixed
- Reduces the block size in the Slack messages to prevent hitting the characters limit.
v2.12.0
Changed
- #85 Use Node v20 (by antonindrawan)