Skip to content

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 09 Oct 15:55
· 82 commits to main since this release
1bea7cd

Quality Improvements

  • Normalized JSON conversion to produce valid output for any map keys and optional class wrappers.
  • Preserved whitespace during comparisons by updating ApprovalUtils.readFile and FileComparator.
  • Ensured received files delete even when result logging is disabled.
  • Reset ScrubDates counters per invocation and removed double separators from namer outputs.
  • Hardened diff tooling by validating Git/diff arguments, improving reporting.
  • Documented the deterministic query workflow and reporter argument handling in README.md.

Testing

  • Added regression coverage for whitespace comparisons, date scrubbing, converter encoding, and options copy semantics.
  • Introduced deterministic stubs for network query tests and refreshed related approvals.
  • Added reporter regression tests covering Git/Diff custom command execution and argument expansion.