Release v1.3.4
·
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