Skip to content

Release v1.3.4

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Sep 14:02
· 96 commits to main since this release
Immutable release. Only release title and notes can be modified.

Patch Changes

  • 97bc259: Fix field name escaping for dots and slashes in object keys

    Improves handling of complex field names containing dots and slashes (e.g., scoped package names like @scope/package or URLs) by introducing proper escape sequences and updating the matcher logic to handle these cases consistently across all matcher implementations.

Full Changelog: 1.3.3...1.3.4