Skip to content

v4.0.0

Choose a tag to compare

@hallettj hallettj released this 31 Dec 02:29
· 15 commits to release since this release
353da8f

4.0.0 (2025-12-31)

Features

  • compare file patterns use relative paths instead of absolute (#124) (c8d15d8), closes #109

BREAKING CHANGES

  • Running git-format-staged in a repo subdirectory with
    unquoted file glob patterns, or with literal file paths will not work as
    it did before. File patterns must now be relative to the repo root. This
    means that it is important to quote shell globs when running in a
    subdirectory - otherwise they are expanded relative to the subdirectory
    instead of the repo root.