Skip to content

v1.4.2

Choose a tag to compare

@github-actions github-actions released this 27 Feb 09:11
· 51 commits to main since this release
  • Added convertObject() to ApprovalConverter for direct object-to-JSON conversion.
  • Added resetCounters() to IndexedNamer.
  • Fixed double logging of DoesntMatchException in Approvals.verify.
  • Guarded unawaited reporter call with .catchError to prevent unhandled async exceptions.
  • Internal refactoring: extracted shared utilities, cached RegExp instances, simplified code paths.