Skip to content

Release 1.1.33

Choose a tag to compare

@github-actions github-actions released this 09 Mar 06:20
· 150 commits to main since this release
fix(templates): silently skip binary files during template refactoring

replaceInFile tried to read every glob-matched file as UTF-8 text,
including binary files like favicon.ico. This produced a spurious
warning: "Failed to replace in file ... Input length = 1".

Now catches MalformedInputException and silently skips binary files,
since they can never contain text patterns to replace.