All Versions
83
Latest Version
Avg Release Cycle
42 days
Latest Release
-

Changelog History
Page 6

  • v4.0.0 Changes

    • ๐Ÿ“ฆ Ignore all package.json files by default
    • Exit with appropriate error when git is not available
  • v3.6.1 Changes

    • ๐Ÿ›  Fix bug where patch-package was complaining about failing when it had, in fact, succeeded. See #31
  • v3.6.0 Changes

    • โœ‚ Remove git headers from patch files to prevent git from thinking files are part of the index
  • v3.5.3 Changes

    • ๐Ÿ”„ Change the way patch files are re-written when the project root dir is not the same as the git root dir.
    • โœ‚ Remove redundant windows warning about whitespace
  • v3.5.2 Changes

    • โšก๏ธ Update README
  • v3.5.1 Changes

    • Ignore end-of-line whitespace when creating and applying patch files
  • v3.5.0 Changes

    • โž• Add support for filtering particular paths
  • v3.4.6 Changes

    • ๐Ÿ’… Ensure use of unix-style paths everywhere
  • v3.4.5 Changes

    • ๐Ÿ›  Fix description of a hunk in error message
  • v3.4.4 Changes

    • Don't use git apply with --unsafe-paths since it is useless.