Skip to content

Tags: mkutz/ApproveJ

Tags

v0.9.6

Toggle v0.9.6's commit message
Remove debugging output

v0.9.5

Toggle v0.9.5's commit message
Bump io.github.java-diff-utils:java-diff-utils from 4.15 to 4.16

---
updated-dependencies:
- dependency-name: io.github.java-diff-utils:java-diff-utils
  dependency-version: '4.16'
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

v0.9.4

Toggle v0.9.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Allow to set a name for an approval

The new named method in the ApprovalBuilder allows to set a custom name
for an approval.
This is necessary especially if there are multiple approvals in one test
 case as the determined filenames will be the same for all approvals in
 the same test case.

v0.9.3

Toggle v0.9.3's commit message
Improve RelativeDateScrubber's JavaDoc

v0.9.2

Toggle v0.9.2's commit message
Fix formatting

v0.9.1

Toggle v0.9.1's commit message
Fix double execution if default printer is used

Resolves #61

v0.9

Toggle v0.9's commit message
Add missing JavaDoc

v0.8.7

Toggle v0.8.7's commit message
FileReviewer works with spaces in file names

Resolves #56

v0.8.6

Toggle v0.8.6's commit message
Configure valid script as default reviewer

v0.8.5

Toggle v0.8.5's commit message
Add new print method to ApprovalBuilder

The new method uses the default printer.
It might be useful when one just wants to apply a Scrubber<String>.